Results 1 to 2 of 2

Thread: asm in vb?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    313

    Question

    you know how in c++ you can do

    asm
    {
    ...
    code
    ...
    }

    can you do asm in vb?

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width