No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: 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. | |
Re: > 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 … | |
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 … | |
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 … |
The End.