curtis

Distinguished
May 26, 2004
13
0
18,560
Archived from groups: microsoft.public.pocketpc (More info?)

When setting a variable to form1.hwnd in the load event why do I get
"hwnd is not a member of myapp.form1" error?
 
G

Guest

Guest
Archived from groups: microsoft.public.pocketpc (More info?)

There is no hwnd member defined in the Form class. In the desktop
framework, there is a property named "Handle" which i think is what you are
looking for, but that is only on the desktop. It is not in the compact
framework.


--
Brian Cross
Developer Experience, Windows Mobile

This posting is provided AS IS with no warranties, and confers no rights.


"Curtis" <curtis@synergyontheweb.com> wrote in message
news:u%23wgnw7EFHA.2832@TK2MSFTNGP14.phx.gbl...
> When setting a variable to form1.hwnd in the load event why do I get
> "hwnd is not a member of myapp.form1" error?
>