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
~2K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for jainendra.shah

I just posted a reply on this thread: "How To pass multidimensional array from one form to another" My reply should cover your requirement as well.

Member Avatar for Emmanuel Jay
0
1K
Member Avatar for abhay_pundir

> hi friends, > i want to transfer the value of a 2-d array from one Form to another. > anybody have idea how to do this. Here is one way that can do what you ask and more. //MAIN FORM private frmOther varfrmOther; //Private var referencing frmOther declared at …

Member Avatar for ss125
0
349
Member Avatar for KJBB

When an Access database is being updated and an apostrophy ' is embedded in a user input string, (txtArray[0].Text here), the query fails. I am using OLEDB. I am hoping I do not have to parse each user input searching for single quotes and probably other naughties like ". I …

Member Avatar for KJBB
0
119
Member Avatar for KJBB

I create an array of 16 text boxes, etc in code. I need to detect which one is clicked. I have created an event handler for each that points to the same handler routine for all 16 for(int box = 0; box < 16; box ++) { txtArray[box].Click += new …

Member Avatar for KJBB
0
291

The End.