TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pete
NA
1
0
Multi touchscreen monitor application
Oct 15 2009 3:33 PM
I want my .Net C# application to be run several times on a PC with a FirePro 2450 multi monitor video adapter which is connected to four 3M MicroTouch M150 monitors. So I basically have 4 instances of the same app running on a single PC, but each instance is running on a different touch screen monitor. The USB output from each touch screen monitor will be connected to a 4-port USB hub which in turn is connected back to the PC. I think I've figured out how to get each instance of the app to display on each monitor using System.Windows.Forms.Screen.AllScreens but my problem is what to do with the USB input devices. Basically how do I configure each app to take its input from the correct USB output from the correct monitor? Any help would be appreciated.
Reply
Answers (
0
)
Read a text file _including some column based data in c#
The industrial pattern of designing databases?