I am executing multiple vb6 components that accesses different database engines such as access (mdb), sql server, etc from within asp.net.
I maintain a fairly large application which does a lot of talking with Lotus Notes. Recently in the last couple of months, some users have been having problem connecting to the Lotus Notes Session, I
basically I can\'t add Inet control in vb6 via drag and click from t开发者_JS百科he general toolbar. Where is it?Project (menu) --> Components --> Check \"Microsoft Internet Transfer Controls 6.0\" (M
I\'m changing some crufty old printing code to use the Visual Basic Print Dialog Control to pass printer information to a CrystalReport object.It works great except for one thing - the page selection
I know how to look up a hostname from an IPv4 in VB using the GetHostByAddr Windows API call (this works great). However, that function does not allow one to specify the DNS server to use. Sometimes t
I have inherited a project from a client, who believes he has all the source code, but unfortunately this particular VB6 application used a bunch of custom controls that the original programmer will n
How can I determine the Windows default browser (at the top of the start menu)? I am using VB6 but can probably adapt other code no problem.
I\'ve recently fixed a bug in a VB6 application, but I\'m not sure, what exactly went wrong. The offending part was a wrong API declaration of CreateEvent. This is, what API Viewer generated:
For t开发者_如何学Gohe exe generated, the Icon is not displayed. I added the Icon in the project Properties --> Make tab --> Application --> Icon.I am using Vb 6.0
I have a .net dll file. I have to call one of the methods in this dll file from a VB prog开发者_运维知识库ram.