Search results for query: *

  • Users: Athono
  • Content: Threads
  • Order by date
  1. A

    Visual Basic ToolBar and ImageList

    I am new to Visual Basic. So the differences between C++ and VB are striking to me. But even this seems like too much. Here is what I am talking about: I got a project out of source safe and I started working with it. The Graphics associated to an image list had been compiled into the project...
  2. A

    How do I declare a string and pass it from a Visual Basic GUI to a C++ DLL?

    How do I declare a string and pass it from a Visual Basic GUI to a C++ DLL? Now I am debugging successfully. I can debug either on the Visual Basic end or I can debug on the C++ side by using the DLL's project file and declaring the compiled VB code as the launching executable. I have narrowed...
  3. A

    Strange VB problem

    How are pointers handled in VB? I have a strange problem where I am linking to a DLL that was written in C. One of the arguments in a function is a pointer to an integer.
Back
Top