PDA

Click to See Complete Forum and Search --> : api calls


wandoprog
Jan 4th, 2001, 01:51 PM
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

parksie
Jan 4th, 2001, 02:02 PM
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?

wandoprog
Jan 4th, 2001, 10:28 PM
Nah I was just wondering if it was possible in vb4.0
thanks I didnt think that there was a way.