Prevent Certain EXE program from running
-
Guys, Does anyone here can help me to create a utility program in vb6 that will prevent certain exe program from running? Can anyone give me code snippets. Thanks! Chito
That's physically not possible. How would you hope it would work ? If it were possible, VB6 isn't going to do it.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Guys, Does anyone here can help me to create a utility program in vb6 that will prevent certain exe program from running? Can anyone give me code snippets. Thanks! Chito
You can't do what you want because you'd have to hook Windows Loader to do it. This is "black-art" type stuff that has very little to no documentation on how to do it. Any examples of hooking API functions are going to be in C++ and do things that VB6 is no capable of producing a .DLL or .EXE for.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007