I’m trying to write an Active X DLL that functions like this:
In a Module.Bas:
Public anyVariable as Double
Any number of forms could/would have a reference to the DLL in the...
I've had a discussion with a client about a new project. The main concern is as the software provider, can a full blown application be upgraded simply by replacing the EXE with a new...
Your explaination has given me an understanding that I have sought for some time. I have had other projects that I wanted to do this with, but had to devise a different approach...
I've written a Windows Form Control Library control that I need to have "Handles" that appear (at runtime) that allow the control to be moved and/or resized. I haven't a clue how...
I'm trying to get X & Y data points from a Jagged 2D Array, based on the input of data (String) as a search parameter. As far as the searching goes, I know how to do that part. I...
I'm working on a Windows Forms Control Library project (2 items) where 1 connects with the other via Named Pipes. In the 1st or Server app, I use the .StartInfo.FileName = the name of the...
Hello,
I'm hoping someone can help me with this. I'm new to C#, and can't figure out how to correct this.
I get the error: No overload for 'Lbl39Text' matches delegate...