The instance I described above is a for a condition that could occur when another service that is checking licensing of the product goes down... if that service is disabled or crashes, then the...
I've searched around for the proper way to kill a previous Instance of a VB6 application. My situation seems a bit unique. If our main sevice(outside of the application) dies, we need to terminate...
I am building a dashboard in ASP.net. I want to allow users the option to choose between several html table layouts (3x3) (3x4) (6x6) on the main page. How should I store and retrieve the...
Im writting a C# program to automate our builds utilizing the MSBUILD functionality. Alot of our code is written in C++. Does anyone know how to add the VCBUILD task to the...
Thanks both for the quick replies. Unfortunantley Im having to write this .ocx in VC++ 6.0 because the vendor code api is not supported on anything other than Windows XP, Server 2003. We originally...
Im working on an .ocx control to integrate a 3rd party video vendor API into our product. Im stuck on an access violation error:
Unhandled exception in iexplorer.exe(PVCODEC.DLL): OxC0000005:...
I have some converted VB 6 to C# code that used the property bag to store user control settings. How can I convert the following the read statement to correctly work:
I have two combo boxes on a form. The combo boxes are populated with the same values. When I change either of the combobox values, the other box changes to the value i have picked, and vice...
Is there a way to include a hyperlink inside a string? I am using SMTP to send a verification email, and I would like to inlcude a hyperlink to the website login, as well as a link to the...
I have an AJAX rating control in an update panel on my form. The control is working fine except when I switch user logins, or navigate to different pages within my DNN site. The rating...
I have a procedure that opens an MS Access database and updates an MS Excel spreadsheet with the data. This process is taking 20 plus minutes to complete because I am closing the ado...
I am wanting to read the values of a tab delimited file into an access table. To allow the user, to input the a file path(via a text box). When a command button is pressed a table in...
I want to read in the value of a string for comparison purposes that has been passed from an excel(cell) through VBA. When the value is read into a string variable, some of them contain,...
I am trying to use the instrinsic function "strLen" in a VBA application. But keep getting the error "Sub or Function" not defined. Is there a reference that I have to include to allow this...
I want to pull data from a query in my MS access database into a a cell on an Excel spread sheet. The query that I use has one field and has the Total property set to the "Count" type.
...