Results 1 to 3 of 3

Thread: AddressOf in VB4

  1. #1
    Guest
    Hi

    How do I refer to callback functions in Visual Basic 4.0?
    I know that it's done via AddressOf in version 5, but I don't have a clue as of VB4.

    Thanks

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You can't in VB4 without using an external DLL (I think).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Guest
    Using DLL's? I have not heard of that, but if you can, you would have to use C++ to make it as VB can only make OLE DLL's.

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