Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Member Avatar for daidaiboyboy

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 …

Member Avatar for tphuynh
0
2K
Member Avatar for daidaiboyboy

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 …

Member Avatar for gedarufi
0
510
Member Avatar for daidaiboyboy

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 …

Member Avatar for daidaiboyboy
0
142
Member Avatar for daidaiboyboy

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 …

0
66
Member Avatar for daidaiboyboy

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 …

0
73
Member Avatar for daidaiboyboy

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 …

Member Avatar for f1 fan
0
280
Member Avatar for daidaiboyboy

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 …

Member Avatar for daidaiboyboy
0
583