Click here to Skip to main content
16,012,198 members
Home / Discussions / C#
   

C#

 
AnswerRe: XInput Pin
Pete O'Hanlon11-Nov-07 10:07
mvePete O'Hanlon11-Nov-07 10:07 
GeneralRe: XInput Pin
MasterSharp11-Nov-07 10:32
MasterSharp11-Nov-07 10:32 
GeneralRe: XInput Pin
Luc Pattyn11-Nov-07 10:36
sitebuilderLuc Pattyn11-Nov-07 10:36 
GeneralRe: XInput Pin
MasterSharp11-Nov-07 10:40
MasterSharp11-Nov-07 10:40 
GeneralRe: XInput Pin
Pete O'Hanlon11-Nov-07 22:29
mvePete O'Hanlon11-Nov-07 22:29 
GeneralRe: XInput Pin
Pete O'Hanlon11-Nov-07 22:20
mvePete O'Hanlon11-Nov-07 22:20 
Question2 Keys Pin
MasterSharp11-Nov-07 8:07
MasterSharp11-Nov-07 8:07 
AnswerRe: 2 Keys Pin
Luc Pattyn11-Nov-07 9:34
sitebuilderLuc Pattyn11-Nov-07 9:34 
Hi,

1.
my app gets KeyPress events for every (printable) key I press, even when another
printable key is down at the same time, so the sequence "Adown,Sdown,Sup,Aup" generates
both the A and the S KeyPress event.

Two ideas though:
- it may depend on the actual keyboard firmware; long time ago I had a KB that only
could handle a single key action at a time (i.e. one key down blocked everything else,
except of course for the modifier keys)
- "printable" keys tend to autorepeat (i.e. generate extra Down and Press events when you
keep them down), maybe that is confusing you.

2.
you can translate, rotate, scale anything you like WHILE painting it, by using the
appropriate Graphics methods in OnPaint, such as Graphics.RotateTransform()
and the general Graphics.Transform().

Warning: these transforms are cumulative, they modify everything that follows.

3.

MasterSharp wrote:
I should be just about done with stupid questions!


I trust you will discover more. Big Grin | :-D

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: 2 Keys Pin
MasterSharp11-Nov-07 9:49
MasterSharp11-Nov-07 9:49 
GeneralRe: 2 Keys Pin
MasterSharp11-Nov-07 9:51
MasterSharp11-Nov-07 9:51 
GeneralRe: 2 Keys Pin
Luc Pattyn11-Nov-07 9:56
sitebuilderLuc Pattyn11-Nov-07 9:56 
GeneralRe: 2 Keys Pin
MasterSharp11-Nov-07 9:59
MasterSharp11-Nov-07 9:59 
GeneralRe: 2 Keys Pin
Luc Pattyn11-Nov-07 10:32
sitebuilderLuc Pattyn11-Nov-07 10:32 
AnswerRe: 2 Keys Pin
Christian Graus11-Nov-07 10:14
protectorChristian Graus11-Nov-07 10:14 
AnswerRe: 2 Keys Pin
Anthony Mushrow11-Nov-07 10:30
professionalAnthony Mushrow11-Nov-07 10:30 
GeneralRe: 2 Keys Pin
MasterSharp11-Nov-07 10:34
MasterSharp11-Nov-07 10:34 
GeneralRe: 2 Keys Pin
MasterSharp11-Nov-07 11:09
MasterSharp11-Nov-07 11:09 
Questionstatic constructors & late binding with reflection Pin
gilaz1111-Nov-07 6:05
gilaz1111-Nov-07 6:05 
AnswerRe: static constructors & late binding with reflection Pin
Justin Perez11-Nov-07 7:07
Justin Perez11-Nov-07 7:07 
QuestionCall function of Form1 from Form2? Pin
I'm a beginner11-Nov-07 3:57
I'm a beginner11-Nov-07 3:57 
AnswerRe: Call function of Form1 from Form2? Pin
Giorgi Dalakishvili11-Nov-07 4:06
mentorGiorgi Dalakishvili11-Nov-07 4:06 
GeneralRe: Call function of Form1 from Form2? Pin
I'm a beginner11-Nov-07 4:15
I'm a beginner11-Nov-07 4:15 
GeneralRe: Call function of Form1 from Form2? Pin
Giorgi Dalakishvili11-Nov-07 4:24
mentorGiorgi Dalakishvili11-Nov-07 4:24 
GeneralRe: Call function of Form1 from Form2? Pin
I'm a beginner11-Nov-07 4:32
I'm a beginner11-Nov-07 4:32 
GeneralRe: Call function of Form1 from Form2? Pin
Giorgi Dalakishvili11-Nov-07 5:01
mentorGiorgi Dalakishvili11-Nov-07 5:01 

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.