The basic idea is to split the window in 2 so I can paint with 2 pictures with GDI or eventually use Direct3D to display 2 different scenes. How can i achieve this only with windows API
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.
Probably the easiest way to do this is create 3 windows, a parent window and two non-dialog child window’s using CreateWindowEx with the WS_CHILD flag for the babiges, and just rigging the dimensions and position to make room for halfsies in the windows!
I came up with this source example quickly:
http://codepaste.dev7studios.com/item/t7mvpvv3w