CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Location
    France
    Posts
    35

    Changing Always on Top property in the main taskbar

    Hi all,
    For a while now, I'm checking documentation to find a way to change the always on top property of the main task bar.
    I saw SHAppBarMessage() but found no way to change the property from there. I can only change the AutoHide property which is not what I want.
    Thanks for help !


    C++ developer
    Faculté de Médecine
    27 Bd Jean Moulin
    13385 Marseille cedex 05

  2. #2
    Guest

    Re: Changing Always on Top property in the main taskbar

    i was reading your post at codeguru about the taskbar, and i noticed that you
    said you can autohide it, but cant set it on top. well, im trying to set it to
    autohide, and am having a lot of trouble. can you send me the source on how to
    hide it.

    i would appreciate it greatly. thanks,
    dan



  3. #3
    Join Date
    Apr 1999
    Location
    France
    Posts
    35

    Re: Changing Always on Top property in the main taskbar

    Well, unfortunatly I missed my personal computer at this moment with my Visual C++ compiler.
    But if my memory is good enough I could say that the response is in SHAppBarMessage().
    Try to ask MSDN about this, there's a sample code with the autohide possibility.
    As I remember I've adapted this to my code and it worked pretty well.
    But I'm still looking for 'always on top' properties and how to set it off.
    Please let me know if you get a solution.
    I'll tell more once I'll get my PC back on my desk.
    Regards,

    Bruno

    C++ developer
    Faculté de Médecine
    27 Bd Jean Moulin
    13385 Marseille cedex 05

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