Click here to Skip to main content
15,908,775 members
Home / Discussions / C#
   

C#

 
QuestionScreen mousemove event? Pin
14-Apr-02 23:16
suss14-Apr-02 23:16 
AnswerRe: Screen mousemove event? Pin
Nick Parker15-Apr-02 1:27
protectorNick Parker15-Apr-02 1:27 
AnswerRe: Screen mousemove event? Pin
Rüpel18-Apr-02 2:38
Rüpel18-Apr-02 2:38 
GeneralRe: Screen mousemove event? Pin
Rüpel19-Apr-02 0:01
Rüpel19-Apr-02 0:01 
GeneralEnumerating computer names in local network Pin
djnex13-Apr-02 21:56
djnex13-Apr-02 21:56 
GeneralWSDL (Web service description language) Pin
13-Apr-02 16:24
suss13-Apr-02 16:24 
GeneralRe: WSDL (Web service description language) Pin
Nick Parker15-Apr-02 12:43
protectorNick Parker15-Apr-02 12:43 
GeneralC# wrapper for the WinPcap Library Pin
HG12-Apr-02 21:25
HG12-Apr-02 21:25 
GeneralRe: C# wrapper for the WinPcap Library Pin
James T. Johnson12-Apr-02 22:12
James T. Johnson12-Apr-02 22:12 
GeneralRe: C# wrapper for the WinPcap Library Pin
HG12-Apr-02 22:29
HG12-Apr-02 22:29 
GeneralRe: C# wrapper for the WinPcap Library Pin
HG12-Apr-02 23:51
HG12-Apr-02 23:51 
GeneralRe: C# wrapper for the WinPcap Library Pin
James T. Johnson13-Apr-02 0:20
James T. Johnson13-Apr-02 0:20 
GeneralRe: C# wrapper for the WinPcap Library Pin
Neil Van Note13-Apr-02 14:54
Neil Van Note13-Apr-02 14:54 
GeneralRe: C# wrapper for the WinPcap Library Pin
James T. Johnson13-Apr-02 15:09
James T. Johnson13-Apr-02 15:09 
GeneralRe: C# wrapper for the WinPcap Library Pin
Neil Van Note13-Apr-02 15:41
Neil Van Note13-Apr-02 15:41 
Generalsome problem about Font Pin
12-Apr-02 18:01
suss12-Apr-02 18:01 
QuestionA bug in TreeView AfterCheck event? Pin
gicio12-Apr-02 8:44
gicio12-Apr-02 8:44 
AnswerRe: A bug in TreeView AfterCheck event? Pin
Tom Welch12-Apr-02 8:51
Tom Welch12-Apr-02 8:51 
I was working on a sample in Jesse Liberty's "Programming C#" book today and had the same problem. For some reason the code killed the application without an exception. Basically, it looked as though setting the Checked property fires the AfterCheck event. This causes a recursion that kills the program.

This seems to be different that the behavior I am used to (in say VB).

Also, remember that arrays start at zero. Nodes[0], Nodes[1], and Nodex[2] for a node with three child nodes.

You may also want to protect your code to prevent multiple firing of the AfterCheck event.

Boy. How ya gonna keep 'em down on the farm once they seen Karl Hungus.
<p style="text-align: right; margin: 0px;">- The Dude :cool:</p>

GeneralRe: A bug in TreeView AfterCheck event? Pin
gicio14-Apr-02 3:25
gicio14-Apr-02 3:25 
GeneralIcon from ImageList Pin
Derek Price12-Apr-02 2:19
Derek Price12-Apr-02 2:19 
GeneralRe: Icon from ImageList Pin
Rüpel18-Apr-02 2:52
Rüpel18-Apr-02 2:52 
GeneralRe: Icon from ImageList Pin
Derek Price18-Apr-02 4:40
Derek Price18-Apr-02 4:40 
QuestionHow to make a combobox uneditable? Pin
11-Apr-02 23:32
suss11-Apr-02 23:32 
AnswerRe: How to make a combobox uneditable? Pin
James T. Johnson11-Apr-02 23:35
James T. Johnson11-Apr-02 23:35 
GeneralUsing COM Objects (new interfaces) Pin
Anders Molin11-Apr-02 22:39
professionalAnders Molin11-Apr-02 22: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.