Click here to Skip to main content
15,901,853 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can any friend send me source code for developing notepad appln using VC++ 6.0 Pin
Maximilien18-Mar-08 7:33
Maximilien18-Mar-08 7:33 
GeneralRe: can any friend send me source code for developing notepad appln using VC++ 6.0 Pin
ThatsAlok18-Mar-08 20:24
ThatsAlok18-Mar-08 20:24 
AnswerRe: can any friend send me source code for developing notepad appln using VC++ 6.0 Pin
Mark Salsbery18-Mar-08 8:28
Mark Salsbery18-Mar-08 8:28 
GeneralRe: can any friend send me source code for developing notepad appln using VC++ 6.0 Pin
JudyL_MD18-Mar-08 8:54
JudyL_MD18-Mar-08 8:54 
GeneralRe: can any friend send me source code for developing notepad appln using VC++ 6.0 Pin
Mark Salsbery18-Mar-08 8:57
Mark Salsbery18-Mar-08 8:57 
AnswerRe: can any friend send me source code for developing notepad appln using VC++ 6.0 Pin
Joe Woodbury18-Mar-08 16:00
professionalJoe Woodbury18-Mar-08 16:00 
Questionmy mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 6:34
sthotakura18-Mar-08 6:34 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 6:50
Mark Salsbery18-Mar-08 6:50 
I would guess you must be using something (maybe indirectly) in the common
controls library that wasn't initialized - like the registration of a window
class.

You should be using InitCommonControlsEx() anyway, even if just for the
ICC_STANDARD_CLASSES control classes.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 6:55
sthotakura18-Mar-08 6:55 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 7:01
Mark Salsbery18-Mar-08 7:01 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 7:10
sthotakura18-Mar-08 7:10 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 7:20
Mark Salsbery18-Mar-08 7:20 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 7:31
sthotakura18-Mar-08 7:31 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 8:14
Mark Salsbery18-Mar-08 8:14 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
led mike18-Mar-08 6:59
led mike18-Mar-08 6:59 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
David Crow18-Mar-08 9:38
David Crow18-Mar-08 9:38 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
led mike18-Mar-08 9:53
led mike18-Mar-08 9:53 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
David Crow18-Mar-08 10:16
David Crow18-Mar-08 10:16 
QuestionWhat SDL can do ? Pin
Hanan88818-Mar-08 5:33
Hanan88818-Mar-08 5:33 
AnswerRe: What SDL can do ? Pin
David Crow18-Mar-08 5:47
David Crow18-Mar-08 5:47 
GeneralRe: What SDL can do ? Pin
Cedric Moonen18-Mar-08 5:50
Cedric Moonen18-Mar-08 5:50 
GeneralRe: What SDL can do ? Pin
led mike18-Mar-08 6:03
led mike18-Mar-08 6:03 
AnswerRe: What SDL can do ? Pin
Cedric Moonen18-Mar-08 5:48
Cedric Moonen18-Mar-08 5:48 
GeneralRe: What SDL can do ? Pin
Hanan88818-Mar-08 6:00
Hanan88818-Mar-08 6:00 
GeneralRe: What SDL can do ? Pin
Moak18-Mar-08 6:47
Moak18-Mar-08 6:47 

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.