i would like to know the steps in doing the following:
1) on click of 'open' of the menustrip, i would like a window to pop up allowing me to choose the file(s) i would like to open.
2) after part 1 is achieved, i would like to be able to view the data values in its respective textboxes using arraylist.
3) i would also like to input values into the textboxes and thereafter, save them.
can someone pls help me? :surrender
using arraylist to read and write values of data in .ini file in C++/CLI
Started by mactick, Dec 29 2006 05:29 AM
1 reply to this topic
#1
Posted 29 December 2006 - 05:29 AM
#2
Posted 29 December 2006 - 10:18 AM
1. See System.Windows.Forms.OpenFileDialog. See also the other common dialogs which are very handy.
2. See this.
3. See this.
A tip: learn to use the MSDN. It has all the information you will ever need about .NET and a quick search can usually answer these kind of questions.
2. See this.
3. See this.
A tip: learn to use the MSDN. It has all the information you will ever need about .NET and a quick search can usually answer these kind of questions.
reedbeta.com - developer blog, OpenGL demos, and other projects
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











