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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.