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 Wanet Telecoms Ltd 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. slimtimbodin

    Passing IWebBrowser2 to ATL/COM Method C++

    I wrote an activex dll in VB and I made a reference to the MS Internet Controls (SHDOCVW.DLL) and I wrote a sub that receives a WebBrowser control from the client: Public Sub Test(TheBrowser As WebBrowser) After compiling the project I can use the OLECOM viewer and see the Type Library is...
  2. slimtimbodin

    Convert VB DLL to VC++ DLL

    I have a fairly large VB DLL that I have created and my boss and I are considering redoing it in VC++ so that it is smaller to distribute since we won't have to send out the VB runtime and will run faster. Does anyone know of any conversion programs out there that can aid us in this and help...
  3. slimtimbodin

    Do you have the tabstrip blues?? Check this out!!!

    I have yet to figure out how you add a picture box and buttons to the second, third, or fourth (etc..) tabs but I finally stumbled across this little VB addin that works great and solved my problem. Best yet its free!!! It allows you to switch and view all the different tabs during design time...
  4. slimtimbodin

    Passing Parameter (e.g. testprogram.exe parameter1)

    How do you set up a VC++ Dialog based program, that is created using the VC++ application wizard, to receive an incoming parameter. Example: testprogram.exe parameter1 or if I wanted to pass a textfile to the program - testprogram.exe textfile.txt I have checked all my newbie C++ books and I...

Part and Inventory Search

Back
Top