help plz

Estevan

Newbie
Joined
May 16, 2003
Messages
667
Reaction score
0
This has nothing nothing to do with HL2 or the SDK but i need help for my lil prog. Im probly the n00best of em all asking this question but, What is the command to open up a Program Like mIRC or a game like Warcraft III in C++?

In Advance Thanks
 
you'll have to use one of the win32 functions, althought the name of it escapes me atm
 
im using MSVC 6.0 if that helps, i just dont know how to put in win32 functions :/. but if you remmber plz say
 
Ahhhh I just figured out what you're trying to say. You want to open the program via windows using a function in your program... yeah, you need to use a win32 call. At first I thought you meant you wanted to decompile a program into coherent C++ lol. Unfortunately I have no idea what it is. Maybe look up a tutorial.
 
Back
Top