title problem

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have a 1 window application, and I change the controls inside this windows
when the user go to other screens, I also change the title.

(in fact I have trouble changing the main window and I want only one visible
window at a time for a better display in the running program list)

my problem is when I miniaturize this window, sometimes the title in running
program list is innacurate and, in this case, I can't termniate the
application. furthermore this behavior seems to happend randomly...

any though or similar experience ?
 
Hi Lloyd,

Purhaps you could keep the title in the running programs dialog always the
same thing. In the deactivate event of the form, try changing your form's
text to your application name. Then on the activate event, you can
re-apply the text desired for the current screen.
You could also consider using a title section on your form to describe the
current screen, keeping the actual caption of your form the same. (Many
applications for pocket PC do this, such as Internet Explorer).

Just a thought - hope it helps,
-Katie

--------------------
| From: "Lloyd Dupont" <net.galador@ld>
| Subject: title problem
| Date: Fri, 29 Aug 2003 12:09:33 +1000
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 61.95.54.83
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:32308
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I have a 1 window application, and I change the controls inside this
windows
| when the user go to other screens, I also change the title.
|
| (in fact I have trouble changing the main window and I want only one
visible
| window at a time for a better display in the running program list)
|
| my problem is when I miniaturize this window, sometimes the title in
running
| program list is innacurate and, in this case, I can't termniate the
| application. furthermore this behavior seems to happend randomly...
|
| any though or similar experience ?
|
|
|

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