Click here to Skip to main content
15,921,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Debugging A Service??? Pin
Anonymous14-May-03 11:41
Anonymous14-May-03 11:41 
GeneralRe: Debugging A Service??? Pin
Mike Mestemaker15-May-03 2:48
Mike Mestemaker15-May-03 2:48 
GeneralRe: Debugging A Service??? Pin
Anonymous15-May-03 12:53
Anonymous15-May-03 12:53 
GeneralRe: Debugging A Service??? Pin
GrindAZ16-May-03 13:02
GrindAZ16-May-03 13:02 
AnswerRe: Debugging A Service??? Pin
Anthony_Yio18-May-03 16:38
Anthony_Yio18-May-03 16:38 
GeneralRaising event from objects within a controls collection Pin
Damage_Inc14-May-03 3:29
Damage_Inc14-May-03 3:29 
GeneralRe: Raising event from objects within a controls collection Pin
Ray Cassick14-May-03 4:05
Ray Cassick14-May-03 4:05 
GeneralRe: Raising event from objects within a controls collection Pin
J. Dunlap14-May-03 7:15
J. Dunlap14-May-03 7:15 
Events are handled in a good new way in .NET. When you want to listen to an event, you do this:
button.Click += new System.EventHandler(buttonClick)

where button.Click is the event, and buttonClick is a method with the correct arguments. When handling multiple controls' events, use the "Sender As Object" argument of the method you assigned to the event to find out which object fired the event.


"Do unto others as you would have them do unto you." - Jesus

"An eye for an eye only makes the whole world blind." - Mahatma Gandhi







QuestionHow to check if file existe? Pin
TPN13-May-03 21:36
TPN13-May-03 21:36 
AnswerRe: How to check if file existe? Pin
Villly13-May-03 22:05
Villly13-May-03 22:05 
GeneralRe: How to check if file existe? Pin
TPN13-May-03 22:09
TPN13-May-03 22:09 
AnswerRe: How to check if file existe? Pin
qnguyen14-May-03 5:44
qnguyen14-May-03 5:44 
GeneralRE: URLdownloadToFile Pin
rmurali13-May-03 11:51
rmurali13-May-03 11:51 
GeneralRe: RE: URLdownloadToFile Pin
John Kuhn13-May-03 14:05
John Kuhn13-May-03 14:05 
Generaldate functions Pin
Anonymous13-May-03 11:01
Anonymous13-May-03 11:01 
GeneralRe: date functions Pin
John Kuhn13-May-03 13:35
John Kuhn13-May-03 13:35 
QuestionHow to get a Picture in picturebox from a WebCam in VB.Net. Pin
Tajinder13-May-03 4:04
Tajinder13-May-03 4:04 
AnswerRe: How to get a Picture in picturebox from a WebCam in VB.Net. Pin
John Kuhn13-May-03 13:38
John Kuhn13-May-03 13:38 
Questiongetting a String from a Table? Pin
Anonymous12-May-03 6:12
Anonymous12-May-03 6:12 
AnswerRe: getting a String from a Table? Pin
Ray Cassick12-May-03 16:00
Ray Cassick12-May-03 16:00 
GeneralVB interview Pin
Sarvesvara (BVKS) Dasa12-May-03 2:40
Sarvesvara (BVKS) Dasa12-May-03 2:40 
GeneralRe: VB interview Pin
Villly13-May-03 22:26
Villly13-May-03 22:26 
GeneralRe: VB interview Pin
Sarvesvara (BVKS) Dasa14-May-03 5:06
Sarvesvara (BVKS) Dasa14-May-03 5:06 
GeneralWindows Message Queue Pin
Jim Taylor11-May-03 12:19
Jim Taylor11-May-03 12:19 
GeneralRe: Windows Message Queue Pin
Villly13-May-03 22:18
Villly13-May-03 22:18 

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.