Search:

Type: Posts; User: UW_COOP

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,886

    How bout an exe??

    Would the forms be shown modelessly if I had compiled a VB exe instead, and called it from C++??

    If i were to do this, would i be able to pass data to the function in the exe and also get values...
  2. Replies
    8
    Views
    5,886

    Could you Explain this?

    "The way I would do this is to create the dll part as an ActiveX component. Then use MFC to load the typelib of the VB app. This will allow MFC to create wrapper classes around your VB classes so you...
  3. Replies
    8
    Views
    5,886

    Another Thread.

    Yeah..
    basically it's a thread i've written in C++ which calls a subroutine, within a class module in the VB Activex DLL. THis subroutine than loads and shows the form 'vbmodally' in the DLL.
  4. Replies
    8
    Views
    5,886

    Showing the form.

    The only way that I am able to show the form is by using "vbmodal" as one of the parameters for "form.show". However, this is why it does not appear in the taskbar! Is there a way to allow it to be...
  5. Replies
    8
    Views
    5,886

    Calling a VB DLL w/ forms from C++ DLL

    Hi,

    I've written a C++ DLL which calls an activex dll (the activex dll loads a progress bar/form). However, the progress bar/form does not appear in the task bar when it is called by the C++ DLL....
  6. Replies
    4
    Views
    2,538

    HELP

    yes, the data fields are correct as it is able to insert more than 1 record each time. I believe that it could be that the cmd is trying to execute before the previous one is done 'inserting' (but...
  7. Replies
    4
    Views
    2,538

    Odbc Driver Error?

    Hi,

    I have a thread in a C++ dll that inserts records into an SQL database (inside a while loop). Sometimes, depending on the records, it is able to finish inserting all records (exits the loop...
  8. Replies
    2
    Views
    3,401

    Progress Bar in DLL.

    Hi,

    I have written a multithreading DLL that is called by VB (frontend GUI). I need to keep track of each thread's progress with a prgoress bar. Each thread basically does some updating in an...
Results 1 to 8 of 8