Dwa formularze w Visual C++

Witam!
Chciałem w swoim programie wykorzystać dwa formularze. Dołączyłem plik z drugim formularzem do projektu i chciałem go wyświetlić z poziomu pierwszego (głównego) formularza. Funkcja wyświetlająca formularz to:
Form2::Show()

Jednak trzeba w niej podać parametr, w którym nie wiem o co chodzi. Oto podpowiedź Visual Studio do funkcji Show():
void Show(System::Windows::Forms::IWin32Window ^owner)

Shows the form with the specified owner to the user.

owner: Any object that implements System.Windows.Forms.IWin32Window and represents the top–level window that will own this form.


Nic mi to jednak nie daje, bo nie wiem który obiekt jest tym ownerem.

Proszę o pomoc!

Odpowiedzi: 0

zbig
Dodano:
24.01.2006 10:30:30
Komentarzy:
0
Strona 0 / 0