Hey, I made a program in a win32 DLL using C++. Since I have to do things VB.net can't do. But now is my question, would it be possible to make a VB.net application (preferably windows forms) to execute a function it loads from a C++ DLL?
It involves editing process memory, it cannot be done using VB.net anymore since the process I'm aiming for is blocking that. The C++ does work though. But I want to create a gui around the DLL using VB and just have some functions in my C++ DLL.
It involves editing process memory, it cannot be done using VB.net anymore since the process I'm aiming for is blocking that. The C++ does work though. But I want to create a gui around the DLL using VB and just have some functions in my C++ DLL.