Click here to Skip to main content
15,886,562 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tool Tips On Modeless Dialogs Pin
hroenick7-Jan-05 3:04
hroenick7-Jan-05 3:04 
GeneralRe: Tool Tips On Modeless Dialogs Pin
PJ Arends7-Jan-05 8:07
professionalPJ Arends7-Jan-05 8:07 
GeneralRe: Tool Tips On Modeless Dialogs Pin
hroenick7-Jan-05 8:26
hroenick7-Jan-05 8:26 
GeneralRe: Tool Tips On Modeless Dialogs Pin
hroenick7-Jan-05 4:35
hroenick7-Jan-05 4:35 
QuestionHow do i create dll it will expose to all other function structures Pin
6-Jan-05 2:42
suss6-Jan-05 2:42 
AnswerRe: How do i create dll it will expose to all other function structures Pin
Jim Crafton6-Jan-05 16:23
Jim Crafton6-Jan-05 16:23 
QuestionWhy GDI&GDI+ occurs most of CPU time when they are used at the same time? Pin
wpxu6-Jan-05 2:39
professionalwpxu6-Jan-05 2:39 
AnswerRe: Why GDI&GDI+ occurs most of CPU time when they are used at the same time? Pin
PJ Arends6-Jan-05 8:18
professionalPJ Arends6-Jan-05 8:18 
1) When handling the WM_PAINT message you should call BeginPaint() and EndPaint().

2) If you want to mix GDI and GDI+ you first create your Graphics object and use Graphics::GetHDC() to get the HDC used for GDI drawing. Do not forget to call Graphics::ReleaseHDC().



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
QuestionHow to migrate .lib to dll Pin
alhadav6-Jan-05 2:35
alhadav6-Jan-05 2:35 
AnswerRe: How to migrate .lib to dll Pin
basementman6-Jan-05 4:33
basementman6-Jan-05 4:33 
GeneralRe: How to migrate .lib to dll Pin
Anonymous6-Jan-05 4:43
Anonymous6-Jan-05 4:43 
GeneralRe: How to migrate .lib to dll Pin
basementman6-Jan-05 5:11
basementman6-Jan-05 5:11 
GeneralRe: How to migrate .lib to dll Pin
Jim Crafton6-Jan-05 16:26
Jim Crafton6-Jan-05 16:26 
QuestionHow can I use "User SID" to run a process? Pin
mayash756-Jan-05 2:13
mayash756-Jan-05 2:13 
GeneralResizing CListCtrl Pin
laavsjj6-Jan-05 1:02
laavsjj6-Jan-05 1:02 
GeneralRe: Resizing CListCtrl Pin
Martin Koorts6-Jan-05 2:57
Martin Koorts6-Jan-05 2:57 
GeneralIs anyone see source code of ZModem for win32?(-) Pin
dim136-Jan-05 0:47
dim136-Jan-05 0:47 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
toxcct6-Jan-05 3:02
toxcct6-Jan-05 3:02 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
dim139-Jan-05 22:06
dim139-Jan-05 22:06 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
Ravi Bhavnani6-Jan-05 4:56
professionalRavi Bhavnani6-Jan-05 4:56 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
dim139-Jan-05 21:54
dim139-Jan-05 21:54 
GeneralUnable to get the parent of the webbrowser control hosted in a dialog box Pin
Anonymous6-Jan-05 0:00
Anonymous6-Jan-05 0:00 
GeneralRe: Unable to get the parent of the webbrowser control hosted in a dialog box Pin
Rouslan Grabar [Russ]6-Jan-05 1:18
Rouslan Grabar [Russ]6-Jan-05 1:18 
GeneralRe: Unable to get the parent of the webbrowser control hosted in a dialog box Pin
Anonymous6-Jan-05 17:56
Anonymous6-Jan-05 17:56 
Generalfunction passing problem Pin
chris285835-Jan-05 23:51
chris285835-Jan-05 23:51 

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.