I have some code in VB6 which imports a function from a dll, it uses the byVal and byRef keywords, I want to convert that code into C# 3.5.
I have a VB6.0 project that contains the line Implements IObjectSafety I tried reopening this prject and compile it (.dll)
My application consists of a VB6 DLL that is called from ASP. It needs to manage a pool of connections to a (non-standard) database. I implemented this by using a global variable, but this is being re
Using VB6. It\'s not hard to roll your own, but I wond开发者_开发百科ered if was a prebuilt one out there?Prompted by Bob\'s comment: Google found this wrapper for UrlEscape in a newsgroup post from K
I am not sure what the issue is as I am new to this issue, but I\'ll describe the problem best I can. I have reportwriter dll written in VB6. I use this reportwriter in a web app (my main app).
I\'m trying to build our web application automatically. I need to be a开发者_如何学Goble to copy the VB6 DLL\'s to a server and register them since the webapp is using them as a backend. I can\'t seem
I currently making an Excel VB application. However, I am stuck at the moment. I am trying to make the choice between two OptionButtons compulsory.
I am wanting to write an Add-In for Outlook 2003 which, when Outlook is opened, search for the existence of a datafile called DMSDataStore and if it doesn\'t exist will install the datafile.I have man
I\'m looking for a replacement for the Sheridan 3D Panel (ssPanel) and I\'m trying to figure out which of the Controls in the Projects>Components I can add to my project which will be supported by Mic
I am try开发者_如何学Going to zoom (resize) the contents of a rich text box in VB6 so that all the content is visible. (I zoom out until the scroll bars disapear).No, but you might be able to simulate