how can i call assembly code from VB. i've an asm file, how can i call/run it from VB ?
any help/clues.....
thanks
shruti !
Printable View
how can i call assembly code from VB. i've an asm file, how can i call/run it from VB ?
any help/clues.....
thanks
shruti !
:) Dont save the file as ASM. Save it as Project.exe.manifest and put it in the same folder as your app and it will run when your app loads.
shrutilalwani,
The easiest way is to compile the asm into a dll and call it from VB using api calls.
There is a way to combined asm into a vb program but you really have to know what your doing in asm. If your interest in this search for control the compile process in vb on the net.
actually i think I have a link, http://archive.devx.com/upload/regis...199/jc1199.asp
I think thats it.
:D
thanks ! i'll surely try it
and will get back to u if i have any problems