-
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?
-
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