|
-
Aug 19th, 2000, 12:43 PM
#1
Thread Starter
Lively Member
-
Aug 19th, 2000, 02:46 PM
#2
I would also like to know this
-
Aug 19th, 2000, 07:45 PM
#3
if your asking because that gave you an error, remember you need the Semi-Colon at the end of everline
Code:
int ProgramHwnd;
ProgramHwnd = CWnd.m_hWnd;
-
Aug 19th, 2000, 07:48 PM
#4
-
Aug 19th, 2000, 08:48 PM
#5
oh yeah,
I am just starting C++ so i dont know all the data types yet.... thanks for correcting me
-
Aug 20th, 2000, 04:58 AM
#6
Monday Morning Lunatic
Uh...Zej? Don't use CWnd.m_hWnd. You need to extract it from your CWnd-derived class...and as Megatron says, it's of type HWND.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|