Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: wt message is generated on window Maximize Pin
Zeeshan Bilal6-Jul-04 21:34
Zeeshan Bilal6-Jul-04 21:34 
Questionhow to use CSlider Control Pin
Zeeshan Bilal6-Jul-04 18:12
Zeeshan Bilal6-Jul-04 18:12 
AnswerRe: how to use CSlider Control Pin
V.6-Jul-04 23:14
professionalV.6-Jul-04 23:14 
QuestionHow to change the Color Palatte of Gif File. Pin
pubududilena6-Jul-04 17:45
pubududilena6-Jul-04 17:45 
Generalhelp with windows messages for ending a process Pin
AmericanBacon6-Jul-04 17:28
AmericanBacon6-Jul-04 17:28 
GeneralRe: help with windows messages for ending a process Pin
Ryan Binns6-Jul-04 18:22
Ryan Binns6-Jul-04 18:22 
GeneralNeed help! LoadImage took 30 seconds to load an icon Pin
Neil Yao6-Jul-04 17:16
Neil Yao6-Jul-04 17:16 
GeneralRe: Need help! LoadImage took 30 seconds to load an icon Pin
Johan Rosengren6-Jul-04 21:19
Johan Rosengren6-Jul-04 21:19 
LoadIcon being a single API-call can hardly have anything to do with this. As much as I hate it in a support situation, this ought to be a problem with the user machine. A further investigation of indexing services, check of background processes, harddisk surface check etc. will probably be more fruitful than staring at the offending line. You might want to check so that the load is made as seldom as possible in your code, however. For example, preloading the icon in a ctor rather than in OnPaint.
GeneralStructur Read/Write From a File Pin
lewislewis_lewis6-Jul-04 17:04
lewislewis_lewis6-Jul-04 17:04 
GeneralRe: Structur Read/Write From a File Pin
Christian Graus6-Jul-04 17:08
protectorChristian Graus6-Jul-04 17:08 
GeneralRe: Structur Read/Write From a File Pin
#realJSOP7-Jul-04 3:22
mve#realJSOP7-Jul-04 3:22 
QuestionHow to know the previous function from stack.. Pin
TssPrasad6-Jul-04 16:55
sussTssPrasad6-Jul-04 16:55 
AnswerRe: How to know the previous function from stack.. Pin
Christian Graus6-Jul-04 17:05
protectorChristian Graus6-Jul-04 17:05 
AnswerRe: How to know the previous function from stack.. Pin
parths6-Jul-04 21:37
parths6-Jul-04 21:37 
AnswerRe: How to know the previous function from stack.. Pin
David Crow7-Jul-04 3:32
David Crow7-Jul-04 3:32 
GeneralHelp Thread Process and Window Pin
phamdoan6-Jul-04 16:49
phamdoan6-Jul-04 16:49 
GeneralEnumThreadWindows Function Pin
Blake Miller7-Jul-04 5:02
Blake Miller7-Jul-04 5:02 
GeneralDumb RichEditView Question Pin
merkit6-Jul-04 16:28
merkit6-Jul-04 16:28 
GeneralRe: Dumb RichEditView Question Pin
David Crow7-Jul-04 3:33
David Crow7-Jul-04 3:33 
GeneralCheckRadioButton makes recursive calls Pin
elephantstar6-Jul-04 13:57
elephantstar6-Jul-04 13:57 
GeneralRe: CheckRadioButton makes recursive calls Pin
David Crow7-Jul-04 3:54
David Crow7-Jul-04 3:54 
GeneralRe: CheckRadioButton makes recursive calls Pin
elephantstar7-Jul-04 9:41
elephantstar7-Jul-04 9:41 
GeneralRe: CheckRadioButton makes recursive calls Pin
David Crow7-Jul-04 10:01
David Crow7-Jul-04 10:01 
GeneralRe: CheckRadioButton makes recursive calls Pin
elephantstar7-Jul-04 11:55
elephantstar7-Jul-04 11:55 
GeneralRe: CheckRadioButton makes recursive calls Pin
Blake Miller7-Jul-04 5:11
Blake Miller7-Jul-04 5:11 

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.