Maybe I'm just a moron, but I don't know where to find the functions of the 'gdi'... Any help is appreciated.
Printable View
Maybe I'm just a moron, but I don't know where to find the functions of the 'gdi'... Any help is appreciated.
Fire up Command and Conquer 2. It has GDI (global defense initiative) and Brotherhood of Nod :cool:
Sorry, I don't know the answer to your question, I just wanted to make a funny (??) joke.
Good luck anyway
VB comes with an API editor that you can look up the functions with but there is a better tool on the net. It's called win32.tlb and it comes with a directx download (serach altavista for "win32.tlb" ) then using project/refernces select it and you can view ALL the API from the object viewer (F2) and never need to "Declare" anything again -just type the function- !!!! also all the type libraries and const's are included with it. a MUST for a VB programmer annoyed with lack of API visibility
Thanks a lot guys, except for that command and conquer thing. But thanks anyway for the effort I guess....