
22.05.2006, 18:01
|
|
Постоянный
Регистрация: 19.09.2005
Сообщений: 408
С нами:
10863746
Репутация:
519
|
|
Не знаю как вызвать OpenFileDialog
_http://msdn2.microsoft.com/en-us/library/61097ykx.aspx
...а какрй обработчик события писать для вызова я не знаю
Place the following code in the form's constructor to register the event handler.
Код:
this->button1->Click += gcnew
System::EventHandler(this, &Form1::button1_Click);
|
|
|