|
-
Feb 14th, 2002, 01:17 PM
#1
Thread Starter
Addicted Member
one of those
hi,
im one of those guys that learned VB first and then
tried to learn C++
well, in VB theres a program that comes with it that gives you
all the declarations, types and constants
for example Bitblt can be gotten from there...
well, i was wondering,
how do i find out more about functions for C++ and what they
do like :
GetMessage, TranslateMessage, DispatchMessage and others...
and how can we find other built in icons other than IDI_WINLOGO, IDC_ARROW, IDI_APPLICATION?
-
Feb 14th, 2002, 01:28 PM
#2
i'm also one of those poor buggers that learnt vb first
to your question. um, off the top of my head, have a look at the windows.h file (should've come with ur compiler). there's a s*** load of stuff in there to do with the win32 api
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
|