Click here to Skip to main content
15,913,287 members
Home / Discussions / C#
   

C#

 
GeneralRe: open MenuItem of MainMenu by code :(( Pin
quiteSmart5-Feb-07 2:07
quiteSmart5-Feb-07 2:07 
GeneralRe: open MenuItem of MainMenu by code :(( Pin
Stefan Troschuetz5-Feb-07 3:11
Stefan Troschuetz5-Feb-07 3:11 
QuestionURGENT : C# application for multi monitors Pin
bil_geo4-Feb-07 23:42
bil_geo4-Feb-07 23:42 
AnswerRe: URGENT : C# application for multi monitors Pin
Colin Angus Mackay4-Feb-07 23:52
Colin Angus Mackay4-Feb-07 23:52 
GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 0:41
bil_geo5-Feb-07 0:41 
GeneralRe: URGENT : C# application for multi monitors Pin
Luc Pattyn5-Feb-07 1:09
sitebuilderLuc Pattyn5-Feb-07 1:09 
GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 1:28
bil_geo5-Feb-07 1:28 
GeneralRe: URGENT : C# application for multi monitors Pin
Luc Pattyn5-Feb-07 1:39
sitebuilderLuc Pattyn5-Feb-07 1:39 
Well, I guess there are many possibilities:

1. run two apps, each using part of the extended desktop, each part corresponding to
one touch panel.
2.run a single app that shows two modeless forms, one on each tp
3.run a single app that has a single borderless form encompassing both tp, and two
Panels, one for each tp.

The third one seems the easiest, whatever you choose you must dispatch input events
to the right app/form/panel, but that is not a GDI issue. GDI is taking care of the
graphical output.

I am not familiar with the touch side of touch panels, I expect it should behave much
like a mouse, with mouse down events etc.

I would go for 3. and create a TouchPanel class that extends from Panel and holds
whatever specific functionality you want to give it, including the touch event stuff.

If you know how to handle one touchpanel, the above should be sufficient to deal
with two of them.

Smile | :)


Luc Pattyn

GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 18:01
bil_geo5-Feb-07 18:01 
GeneralChange of OS [modified] Pin
Luc Pattyn6-Feb-07 0:44
sitebuilderLuc Pattyn6-Feb-07 0:44 
Questiondatetimepicker & short date Pin
Glen Harvy4-Feb-07 23:35
Glen Harvy4-Feb-07 23:35 
AnswerRe: datetimepicker & short date Pin
Christian Graus4-Feb-07 23:38
protectorChristian Graus4-Feb-07 23:38 
GeneralRe: datetimepicker & short date [modified] Pin
Glen Harvy5-Feb-07 2:05
Glen Harvy5-Feb-07 2:05 
GeneralRe: datetimepicker & short date Pin
Pratik Vasant Shah5-Feb-07 20:28
Pratik Vasant Shah5-Feb-07 20:28 
QuestionCollections and Datastructures Pin
Kushi Bobby4-Feb-07 23:10
Kushi Bobby4-Feb-07 23:10 
AnswerRe: Collections and Datastructures Pin
Stefan Troschuetz4-Feb-07 23:28
Stefan Troschuetz4-Feb-07 23:28 
QuestionException Handling Pin
Kushi Bobby4-Feb-07 23:04
Kushi Bobby4-Feb-07 23:04 
AnswerRe: Exception Handling Pin
Christian Graus4-Feb-07 23:07
protectorChristian Graus4-Feb-07 23:07 
GeneralRe: Exception Handling Pin
Kushi Bobby4-Feb-07 23:15
Kushi Bobby4-Feb-07 23:15 
GeneralRe: Exception Handling Pin
Christian Graus4-Feb-07 23:31
protectorChristian Graus4-Feb-07 23:31 
AnswerRe: Exception Handling Pin
VirtualVoid.NET6-Feb-07 3:41
VirtualVoid.NET6-Feb-07 3:41 
Question[C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_04-Feb-07 22:59
huheng_0_04-Feb-07 22:59 
AnswerRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 5:13
sitebuilderLuc Pattyn5-Feb-07 5:13 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 13:52
huheng_0_05-Feb-07 13:52 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 14:09
sitebuilderLuc Pattyn5-Feb-07 14:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.