you know how in c++ you can do
asm
{
...
code
...
}
can you do asm in vb?
Printable View
you know how in c++ you can do
asm
{
...
code
...
}
can you do asm in vb?
No that I have ever been aware of.
But there is nothing stopping you from writing something in C++, putting it into a dll and then calling it from VB.
Most DLLs that are used for API calls are in C