passing Value from one windows form to another
-
hello all, i have two window forms. one is having button and second is having listbox on it.when i click on button i want some string value to be add in listbox which is on another form at run time. i have tried with following way. make the listbox control specifier as public make an object of the listbox control in button page e.g pg. pg.listbox1.items.add("hello"); on button click but items are not added into the listbox at runtime .plz help me out how can i solve this problem Amit Grover CDAC R&D Gist Group pune
-
hello all, i have two window forms. one is having button and second is having listbox on it.when i click on button i want some string value to be add in listbox which is on another form at run time. i have tried with following way. make the listbox control specifier as public make an object of the listbox control in button page e.g pg. pg.listbox1.items.add("hello"); on button click but items are not added into the listbox at runtime .plz help me out how can i solve this problem Amit Grover CDAC R&D Gist Group pune
There is an article on Passing values between forms[^] Does that help?
My: Blog | Photos "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucious -- modified at 2:28 Thursday 15th December, 2005
-
hello all, i have two window forms. one is having button and second is having listbox on it.when i click on button i want some string value to be add in listbox which is on another form at run time. i have tried with following way. make the listbox control specifier as public make an object of the listbox control in button page e.g pg. pg.listbox1.items.add("hello"); on button click but items are not added into the listbox at runtime .plz help me out how can i solve this problem Amit Grover CDAC R&D Gist Group pune
-
hello all, i have two window forms. one is having button and second is having listbox on it.when i click on button i want some string value to be add in listbox which is on another form at run time. i have tried with following way. make the listbox control specifier as public make an object of the listbox control in button page e.g pg. pg.listbox1.items.add("hello"); on button click but items are not added into the listbox at runtime .plz help me out how can i solve this problem Amit Grover CDAC R&D Gist Group pune
Hi, If you are using McAfee anti virus scanner, do the following: 1. Right click the McAfee task bar icon and open "VirusScan Console" window. 2. From VirusScan console window righ click the "Buffer Overflow Protection" option and disable it. 3. Run your application again. Happy Programming!!! :) Regards, P.Anbuselvan Sr.Software Engineer Hyderabad
-
hello all, i have two window forms. one is having button and second is having listbox on it.when i click on button i want some string value to be add in listbox which is on another form at run time. i have tried with following way. make the listbox control specifier as public make an object of the listbox control in button page e.g pg. pg.listbox1.items.add("hello"); on button click but items are not added into the listbox at runtime .plz help me out how can i solve this problem Amit Grover CDAC R&D Gist Group pune
Follow this link http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=32810