CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    2

    Exclamation Adding and Deleting of Icons in the Title bar for .NET Compact Frame work application

    Hi

    I am working on .NET for PocketPC with C#.

    I am trying to add some icons to the title bar. Here by title bar i mean where the sound,Connectivity icons are located.
    please help me in achieving through C#.

    I have tried with the Shell_NotifyIcon but this will help in adding icons to the task bar not to the title bar.

    and one more thing Is there any way by which, I can hide the Sound Icon situated in the start bar or title bar.

    thanks

    Praveen,

  2. #2
    Join Date
    Apr 2006
    Posts
    4

    Re: Adding and Deleting of Icons in the Title bar for .NET Compact Frame work applica

    HI,
    I am also trying exactly the same thing .. i think we will have to use some shell function to do this ...
    The Shell_NotifyIcon() approach is for minimizing it to the tray .. but am looking @ puttin the appln icon in the (Start) bar.

    If you have come up with a solution please let me know ->
    [email protected]

    Regards,
    - SK

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

Featured