Results 1 to 8 of 8

Thread: System Tray

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2003
    Posts
    93

    System Tray

    Is it possible for a ASP.NET application to be placed in the system tray with an icon? I know it's possible in a windows application using the notifyicon control. Has anyone done this with an ASP application & if so can you post the example?


    Thanks,
    Corinne

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089
    I guess that wont be possible, coz, an asp.net application actually just sends HTML to the client's browser. You will need to create a windows application program for that, which I guess u already know.

    Maybe adding your site to the users favourite might help.

  3. #3
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    Wow, actually this is kind of easy, though a little round-about.

    1. Bookmark the ASP.NET page in I.E.
    2. Go to Favorites and right-click on the bookmark you just made and click copy
    3. Paste the bookmark to the desktop--the icon should appear.
    4. Drag the icon into the tray. Voila!

    cudabean

  4. #4
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    Originally posted by Cudabean
    Wow, actually this is kind of easy, though a little round-about.

    1. Bookmark the ASP.NET page in I.E.
    2. Go to Favorites and right-click on the bookmark you just made and click copy
    3. Paste the bookmark to the desktop--the icon should appear.
    4. Drag the icon into the tray. Voila!

    cudabean
    You CANNOT drag an icon to the system tray.

  5. #5
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    You CANNOT drag an icon to the system tray.
    Practice some more.

    Works in Win2k and WinXP. For WinXP, you need to first unlock the taskbar (you can also click the check to display the quick launch tray here if it's currently missing)

    cudabean

  6. #6
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    Originally posted by Cudabean
    Practice some more.

    Works in Win2k and WinXP. For WinXP, you need to first unlock the taskbar (you can also click the check to display the quick launch tray here if it's currently missing)

    cudabean

    You're confusing the quicklaunch taskbar with the system tray where notification icons reside.

    Reread the original thread before you post:
    Is it possible for a ASP.NET application to be placed in the system tray with an icon? I know it's possible in a windows application using the notifyicon control. Has anyone done this with an ASP application & if so can you post the example?

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    LOL. Now who need to 'practice some more'?

    At any rate. The answer is no.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  8. #8
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: System Tray

    Originally posted by Corinne
    Is it possible for a ASP.NET application to be placed in the system tray with an icon? I know it's possible in a windows application using the notifyicon control. Has anyone done this with an ASP application & if so can you post the example?


    Thanks,
    Corinne
    It would only be possible by having the user download a program to handle such a situation... Click Yes to Download... WARNING: Some Files May Contain Harmful Programs... blah blah...

    But personally, why would you want this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width