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

C#

 
GeneralRe: IrDA - Infrared Pin
iqueiroz8-Feb-07 23:52
iqueiroz8-Feb-07 23:52 
GeneralRe: IrDA - Infrared Pin
Ed.Poore9-Feb-07 1:43
Ed.Poore9-Feb-07 1:43 
AnswerRe: IrDA - Infrared Pin
Bekjong9-Feb-07 0:25
Bekjong9-Feb-07 0:25 
GeneralRe: IrDA - Infrared Pin
iqueiroz9-Feb-07 0:35
iqueiroz9-Feb-07 0:35 
QuestionOverriding OnMouseWheel Pin
Bekjong8-Feb-07 22:51
Bekjong8-Feb-07 22:51 
AnswerRe: Overriding OnMouseWheel Pin
Thomas Stockwell9-Feb-07 1:56
professionalThomas Stockwell9-Feb-07 1:56 
GeneralRe: Overriding OnMouseWheel Pin
Bekjong9-Feb-07 2:07
Bekjong9-Feb-07 2:07 
AnswerRe: Overriding OnMouseWheel Pin
BoneSoft5-May-11 3:33
BoneSoft5-May-11 3:33 
I know it's 4 years too late, but I ran across this post while looking for information on the Delta values in the MouseEventArgs passed to OnMouseWheel.

The reason controls like PictureBox don't fire that event is because it doesn't have focus. An easy fix should be to override OnMouseEnter and calling the control's Focus() method. You may also need to call your control's SetStyle method and give it ControlStyles.Selectable in it's contructor.

It's probably way too late, but I hope that helps anyway. Smile | :)
"Political correctness is a doctrine, fostered by a delusional, illogical minority, and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end" - Unknown

JokeRe: Overriding OnMouseWheel Pin
Bekjong5-May-11 16:33
Bekjong5-May-11 16:33 
Questionplz help on a query. Pin
Nekshan8-Feb-07 22:42
Nekshan8-Feb-07 22:42 
AnswerRe: plz help on a query. Pin
coolestCoder8-Feb-07 22:48
coolestCoder8-Feb-07 22:48 
GeneralRe: plz help on a query. Pin
Colin Angus Mackay8-Feb-07 22:55
Colin Angus Mackay8-Feb-07 22:55 
AnswerRe: plz help on a query. Pin
Christian Graus8-Feb-07 22:51
protectorChristian Graus8-Feb-07 22:51 
AnswerRe: plz help on a query. Pin
Stefan Troschuetz8-Feb-07 22:54
Stefan Troschuetz8-Feb-07 22:54 
AnswerRe: plz help on a query. Pin
Colin Angus Mackay8-Feb-07 22:58
Colin Angus Mackay8-Feb-07 22:58 
Question[Message Deleted] Pin
Nekshan8-Feb-07 22:22
Nekshan8-Feb-07 22:22 
AnswerRe: get a value from database into a variable. Pin
coolestCoder8-Feb-07 22:27
coolestCoder8-Feb-07 22:27 
AnswerRe: get a value from database into a variable. Pin
Stefan Troschuetz8-Feb-07 22:28
Stefan Troschuetz8-Feb-07 22:28 
AnswerRe: get a value from database into a variable. Pin
m@u8-Feb-07 22:29
m@u8-Feb-07 22:29 
AnswerRe: get a value from database into a variable. Pin
coolestCoder8-Feb-07 22:29
coolestCoder8-Feb-07 22:29 
AnswerRe: [Message Deleted] Pin
Andy *M*17-Feb-07 7:26
Andy *M*17-Feb-07 7:26 
Questionnobody knows visualize MenuItem by code? Pin
nadapublicidad8-Feb-07 22:10
nadapublicidad8-Feb-07 22:10 
AnswerRe: nobody knows visualize MenuItem by code? Pin
Stefan Troschuetz8-Feb-07 22:34
Stefan Troschuetz8-Feb-07 22:34 
Question[Setup] How accessing the installed programpath? Pin
b43r_3oo38-Feb-07 21:42
b43r_3oo38-Feb-07 21:42 
AnswerRe: [Setup] How accessing the installed programpath? Pin
Sandeep Akhare8-Feb-07 23:47
Sandeep Akhare8-Feb-07 23:47 

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.