Ok, this is how my PrePaint event resulted. It will calculate the position of the InnerPlotPosition considering the ChartArea's position and the Chart size. I had to change to calculation of the...
Yes, there's the <measuringPoint> class that has the ChartArea, Legend and Series, and then the GUI that has the Chart. Since (so far) all I did was update the .Points data in the Series, I had no...
Hello again! I'm having a little problem with a .BackImage property file I want to modify at run time, but can't manage to "release" the file to be able to change what I need. This is what I want to...
Hi, I have MSDE 2000 running on client PCs with a database in "C:\Program Files\Microsoft SQL Server\MSSQL\Data\" folder. I've made some changes to some of the tables and would need to replace the...
The tasks would naturally be added to those Lists<> by the Type1 clients. And you'd have to save the case when no tasks were pending and a type2 client comes available... store it somewhere else to...
I would create a List<classTask> for every task priority (if you know how many you will have) and have the TCP Listener fire an event when a type2 client is available. Then, when one is, take care of...
It took me a while to get this working, and a lot of Excel's capabilities are not implemented, but this should help you with the exporting at least.
The classes in the Excel environment don't...
I'm already doing that, and no exception gets caught =(
The app just stops, a message shows with "The Application stopped working, Windows is trying to find a solution bla bla" and then it quits.
I have found a new best friend in GUI design using a TableLayoutPanel. It's basically a grid that will allow you to add controls to each cell. and allow you to add Rows/Columns and set the size of...
Yes, S_M_A's post mentioned that already, but again, I have 2 other applications that make use of the library and they work! As far as I know, there is no "app-specific" dll registering, so if they...
And I'm using Framework 4.0 - installed on the machines. Actually the app starts ok, I can use some functions of it. But when I press a button that would make use of the DLL methods and objects, I...
Hi SMA, I would doubt that very much, since I have the original third party complete app already installed and working on the machines, and a second application we developed that also uses that...
Hi, I'm having some problems with a very small app that uses a third party DLL. I can run the app on my computer (Windows 7, 32 bits), and could run it on several XP's, but on other windows 7...
Hi, welcome! I'm actually having a similar problem and was just about to post! I've been trying to create a new form from my main form to highlight an area of the main form, and would need it to be...
I'd use string.Split( ) twice. The first time using '<' as a separator, the second using '>'. The final set of elements should have a first item containing the tag attributes, and a second item that...
You should lookup the double.Parse(string s) and double.TryParse(string) functions.
Then you could use a double to add new values and just divide by 5 after the for loop.
I'm not sure you can have the tick marks and labels fixed without having some calculations done inbetween and changing you Axis settings. You can have a fixed number of labels, and if the time span...
Hi again. I'm trying to add functionallity to my app, but given that some users might be interested in some stuff and others in other stuff, it would seem to point to plugins.