Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
VB.Net Tutorial
Event 37 codes
Home
VB.Net Tutorial
Event
1 Add and remove event handler
2 Add general to Label using AddHandler lblTitle Click, AddressOf GenericEvent
3 Add, remove event handler tofrom ToggleButton
4 AddHandler and AddressOf
5 AddHandler btn Click, AddressOf btn_Click
6 AddressOf operator
7 Check Key Code
8 Check Key Code range
9 Control Key
10 Custom event handler
11 Define your own Event and raise it
12 Determine whether user pressed Enter key
13 Displaying information about a user-pressed key
14 Double and single click
15 Event handler
16 Events Demonstration - AddHandler
17 Form mouse move event
18 Get event sender type
19 Handle events from more than one components
20 Ignore key code
21 Inherit Event
22 Instantiating the Action(Of (T)) delegate rather than explicitly defining a new delegate and assigning a named method
23 Key event summary
24 Mouse Enter and Leave
25 Mouse Events Illustation
26 Mouse move event
27 Multiple Event Handler
28 Raise Events
29 Raise your own event
30 Shift Key
31 Static and Dynamic Events
32 Subclass EventArgs to create your own event arguments
33 Use AddHandler to add event handler to a button
34 Use EventHandler with AddressOf
35 Use one method to handle more than one RadioButton click event
36 WithEvents
37 WithEvents and Event method