Dual Monitor

Started by
5 comments, last by KosmiC_Khaoz 17 years, 10 months ago
How can i initialize an application with Dual Monitor support? I don't want code to copy and paste, i only need a simple explanation. ;) thankz
Advertisement
I'm confused what you are trying to do... Do you want to make a full screen window on both monitors? Do you just want a regular window streched accross?
Sean Henley [C++ Tutor]Rensselaer Polytechnic Institute
yah, i want two full screen windows (one in each monitor) in the same application.
Which programming language, operating system and graphics API are you using?
WOW!!! I'm very stupid lol sorry.

Language: C++
API: Win32 (no MFC please) with OpenGL.
OS: Windows XP

I hope that this is enough ;)
Look here. There should be some stuff that will help you. Like you said, if you don't want to copy and paste code, look into the functions at the bottom of that post.

[EDIT] I changed the link. I messed it up the first time.

Stephen
really thankz ;)

This topic is closed to new replies.

Advertisement