Results 1 to 2 of 2

Thread: one of those

  1. #1

    Thread Starter
    Addicted Member Osiris's Avatar
    Join Date
    Oct 2000
    Location
    Dimension Hole
    Posts
    142

    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?
    ؊Ϯϊ

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    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
  •  



Click Here to Expand Forum to Full Width