windows taskbar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mito

    #1

    windows taskbar

    hello,
    I have following problem.
    I need to move window taskbar for example from bottom to
    right side. ???
    I tried

    APPBARDATA abd ={ sizeof( APPBARDATA ) };
    ::SHAppBarMessa ge( ABM_GETTASKBARP OS, &abd );

    //then i moved taskbar to another position

    SHAppBarMessage (ABM_SETPOS, abd);

    but it doesn't work me.
    thanx.
Working...