Hrm.. ok, do you know how to manually add enteries to the
system menu
for my application?
Also, I am experiencing some issues when I use -my- minimize
button,
that when the application is restored, certain dialogs no
longer appear
(seems to be random). Would not having the form border also
affect this
issue?
-----Original Message-----
From: Discussion forum for developers using Windows Forms to
build apps
and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM] On Behalf Of
Peter Ritchie
Sent: Friday, August 11, 2006 1:37 PM
To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WINFORMS] After application minimizes,
cannot right
click entry on the task bar.
That would be why. The system menu is just a reflection of
the form's
dialog border controls. You'd have to manually add/remove
entries from
the system menu for your application.
On Fri, 11 Aug 2006 13:31:45 -0600, Bhatnagar, Amit
<Amit.Bhatnagar GDCANADA.COM> wrote:
>yes I have disabled the restore/minimize buttons, in
fact, I do not
>have a form border at all.
>
>-----Original Message-----
>From: Discussion forum for developers using Windows
Forms to build apps
>and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM] On Behalf Of
>Peter Ritchie
>Sent: Friday, August 11, 2006 1:24 PM
>To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
>Subject: Re: [DOTNET-WINFORMS] After application
minimizes, cannot
>right click entry on the task bar.
>
>I can't produce that. Can you provide more details?
Have you disabled
>the restore/minimize buttons on your form?
>
>On Fri, 11 Aug 2006 13:19:32 -0600, Bhatnagar, Amit
><Amit.Bhatnagar GDCANADA.COM> wrote:
>
>>Hi all.
>>
>>I have an application that has a minimize button
(not the one on the
>>window's border, rather a standard
Windows.Forms.Button). When this
>>button is clicked, I call "this.WindowState =
>FormWindowState.Minimized"
>>on my main window. This causes the application to
properly minimize,
>>putting an entry in the taskbar.
>>
>>However, I am unable to right click on this entry
and select "Restore"
>>as I can do with any other item down there. In fact,
not only does
>>right clicking on my applications task bar entry
fail to produce the
>>menu, the right click also fails to even select the
entry.
>>
>>Every other item in the task bar will at least gain
focus when right
>>clicked and show the menu that contains the
"Move, Size, Minimize,
>>Maximize, and Close" menu items.
>>
>>Does anyone know what is going on here?
The information contained in this e-mail message is PRIVATE.
It may contain confidential information and may be legally
privileged. It is intended for the exclusive use of the
addressee(s). If you are not the intended recipient, you are
hereby notified that any dissemination, distribution or
reproduction of this communication is strictly prohibited.
If the intended recipient(s) cannot be reached or if a
transmission problem has occurred, please notify the sender
immediately by return e-mail and destroy all copies of this
message.
Thank you.
|