Click here to Skip to main content
16,006,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in handling Esc key while editing treeitem label Pin
Rage25-Jun-02 22:14
professionalRage25-Jun-02 22:14 
QuestionHow to get the printer's information Pin
blongtq25-Jun-02 18:21
blongtq25-Jun-02 18:21 
AnswerRe: How to get the printer's information Pin
Joel Lucsy26-Jun-02 5:51
Joel Lucsy26-Jun-02 5:51 
GeneralRe: How to get the printer's information Pin
blongtq26-Jun-02 17:45
blongtq26-Jun-02 17:45 
Generallistview & Win98 Pin
Maurizio Pisano25-Jun-02 18:13
Maurizio Pisano25-Jun-02 18:13 
GeneralRe: listview & Win98 Pin
Nish Nishant25-Jun-02 19:27
sitebuilderNish Nishant25-Jun-02 19:27 
GeneralRe: listview & Win98 Pin
Maurizio Pisano25-Jun-02 19:43
Maurizio Pisano25-Jun-02 19:43 
GeneralRe: listview & Win98 Pin
Maurizio Pisano26-Jun-02 1:01
Maurizio Pisano26-Jun-02 1:01 
does anyone code on Win98 anymore?

after hours trying to pinpoint the problem I found this: if I set the handle of the parent in CreateWindowEx() to that of a window created in a class it fails, setting the handle of a global parent works ok, so is this a known problem on 98?

CreateWindowEx(....., CWinA::hWnd,...) fails

CreateWindowEx(....., ghWnd,...) is ok

and yes, CwinA::hWnd is a static public member of the class, so I'm at a loss as to the problem, I'm looking for any ideas here ppl Smile | :)
GeneralSetClipboardViewer Pin
adara25-Jun-02 18:07
adara25-Jun-02 18:07 
GeneralRe: SetClipboardViewer Pin
Rage25-Jun-02 22:09
professionalRage25-Jun-02 22:09 
GeneralWin32 Tree Question Pin
NullStream25-Jun-02 17:47
NullStream25-Jun-02 17:47 
GeneralRe: Win32 Tree Question Pin
Michael Dunn25-Jun-02 17:51
sitebuilderMichael Dunn25-Jun-02 17:51 
GeneralRe: Win32 Tree Question Pin
NullStream25-Jun-02 19:01
NullStream25-Jun-02 19:01 
GeneralRe: Win32 Tree Question Pin
Rage25-Jun-02 22:39
professionalRage25-Jun-02 22:39 
GeneralRe: Win32 Tree Question Pin
Roger Broomfield26-Jun-02 0:52
Roger Broomfield26-Jun-02 0:52 
GeneralRe: Win32 Tree Question Pin
NullStream26-Jun-02 1:24
NullStream26-Jun-02 1:24 
GeneralRe: Win32 Tree Question Pin
Roger Broomfield26-Jun-02 3:25
Roger Broomfield26-Jun-02 3:25 
GeneralRe: Win32 Tree Question Pin
NullStream26-Jun-02 21:45
NullStream26-Jun-02 21:45 
Generallinking errors LNK2001 Pin
Dee25-Jun-02 17:21
Dee25-Jun-02 17:21 
GeneralRe: linking errors LNK2001 Pin
Christian Graus25-Jun-02 19:47
protectorChristian Graus25-Jun-02 19:47 
QuestionHow to change the size of a splitview? Pin
aldeba25-Jun-02 16:44
aldeba25-Jun-02 16:44 
AnswerRe: How to change the size of a splitview? Pin
aldeba25-Jun-02 16:54
aldeba25-Jun-02 16:54 
QuestionDirectly creating a CFormView as a child? Pin
DerekSaw25-Jun-02 16:34
DerekSaw25-Jun-02 16:34 
AnswerRe: Directly creating a CFormView as a child? Pin
aldeba25-Jun-02 16:45
aldeba25-Jun-02 16:45 
AnswerRe: Directly creating a CFormView as a child? Pin
DerekSaw25-Jun-02 16:52
DerekSaw25-Jun-02 16:52 

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.