Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pirate007

    Com dll Q - Passing back arrays

    Of course u can !!!! As long as you do not release the object pointer , you should not have any problem..!
  2. pirate007

    DCOM UnRegister/Register a VB ActiveX exe

    How did you register the A-X EXE. please clarify .."vbWrapper -RegServer" gives me no ideas IS your A-X server in a remote machine?????
  3. pirate007

    VB SINGLETONS

    Does anybody out there know how to create a SINGLETON ( Active X exe) in VB??? I have tried this with atl and that works, but have no idea how to do this in Vb.. PLS<<< HELP,,,,,,,,,,, mail :binith.t@svw.com
  4. pirate007

    How do I Create an Activex exe ?????

    You could do this rather easily with atl . Add a new simple atl object to the project. In your main class add the macro DECLARE_CLASSFACTORY_SINGLETON . Build your exe. This should do the trick. But i need to do the same in VB.. Could you please help me??? mail: binith.t@svw.com
  5. pirate007

    With Events from component

    How do i create a singleton object in VB HELLLLLLLLLLPPPPPPPPP...PLEASE........... reply at binith.t@svw.com
  6. pirate007

    DCOM registration

    I have an active X exe in VC++ ( ATL) . I need to remote this what do i do??? please help me URGENT>>>>>> mail me at binith.t@svw.com
  7. pirate007

    MSMQ help

    Hello Buckcs, Thanx But installing MSMQ &quot;again&quot; on the clients does not seem to be useful , right??( i have about 20 client machs on win98) I was wondering if i could use a system where all clients could connect to a central message server(or queues), connect to specific queues and...
  8. pirate007

    MSMQ help

    Hello, I am rather new to MSMQ. Could not find a more nearby forum. I have a PEC on NT 4.0. THe Queue system works fine on my PEC. What if a client running windows 95/95 with network support is to connect to the queue(in the PEC with proper permissions)??Does the client need to have MSMQ...
  9. pirate007

    XML Data Transfer..??

    Hi, I have a small problem. My appl.(NOT a web app) done in VB(basically an editor) needs to take in data dynamically and send the data to a remote station as fast as possible. Can XML be of use to me except the fact that the data could be formatted easily?? Please help me out . It is very...
  10. pirate007

    Delete trigger for foreign keys??????

    Hello, i am stuck up witha funny problem. I have a table say A with a primary key - say A_ID. I have another table B with fields B_ID, B_Name and BA_ID -> references A(A_ID). I now set atrigger on table A FOR DELETE to delete all the corresponding rows in table B. This however gives me a...

Part and Inventory Search

Back
Top