How does WinTabber work? It can take the main window of another application and display it as a WinTabber child window. What system calls do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to use SetParent(). And probably MoveWindow() to force the app to fit its main window in your tab. And you’ll have to do something reasonable when the process opens other toplevel windows, a WH_SHELL hook is probably needed. And probably a bunch of hacks to whack popular programs into shape that don’t like you messing with their main window.