Question use two monitors

sisquo76

Active member
Joined
Dec 1, 2008
Messages
28
Location
Bosnia and Herzegovina
Programming Experience
3-5
Hello all,

is there a way to make application in VB.NET which will be able to work in two monitor (dual-head graphic cards) environments. For example, on first monitor windows form is displayed which is used to control what is happening on second (full screen graphics or video). Is it possible in VB.NET and what should I read to understand this?

Thanks

sisquo76
 
VB.NET apps are fully aware of the entire desktop area. The Screen class allows you to access the area that corresponds to each screen, allowing you to position windows on specific screens.
 
Back
Top