CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    May 2004
    Posts
    166

    How to move a toolbar?

    Hi,

    I created a standard win32 toolbar with CreateToolbarEx.
    By default, the toolbar is located at the top of the window.
    How can I move it to a different location in the window?
    I tried using MoveWindow (with the handle to the toolbar which I got from CreateToolbarEx) - but it didn't work.

    Please notice that it's a WIN32 question - not MFC!

    Thanks!
    Last edited by yaniv_av; March 26th, 2009 at 10:20 AM.

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