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

    Arrow Reducing size of Active Desktop....

    I am creating a desktop application which will be shown as a side bar on windows desktop. But I want all other new windows and old windows to occupy reduced maximum space which is screen width - width of my application.

    So I will need to reduce the size of Active Desktop so that every new application will have less width.

    I am using WIN32 API , not MFC neither .NET . Please suggest what are the options.

    Thanks in advance.

    Regards,
    Amit

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Reducing size of Active Desktop....

    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

Tags for this Thread

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