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

    How to move a process from one window to another

    The hidden desktop is created with
    HDESK hidden_desktop = CreateDesktopA(...);

    I want to move the current process which contains this call to CreateDesktopA into
    the hidden desktop, I can't find any good information on the web....
    Thanks
    Jack

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: How to move a process from one window to another

    What do you mean by "to move the current process ... into the hidden desktop"?
    Victor Nijegorodov

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