No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hi all... My first post in this forum... The problem is that of the String.Split method... I cant seem to get the String.Split method to work as I wanted... My objective is to try to read the data which are three columns of numbers and try to array them so … | |
Hi all... I wish to draw a table showing 3 columns of values and many many rows. However, i cant seem to find any other functions other than datagrid in the design toolbox interface of C#. And since my data source is not from any serverbased source (My data are … | |
Hi... How do I get output debug messages generated by the debug mode (ie. Start with debugging)? If I can get them, I wish to display them to listbox that I have in the windows form I created. Is there a smarter way other than using the following? : [CODE]lstDebugMessage.Items.Add("Whatever … | |
Hi, all. I read through an book (Developing Windows Based Applications) by Microsoft Corporation thats fully updated for Microsoft Visual Studio .NET 2003 and came upon the chapter where it teaches how to deploy a built application. Since I definitely hoped my program can run in every computer without them … | |
Hi all... This is the case: I have a main parent window, and a child window inside it. The parent window consists of a menubar, whereby clicking one of its menu item (mnuSave) is supposed to save the graph drawn inside the child window. The code for saving the graph … | |
Hi all... I have a query here... Is it possible to open another software application in runtime? My situation here is that I have some .dat files which has the data points for plotting a 2-D graph. I have heard about Tecplot as a great graphics renderer especially for simulations … | |
Hi, all... I wish to call upon the DrawLinesPointF class to draw an array of points for me after I click on a button with design name button1. Upon compilation of my code, there is no error. However, when executed, and I clicked on the button, the following exception error … |
The End.