CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: blurboy

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    987

    Help on vb6 and .dll

    windows XP, vb6

    My vb6 project requires to reference A.dll in order to run properly. In my PC, the compiled .exe program runs normally. BUT when i deployed it to another computer, it does not run...
  2. IGraphObject - How to add field dynamically for multiple line graph?

    I am trying to change my crSideBySideBarGraph to a crLineGraphWithMarkers dynamically.

    Using Chart Expert, I can easily add a field from my database to the "Show Value(s)" section.
    How can I add...
  3. [Visual Basic 6.0] Convert string to unicode for command line

    I'm using vb6 to invoke a function in a dll with the following argurments (int argc, _TCHAR* argv[])

    in vb6:

    this is how i call the function in the dll..

    String command = "TEST 123 456"
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured