Click here to Skip to main content
16,007,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating non-document based applications Pin
Rick York18-Mar-04 10:20
mveRick York18-Mar-04 10:20 
GeneralRe: Creating non-document based applications Pin
Adam Preble18-Mar-04 10:48
Adam Preble18-Mar-04 10:48 
GeneralRe: Creating non-document based applications Pin
Ravi Bhavnani18-Mar-04 11:00
professionalRavi Bhavnani18-Mar-04 11:00 
GeneralRe: Creating non-document based applications Pin
Prakash Nadar18-Mar-04 14:47
Prakash Nadar18-Mar-04 14:47 
GeneralhWnd and GetDlgItem Pin
Oriented18-Mar-04 9:34
Oriented18-Mar-04 9:34 
GeneralRe: hWnd and GetDlgItem Pin
David Crow18-Mar-04 9:38
David Crow18-Mar-04 9:38 
GeneralRe: hWnd and GetDlgItem Pin
Christian Graus18-Mar-04 9:41
protectorChristian Graus18-Mar-04 9:41 
GeneralRe: hWnd and GetDlgItem Pin
Christian Graus18-Mar-04 9:40
protectorChristian Graus18-Mar-04 9:40 
hWnd is not a class, it's a HANDLE. In other words, it's a number that uniquely identifies a window on the system. CWnd is a class in MFC which wraps a hWnd.

There is no such thing as SetDlgItem, from memory you put a control into a window by making that window it's parent.

http://www.msdn.com is a more up to date version of the MSDN than came with your VC6, but the VC6 one just might be better for you. Install it now.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
Generalassign infinity ?! Pin
Oriented18-Mar-04 9:31
Oriented18-Mar-04 9:31 
GeneralRe: assign infinity ?! Pin
Alexander M.,18-Mar-04 9:35
Alexander M.,18-Mar-04 9:35 
GeneralRe: assign infinity ?! Pin
David Crow18-Mar-04 9:36
David Crow18-Mar-04 9:36 
GeneralRe: assign infinity ?! Pin
Christian Graus18-Mar-04 9:37
protectorChristian Graus18-Mar-04 9:37 
GeneralRe: assign infinity ?! Pin
Alexander M.,18-Mar-04 9:40
Alexander M.,18-Mar-04 9:40 
GeneralRe: assign infinity ?! Pin
John R. Shaw18-Mar-04 14:32
John R. Shaw18-Mar-04 14:32 
GeneralRe: assign infinity ?! Pin
Navin18-Mar-04 10:11
Navin18-Mar-04 10:11 
GeneralRe: assign infinity ?! Pin
Maxwell Chen18-Mar-04 16:12
Maxwell Chen18-Mar-04 16:12 
GeneralRe: assign infinity ?! Pin
J. Eric Vaughan19-Mar-04 3:31
J. Eric Vaughan19-Mar-04 3:31 
QuestionAlternative to LZxxx functions? Pin
Navin18-Mar-04 9:27
Navin18-Mar-04 9:27 
AnswerRe: Alternative to LZxxx functions? Pin
Alexander M.,18-Mar-04 9:34
Alexander M.,18-Mar-04 9:34 
GeneralRe: Alternative to LZxxx functions? Pin
Navin18-Mar-04 9:41
Navin18-Mar-04 9:41 
GeneralRe: Alternative to LZxxx functions? Pin
Ryan Binns18-Mar-04 17:10
Ryan Binns18-Mar-04 17:10 
GeneralQuestions about defining a funciton Pin
nachilau18-Mar-04 8:48
nachilau18-Mar-04 8:48 
GeneralRe: Questions about defining a funciton Pin
toxcct18-Mar-04 9:01
toxcct18-Mar-04 9:01 
GeneralRe: Questions about defining a funciton Pin
nachilau18-Mar-04 9:18
nachilau18-Mar-04 9:18 
GeneralRe: Questions about defining a funciton Pin
Alexander M.,18-Mar-04 9:24
Alexander M.,18-Mar-04 9:24 

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.