OK, I am using the 16bit version of vb, is there any way that I can call 32bit api calls. I always get an error message when i do this. If there is anyway you guys can help then please do. Thanks
Printable View
OK, I am using the 16bit version of vb, is there any way that I can call 32bit api calls. I always get an error message when i do this. If there is anyway you guys can help then please do. Thanks
There is a way to call 32bit DLLs from a 16bit program, but it only works in a language with pointers.
Therefore, it's not possible with VB. Are you sure you definitely need to use a 16bit version?
Nah I was just wondering if it was possible in vb4.0
thanks I didnt think that there was a way.