PC Review


Reply
Thread Tools Rate Thread

Application not showing up in task bar

 
 
MorrganMail@gmail.com
Guest
Posts: n/a
 
      24th Apr 2007
Hi,

I'm using C#/Net 1.1 and have a problem with my application not
showing up as supposed in the task bar. Before calling Application.Run
I perform a couple of startup tasks which take a few of seconds to
complete. If I during this initialization process activate another
application no task bar button is shown for my application until I
manually activate it. Anyone got any ideas on how to get that task bar
button to show?

 
Reply With Quote
 
 
 
 
DeveloperX
Guest
Posts: n/a
 
      25th Apr 2007
On 24 Apr, 14:14, MorrganM...@gmail.com wrote:
> Hi,
>
> I'm using C#/Net 1.1 and have a problem with my application not
> showing up as supposed in the task bar. Before calling Application.Run
> I perform a couple of startup tasks which take a few of seconds to
> complete. If I during this initialization process activate another
> application no task bar button is shown for my application until I
> manually activate it. Anyone got any ideas on how to get that task bar
> button to show?


I don't know why that's happening, but two possible solutions. Could
you move the start up tasks into the application proper? and if not,
you could try toggling this.ShowInTaskbar = false; then
this.ShowInTaskbar = true; to see if that helps.

 
Reply With Quote
 
MorrganMail@gmail.com
Guest
Posts: n/a
 
      26th Apr 2007
On 25 Apr, 14:26, DeveloperX <nntp...@operamail.com> wrote:
> On 24 Apr, 14:14, MorrganM...@gmail.com wrote:
>
> > Hi,

>
> > I'm using C#/Net 1.1 and have a problem with my application not
> > showing up as supposed in the task bar. Before calling Application.Run
> > I perform a couple of startup tasks which take a few of seconds to
> > complete. If I during this initialization process activate another
> > application no task bar button is shown for my application until I
> > manually activate it. Anyone got any ideas on how to get that task bar
> > button to show?

>
> I don't know why that's happening, but two possible solutions. Could
> you move the start up tasks into the application proper? and if not,
> you could try toggling this.ShowInTaskbar = false; then
> this.ShowInTaskbar = true; to see if that helps.


Toggling ShowInTaskbar in the load event of the main form worked.
Thank you very much!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Task Bar Not Showing Anything LostawayBonnie Microsoft Outlook Discussion 0 13th Dec 2009 01:56 AM
Send to function wont open WinMail and attach pdf from adobe application. I know this can be accomplished by right clicking on the pdf file but I need the application to do the task. Any suggestions? DonE Windows Vista Mail 2 8th Jul 2008 02:39 AM
4gb showing in Sys Info but only 2gb showing in Task Manager Newton Windows Vista General Discussion 4 20th May 2008 03:02 AM
Showing task bar =?Utf-8?B?Qm9ibTAwMDE=?= Windows XP General 0 14th Oct 2007 05:56 PM
Completed Task showing up on Task Pad when Printing Glenn Microsoft Outlook Calendar 1 15th Jun 2004 08:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:04 PM.