I am a strictly VB programmer and this C stuff is driving me crazy right now!
All I need to do is create a simple DLL that will start an executable when a function is called. However I do not have any idea what C command to call to start an executable. In VB, it would be shell... could someone enlighten me to the C++ equilivant?



LinkBack URL
About LinkBacks



I still recomend _spawn over ShellExecute as its more portable. ShellExecute will run files of other types than exe, however. Depends what you're after.