Click here to Skip to main content
15,912,082 members
Home / Discussions / C#
   

C#

 
QuestionHelp Needed on Recording and playing back the events Pin
nelluru9-Feb-07 0:47
nelluru9-Feb-07 0:47 
AnswerRe: Help Needed on Recording and playing back the events Pin
Ed.Poore9-Feb-07 1:48
Ed.Poore9-Feb-07 1:48 
QuestionGenerating 3D graphs in .Net 2.0 Windows Forms Pin
devloper.web9-Feb-07 0:44
devloper.web9-Feb-07 0:44 
AnswerRe: Generating 3D graphs in .Net 2.0 Windows Forms Pin
Ed.Poore9-Feb-07 1:52
Ed.Poore9-Feb-07 1:52 
Questionscreen saver problem Pin
boss-tech9-Feb-07 0:33
boss-tech9-Feb-07 0:33 
AnswerRe: screen saver problem Pin
Pete O'Hanlon9-Feb-07 0:43
mvePete O'Hanlon9-Feb-07 0:43 
AnswerRe: screen saver problem Pin
Dave Kreskowiak9-Feb-07 5:43
mveDave Kreskowiak9-Feb-07 5:43 
Questionhow to iterate in child node in xml data? URGENT Pin
Tridip Bhattacharjee9-Feb-07 0:26
professionalTridip Bhattacharjee9-Feb-07 0:26 
AnswerRe: how to iterate in child node in xml data? URGENT Pin
Stefan Troschuetz9-Feb-07 0:49
Stefan Troschuetz9-Feb-07 0:49 
Questionhow to connect to default instance of SQL Server? Pin
bouli8-Feb-07 23:33
bouli8-Feb-07 23:33 
AnswerRe: how to connect to default instance of SQL Server? Pin
Colin Angus Mackay8-Feb-07 23:42
Colin Angus Mackay8-Feb-07 23:42 
AnswerRe: how to connect to default instance of SQL Server? Pin
Aaron VanWieren9-Feb-07 0:27
Aaron VanWieren9-Feb-07 0:27 
AnswerRe: how to connect to default instance of SQL Server? Pin
Ryno Burger9-Feb-07 0:47
Ryno Burger9-Feb-07 0:47 
QuestionIrDA - Infrared Pin
iqueiroz8-Feb-07 23:25
iqueiroz8-Feb-07 23:25 
AnswerRe: IrDA - Infrared Pin
m@u8-Feb-07 23:34
m@u8-Feb-07 23:34 
GeneralRe: IrDA - Infrared Pin
iqueiroz8-Feb-07 23:51
iqueiroz8-Feb-07 23:51 
GeneralRe: IrDA - Infrared Pin
m@u9-Feb-07 1:20
m@u9-Feb-07 1:20 
AnswerRe: IrDA - Infrared Pin
Ed.Poore8-Feb-07 23:49
Ed.Poore8-Feb-07 23:49 
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 
I've extended the PictureBox control to create my own user control. Now I want to capture the OnMouseWheel. I've done this many times, and it's usually enough to override like this
protected override void OnMouseWheel(MouseEventArgs e)
. Unfortunately the overidden method is never called when I turn my mousewheel. I've also tried tying the MouseWheel even to my own method. Weird enough, this isn't called either... Could this be related to the parent control the box is placed in? Any suggestions?




Standards are great! Everybody should have one!

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 

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.