extending desktop window
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am working on a project in win32 that involves multiple monitors. Usually as soon we connect a new monitor, we would go the desktop properties, settings to extend the window desktop to the new monitor... I want to do this through my program. My scenario is, the users connect and disconnect monitors on fly while executing my app. I dont want the users to go and manually extend the desktop for the monitors they plugin. Any ideas... Thanks in advance.