[HELP]Calling a Sub/Object with the Address
I have a class with of which i want to call a sub from only an pointer/address..
I have done it in C++ but i want to know how to do it in visual basic
int* MyInt = (int*) 0x95222AE5
// and to get the int it would of been *MyInt
I have done it in C++ but i want to know how to do it in visual basic
int* MyInt = (int*) 0x95222AE5
// and to get the int it would of been *MyInt

