Member since Feb 01, 2008, follows 0 people, 0 public groups, 307 public bookmarks (355 total).
More »
Tags
| Recent Tags: |
|
|---|---|
| Top Tags: |
More »
Recent Bookmarks and Annotations
- Targeted Therapy In Nuclear Medicine – Current Status And Future Prospects: Radiolabeled MIBG on 2009-11-25
- Working with Tool Tip Control in VB.Net - .Net Articles & Samples on 2009-11-16
- Keyboard shortcuts on 2009-11-12
- TV PROGRAM (hrt htv rtl nova raspored) - srijeda, 11.11.2009 on 2009-11-12
- CodeProject: PasswordBox: A Better Way to Enter Passwords. Free source code and programming help on 2009-11-08
- CodeProject: DataGrid Copy Helper Component. Free source code and programming help on 2009-11-08
- CodeProject: Edit Almost Anything in a DataGrid. Free source code and programming help on 2009-11-08
-
CodeProject: Default Button on a User Control. Free source code and programming help on 2009-11-08
-
Public Class myUserControl
Public Event onEnterKey(ByVal sender As System.Object, ByVal e As System.EventArgs)
Public Event onF4(ByVal ControlName As String)
Private Const WM_KEYDOWN = &H100
Protected Overrides Function ProcessKeyPreview(ByRef m As _
System.Windows.Forms.Message) As Boolean
If m.Msg = WM_KEYDOWN Then
Select Case m.WParam.ToInt32
Case ConsoleKey.Enter
RaiseEvent onEnterKey(button01, New System.EventArgs)
Case ConsoleKey.F4
RaiseEvent onF4(MyBase.ActiveControl.Name)
End Select
End If
Return MyBase.ProcessKeyPreview(m)
End Function
End Class
-
- Pro Fight Store on 2009-11-07
- Visual Basic: vb.net global variables, global variables, project modules on 2009-10-31
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo