Click here to Skip to main content
15,914,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Convert String to Date Pin
Guffa18-Sep-06 9:30
Guffa18-Sep-06 9:30 
AnswerRe: Convert String to Date Pin
Hamid_RT19-Sep-06 8:10
Hamid_RT19-Sep-06 8:10 
QuestionComponent properties Pin
Akbar Qofrani18-Sep-06 3:08
Akbar Qofrani18-Sep-06 3:08 
AnswerSolved and new problem Pin
Akbar Qofrani19-Sep-06 1:28
Akbar Qofrani19-Sep-06 1:28 
Questionhow to draw a graph? Pin
IlanTal18-Sep-06 3:04
IlanTal18-Sep-06 3:04 
AnswerRe: how to draw a graph? Pin
Dave Kreskowiak18-Sep-06 7:19
mveDave Kreskowiak18-Sep-06 7:19 
GeneralRe: how to draw a graph? Pin
IlanTal19-Sep-06 0:04
IlanTal19-Sep-06 0:04 
GeneralRe: how to draw a graph? Pin
Dave Kreskowiak19-Sep-06 2:16
mveDave Kreskowiak19-Sep-06 2:16 
If you switch to code view, just above the window you'll find two dropdown boxes next to each other. Pick the control you want to handle an event for in the left side box, then pick the event/method/property you want to handle/override in the right side box. This will automatically create an empty event handler in your code, complete with the correct event header.

You can also do the same thing with the Property window. Near the top of that window there is a small button with a little yellow lightning bolt in it. If it doesn't show up, click on the control you want in the designer, or pick it from the dropdown list just above the Properties window. When you click on that lightning bolt, the Properties window will switch to showing all the events exposed by that control. Find the event you want, then double-click in the white box to it's right and it'll create an empty event handler for you.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: how to draw a graph? Pin
IlanTal19-Sep-06 3:17
IlanTal19-Sep-06 3:17 
AnswerRe: how to draw a graph? Pin
Alex@UEA18-Sep-06 21:28
Alex@UEA18-Sep-06 21:28 
GeneralRe: how to draw a graph? Pin
IlanTal19-Sep-06 0:08
IlanTal19-Sep-06 0:08 
GeneralRe: how to draw a graph? Pin
Alex@UEA19-Sep-06 1:09
Alex@UEA19-Sep-06 1:09 
GeneralRe: how to draw a graph? Pin
IlanTal19-Sep-06 5:03
IlanTal19-Sep-06 5:03 
QuestionLock/Hide folder Pin
zenithmaximus18-Sep-06 3:01
zenithmaximus18-Sep-06 3:01 
AnswerRe: Lock/Hide folder Pin
Dave Kreskowiak18-Sep-06 7:23
mveDave Kreskowiak18-Sep-06 7:23 
AnswerRe: Lock/Hide folder Pin
Hamid_RT19-Sep-06 8:10
Hamid_RT19-Sep-06 8:10 
GeneralRe: Lock/Hide folder Pin
Dave Kreskowiak19-Sep-06 8:19
mveDave Kreskowiak19-Sep-06 8:19 
QuestionCUSTIOM ACTION DIALOGUE BOXES Pin
vilunjike manda18-Sep-06 2:25
vilunjike manda18-Sep-06 2:25 
AnswerRe: CUSTIOM ACTION DIALOGUE BOXES Pin
Dave Kreskowiak18-Sep-06 7:26
mveDave Kreskowiak18-Sep-06 7:26 
GeneralRe: CUSTIOM ACTION DIALOGUE BOXES Pin
vilunjike manda18-Sep-06 20:44
vilunjike manda18-Sep-06 20:44 
GeneralRe: CUSTIOM ACTION DIALOGUE BOXES Pin
Dave Kreskowiak19-Sep-06 2:07
mveDave Kreskowiak19-Sep-06 2:07 
QuestionHow to detect an USB Device Pin
Zaegra18-Sep-06 1:43
Zaegra18-Sep-06 1:43 
AnswerRe: How to detect an USB Device Pin
Dave Kreskowiak18-Sep-06 7:28
mveDave Kreskowiak18-Sep-06 7:28 
QuestionDisplay image in grid Pin
Nagraj Naik18-Sep-06 1:41
Nagraj Naik18-Sep-06 1:41 
Questionhow to know printer name if.. Pin
K edar V18-Sep-06 1:33
K edar V18-Sep-06 1:33 

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.