Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralXML Generation Pin
gunner_uk200016-Mar-08 7:03
gunner_uk200016-Mar-08 7:03 
GeneralRe: XML Generation Pin
Not Active16-Mar-08 7:39
mentorNot Active16-Mar-08 7:39 
QuestionIs it possible to acquire .NET form object properties from another application? Pin
Duy Pham16-Mar-08 6:50
Duy Pham16-Mar-08 6:50 
AnswerRe: Is it possible to acquire .NET form object properties from another application? Pin
Not Active16-Mar-08 8:07
mentorNot Active16-Mar-08 8:07 
GeneralRe: Is it possible to acquire .NET form object properties from another application? Pin
Duy Pham16-Mar-08 8:23
Duy Pham16-Mar-08 8:23 
GeneralRe: Is it possible to acquire .NET form object properties from another application? Pin
Not Active16-Mar-08 8:42
mentorNot Active16-Mar-08 8:42 
GeneralRe: Is it possible to acquire .NET form object properties from another application? Pin
Duy Pham16-Mar-08 10:04
Duy Pham16-Mar-08 10:04 
GeneralMouseWheel Event Pin
MichaelCoder16-Mar-08 5:52
MichaelCoder16-Mar-08 5:52 
Hi...,

I've added to my code the following MouseWheel event to a Forms panel.

this.panel1.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseWheel);

This is the event:

private void panel1_MouseWheel(object sender, MouseEventArgs e)<br />
{<br />
 MessageBox.Show("MouseWheel event now activated", "MouseWheel", MessageBoxButtons.OK, MessageBoxIcon.Information);<br />
}


When I rotate the mouse wheel nothing happens. What I am doing wrong?

Thank you,

Michael
GeneralRe: MouseWheel Event Pin
Luc Pattyn16-Mar-08 6:12
sitebuilderLuc Pattyn16-Mar-08 6:12 
GeneralRe: MouseWheel Event Pin
MichaelCoder16-Mar-08 7:00
MichaelCoder16-Mar-08 7:00 
GeneralRe: MouseWheel Event Pin
Luc Pattyn16-Mar-08 15:14
sitebuilderLuc Pattyn16-Mar-08 15:14 
QuestionHow do i write a C# application in Visual Studio 2005 that scans for Bluetooth devices ? Pin
BlueDoorman16-Mar-08 1:44
BlueDoorman16-Mar-08 1:44 
AnswerRe: How do i write a C# application in Visual Studio 2005 that scans for Bluetooth devices ? Pin
Gareth H16-Mar-08 3:28
Gareth H16-Mar-08 3:28 
GeneralRe: How do i write a C# application in Visual Studio 2005 that scans for Bluetooth devices ? Pin
BlueDoorman16-Mar-08 5:41
BlueDoorman16-Mar-08 5:41 
GeneralRe: How do i write a C# application in Visual Studio 2005 that scans for Bluetooth devices ? Pin
pmarfleet16-Mar-08 5:45
pmarfleet16-Mar-08 5:45 
AnswerRe: How do i write a C# application in Visual Studio 2005 that scans for Bluetooth devices ? Pin
Not Active16-Mar-08 4:19
mentorNot Active16-Mar-08 4:19 
QuestionHow to use a LinkLabel in a ListView? Pin
Toki8416-Mar-08 1:13
Toki8416-Mar-08 1:13 
QuestionSuggestion Please Pin
Krazy Programmer15-Mar-08 20:34
Krazy Programmer15-Mar-08 20:34 
GeneralRe: Suggestion Please Pin
pmarfleet16-Mar-08 0:10
pmarfleet16-Mar-08 0:10 
GeneralRe: Suggestion Please Pin
parth.p16-Mar-08 2:27
parth.p16-Mar-08 2:27 
GeneralRe: Suggestion Please Pin
Mike Hankey16-Mar-08 6:34
mveMike Hankey16-Mar-08 6:34 
GeneralRe: Suggestion Please Pin
Christian Graus16-Mar-08 11:06
protectorChristian Graus16-Mar-08 11:06 
GeneralA System for versioning .doc files over .... Pin
Pooya Musavi15-Mar-08 20:31
Pooya Musavi15-Mar-08 20:31 
QuestionRe: A System for versioning .doc files over .... Pin
pmarfleet16-Mar-08 0:12
pmarfleet16-Mar-08 0:12 
General2D Platformer (XNA) Pin
MasterSharp15-Mar-08 17:39
MasterSharp15-Mar-08 17:39 

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.