Click here to Skip to main content
15,881,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there a convenient way to change a System environment variable in MFC? Pin
Erik3-Dec-09 23:36
Erik3-Dec-09 23:36 
QuestionRe: Is there a convenient way to change a System environment variable in MFC? Pin
David Crow4-Dec-09 3:41
David Crow4-Dec-09 3:41 
Questionwhy RES file contain ICO file path? Pin
HOW WHAT3-Dec-09 17:06
HOW WHAT3-Dec-09 17:06 
AnswerRe: why RES file contain ICO file path? [modified] Pin
Adam Roderick J3-Dec-09 17:14
Adam Roderick J3-Dec-09 17:14 
Questionerror LNK2001: unresolved external symbol _wWinMain@16 Pin
includeh103-Dec-09 15:32
includeh103-Dec-09 15:32 
QuestionRe: error LNK2001: unresolved external symbol _wWinMain@16 Pin
David Crow3-Dec-09 16:02
David Crow3-Dec-09 16:02 
AnswerRe: error LNK2001: unresolved external symbol _wWinMain@16 Pin
Adam Roderick J3-Dec-09 17:06
Adam Roderick J3-Dec-09 17:06 
Questionload bitmap into memory [modified] Pin
transoft3-Dec-09 11:54
transoft3-Dec-09 11:54 
Hi
My software needs a background bitmap image. User will frequently scroll the image. I want to load the bitmap image into memory. So the display performance will improve better.

What function will load bitmap into memory? I am using GDI plus.

void MyView::OnPaint( ... )
{
...
  Gdiplus::Graphics gr(dc);
  gr.SetPageUnit(Gdiplus::UnitPixel);
  gr.DrawImage(pBmp, p, 3);
...
}</pre>

Thanks, 

<div class="ForumMod">modified on Thursday, December 3, 2009 6:00 PM</div>

AnswerRe: load bitmap into memory Pin
«_Superman_»3-Dec-09 13:04
professional«_Superman_»3-Dec-09 13:04 
GeneralRe: load bitmap into memory Pin
transoft4-Dec-09 2:18
transoft4-Dec-09 2:18 
QuestionHow to measure program speed? Pin
Grimes3-Dec-09 6:31
Grimes3-Dec-09 6:31 
QuestionRe: How to measure program speed? Pin
David Crow3-Dec-09 6:38
David Crow3-Dec-09 6:38 
AnswerRe: How to measure program speed? Pin
Grimes3-Dec-09 6:45
Grimes3-Dec-09 6:45 
AnswerRe: How to measure program speed? Pin
«_Superman_»3-Dec-09 8:19
professional«_Superman_»3-Dec-09 8:19 
GeneralRe: How to measure program speed? Pin
Grimes3-Dec-09 9:47
Grimes3-Dec-09 9:47 
AnswerRe: How to measure program speed? Pin
David Crow3-Dec-09 9:55
David Crow3-Dec-09 9:55 
GeneralRe: How to measure program speed? Pin
«_Superman_»3-Dec-09 9:59
professional«_Superman_»3-Dec-09 9:59 
GeneralRe: How to measure program speed? Pin
Member 41945933-Dec-09 15:12
Member 41945933-Dec-09 15:12 
GeneralRe: How to measure program speed? Pin
Grimes3-Dec-09 21:37
Grimes3-Dec-09 21:37 
QuestionUsing HDC thats NULL Pin
dipuks3-Dec-09 6:06
dipuks3-Dec-09 6:06 
AnswerRe: Using HDC thats NULL Pin
«_Superman_»3-Dec-09 6:15
professional«_Superman_»3-Dec-09 6:15 
GeneralRe: Using HDC thats NULL Pin
dipuks3-Dec-09 7:17
dipuks3-Dec-09 7:17 
GeneralRe: Using HDC thats NULL Pin
«_Superman_»3-Dec-09 7:55
professional«_Superman_»3-Dec-09 7:55 
QuestionProblem in running an application(developed in VC++ 2005) from windows service .. Pin
jain_MS3-Dec-09 5:27
jain_MS3-Dec-09 5:27 
AnswerRe: Problem in running an application(developed in VC++ 2005) from windows service .. Pin
«_Superman_»3-Dec-09 5:55
professional«_Superman_»3-Dec-09 5:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.