Search results for query: *

  1. A

    Visual Basic ToolBar and ImageList

    That did the trick! Muchas Gracias!
  2. A

    Visual Basic ToolBar and ImageList

    I got the buttons (their graphic image) back to the toolbar. And when you click on the buttons, the right VB code is executed through a switch statement, etc. So I am just about there. The only problem now is that when I click on a button, it does not stay clicked. Any idea why that is? I...
  3. 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...
  4. 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...
  5. 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