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

Thread: window style

  1. #1
    Join Date
    Dec 2000
    Posts
    163

    window style

    Hello

    Is any body know how can I change window style From other process???
    In MSDN write that SetWindowLong can not not affact on window that not belong to current process.

    Thanks for any help


  2. #2
    Join Date
    Apr 2001
    Posts
    8

    Re: window style

    You may want to at least TRY it. In MSDN it says that it MAY fail in Windows 95/98(/ME?) if the window belongs to another process.

    I think I have done it before (with the taskbar !) and it worked.


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