Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.. i'm want create video player in visual basic 2010 but i don't know how the code make my video player can show in the secondary monitor and play to in primary monitor and what the code vb for detect secondary monitor or another monitor
please help me the code visual basic 2010.
thanks before..
Posted

It's quite easy to work with multiple monitors in .NET.

Here are two examples. They are both in C#, but the classes and principles apply to VB as well, of course.
http://www.codeproject.com/KB/cs/multi-monitor_in_c_.aspx[^]
http://www.codeproject.com/KB/system/managemonitor.aspx[^]

If you do a search here at the CP, you will find more examples. A lot of them are in C++ though...
 
Share this answer
 
v2
You can create one in Silverlight too - as shown here[^].
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900