Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHandling the OK button in CPropertySheet Pin
magesh8-Jun-00 20:25
magesh8-Jun-00 20:25 
GeneralRe: Handling the OK button in CPropertySheet Pin
Blake Miller9-Jun-00 4:17
Blake Miller9-Jun-00 4:17 
GeneralRe: Handling the OK button in CPropertySheet Pin
HP14-Jun-00 3:10
HP14-Jun-00 3:10 
GeneralWTL Flicker Pin
Steven Mitcham8-Jun-00 18:41
Steven Mitcham8-Jun-00 18:41 
GeneralLooking for Code Profiler Tool Pin
Uwe Keim8-Jun-00 15:43
sitebuilderUwe Keim8-Jun-00 15:43 
GeneralRe: Looking for Code Profiler Tool Pin
Blake Miller8-Jun-00 19:10
Blake Miller8-Jun-00 19:10 
GeneralHelp: GDI functions not working in OnInitDialog Pin
Paul Ebert8-Jun-00 15:28
Paul Ebert8-Jun-00 15:28 
GeneralRe: Help: GDI functions not working in OnInitDialog Pin
Blake Miller8-Jun-00 15:42
Blake Miller8-Jun-00 15:42 
Try initiating a redraw on it with an Invalidate.

Windows might not be thinking it needs to paint the control, or your MFC DC for the dialog is not valid yet.

At least after the dialog is inited, there will be a paint message in the queue for that control to execute the drawing.

GeneralRe: Help: GDI functions not working in OnInitDialog Pin
Robin9-Jun-00 11:28
Robin9-Jun-00 11:28 
QuestionHowTo : Determine the language of Windows ??? Pin
Luc Bergeron8-Jun-00 9:35
Luc Bergeron8-Jun-00 9:35 
AnswerRe: HowTo : Determine the language of Windows ??? Pin
Uwe Keim8-Jun-00 11:45
sitebuilderUwe Keim8-Jun-00 11:45 
AnswerRe: HowTo : Determine the language of Windows ??? Pin
Stephen Kellett15-Jun-00 8:00
Stephen Kellett15-Jun-00 8:00 
GeneralHelp with GridCtrl bounds checking Pin
Joseph8-Jun-00 5:36
Joseph8-Jun-00 5:36 
GeneralRe: Help with GridCtrl bounds checking Pin
Chris Maunder8-Jun-00 14:39
cofounderChris Maunder8-Jun-00 14:39 
GeneralRe: Help with GridCtrl bounds checking Pin
Joseph9-Jun-00 3:22
Joseph9-Jun-00 3:22 
GeneralFast algorithm for padding nulls into a string Pin
Matthias8-Jun-00 1:33
Matthias8-Jun-00 1:33 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Uwe Keim8-Jun-00 1:56
sitebuilderUwe Keim8-Jun-00 1:56 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Matthias8-Jun-00 2:23
Matthias8-Jun-00 2:23 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Paolo Messina8-Jun-00 4:09
professionalPaolo Messina8-Jun-00 4:09 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Sam Hobbs8-Jun-00 10:01
Sam Hobbs8-Jun-00 10:01 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Blake Miller9-Jun-00 4:59
Blake Miller9-Jun-00 4:59 
GeneralPacket Capturing Pin
Member 26197-Jun-00 21:55
Member 26197-Jun-00 21:55 
GeneralStruct from one class to another Pin
Claude Gagnon7-Jun-00 17:16
Claude Gagnon7-Jun-00 17:16 
GeneralRe: Struct from one class to another Pin
Amit B7-Jun-00 19:05
Amit B7-Jun-00 19:05 
GeneralRe: Struct from one class to another Pin
Uwe Keim8-Jun-00 11:49
sitebuilderUwe Keim8-Jun-00 11:49 

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.