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

    Multiple desktops

    Hi,

    One of the things which fascinate me is the concept of virtual desktops. Some time back these were only available under X Windows. Now we have this concept in windows too. One of the software which implements this is Perfect Screens.

    Does any of the codegurus out there know how to implement these in Visual C++?

    In anticipation,
    Vishal Verma


  2. #2
    Join Date
    May 1999
    Location
    Toronto, Ontario, Canada
    Posts
    155

    Re: Multiple desktops

    Take a look at Litestep. It is window shell replacement. AND it has virtual desktop management too. I know, I know, you want some source examples, right? They have full source for their program. So have fun...

    Here is the URL: http://www.litestep.net/

    -Safai


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