Form that has an owner

  • Thread starter Thread starter Steve Johnson
  • Start date Start date
S

Steve Johnson

Hi

how can I create a form that has an owner in .NET CF? For example,
I want to show a second form in the response on button click in the main
form.
This second form should have the following behavior:
- x button minimize whole application (not only the second form)
- only one line in Memory->Running Programs
- Stop in Memory->Running Programs terminates the application

Thanks
Steve
 
Owned forms are not currently supported in .NETCF.

-Armin

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Steve Johnson" <[email protected]>
| Subject: Form that has an owner
| Date: Wed, 9 Jul 2003 18:25:54 +0400
| Lines: 15
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
| Message-ID: <[email protected]>
| Newsgroups:
microsoft.public.dotnet.framework.compactframework,microsoft.public.in.dotne
t.compactframework,microsoft.public.pocketpc.developer
| NNTP-Posting-Host: softwarehouse-1.vmb-service.ru 80.73.196.161
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.in.dotnet.compactframework:699
microsoft.public.pocketpc.developer:55793
microsoft.public.dotnet.framework.compactframework:27754
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi
|
| how can I create a form that has an owner in .NET CF? For example,
| I want to show a second form in the response on button click in the main
| form.
| This second form should have the following behavior:
| - x button minimize whole application (not only the second form)
| - only one line in Memory->Running Programs
| - Stop in Memory->Running Programs terminates the application
|
| Thanks
| Steve
|
|
|
|
 
Back
Top