Click here to Skip to main content
16,006,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: PowerPoint Pin
Luc Pattyn22-Jul-07 17:33
sitebuilderLuc Pattyn22-Jul-07 17:33 
GeneralRe: PowerPoint Pin
Paul Conrad22-Jul-07 18:26
professionalPaul Conrad22-Jul-07 18:26 
GeneralRe: PowerPoint Pin
Luc Pattyn23-Jul-07 1:18
sitebuilderLuc Pattyn23-Jul-07 1:18 
GeneralRe: PowerPoint Pin
Paul Conrad23-Jul-07 5:59
professionalPaul Conrad23-Jul-07 5:59 
QuestionFind a Button with HitTest Pin
donovan.solms22-Jul-07 12:00
donovan.solms22-Jul-07 12:00 
AnswerRe: Find a Button with HitTest Pin
Luc Pattyn22-Jul-07 12:24
sitebuilderLuc Pattyn22-Jul-07 12:24 
GeneralRe: Find a Button with HitTest Pin
donovan.solms22-Jul-07 13:10
donovan.solms22-Jul-07 13:10 
GeneralRe: Find a Button with HitTest Pin
Luc Pattyn22-Jul-07 13:44
sitebuilderLuc Pattyn22-Jul-07 13:44 
OK, about no vendor.

I am not familiar with WPF, ButtonChrome and such.

But my basic question remains: I assume your touchscreen generates some events when
touched/dragged/etc., can't you just turn these into the regular Windows commands
and inject them with SendMessage or something similar (or are these all gone in WPF ?) ?

In Win32 and everything before WPF (and maybe, not sure, also in WPF) events get sent
to a Window, and if necessary that window will forward the events to its controls,
so you typically never have to "dispatch" them yourself. Turning your touchscreen events
in mouse events should give you the same thing.

I suggest you have a look at the old mouse_event function, and the recent SendInput function.
That is the way I would investigate. If that makes things easier, you could do first
experiments on a regular PC, just turn some keyboard actions into mouse actions
with one of the functions I mentioned; then substitute the touchscreen for those
keyboard events.

Hope this helps.





QuestionThe Location of the cursor in a Text Box Pin
max2929722-Jul-07 11:23
max2929722-Jul-07 11:23 
AnswerRe: The Location of the cursor in a Text Box Pin
Christian Graus22-Jul-07 11:27
protectorChristian Graus22-Jul-07 11:27 
AnswerRe: The Location of the cursor in a Text Box Pin
mav.northwind22-Jul-07 19:17
mav.northwind22-Jul-07 19:17 
GeneralRe: The Location of the cursor in a Text Box Pin
max2929723-Jul-07 8:01
max2929723-Jul-07 8:01 
Questionplease any one can help me pleeeeeeeeeeeeeeeeease to insert new row into DataGrid Pin
michaelqog22-Jul-07 10:54
michaelqog22-Jul-07 10:54 
QuestionHow to Stop the Form from Closing... Pin
max2929722-Jul-07 10:33
max2929722-Jul-07 10:33 
AnswerRe: How to Stop the Form from Closing... Pin
martin_hughes22-Jul-07 10:52
martin_hughes22-Jul-07 10:52 
AnswerRe: How to Stop the Form from Closing... Pin
Luc Pattyn22-Jul-07 11:05
sitebuilderLuc Pattyn22-Jul-07 11:05 
GeneralRe: How to Stop the Form from Closing... Pin
max2929722-Jul-07 11:19
max2929722-Jul-07 11:19 
GeneralRe: How to Stop the Form from Closing... Pin
Luc Pattyn22-Jul-07 17:35
sitebuilderLuc Pattyn22-Jul-07 17:35 
GeneralRe: How to Stop the Form from Closing... Pin
max2929723-Jul-07 8:03
max2929723-Jul-07 8:03 
QuestionDeleting items from ListView Pin
Saikek22-Jul-07 9:33
Saikek22-Jul-07 9:33 
AnswerRe: Deleting items from ListView Pin
Ravi Bhavnani22-Jul-07 13:34
professionalRavi Bhavnani22-Jul-07 13:34 
AnswerRe: Deleting items from ListView Pin
sidbaruah22-Jul-07 20:27
sidbaruah22-Jul-07 20:27 
QuestionProblem with getting string from bytes Pin
nc3b22-Jul-07 8:09
nc3b22-Jul-07 8:09 
AnswerRe: Problem with getting string from bytes Pin
Guffa22-Jul-07 9:05
Guffa22-Jul-07 9:05 
GeneralRe: Problem with getting string from bytes Pin
nc3b22-Jul-07 10:49
nc3b22-Jul-07 10:49 

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.