Click here to Skip to main content
16,013,548 members
Home / Discussions / C#
   

C#

 
GeneralRe: recognise assembly as managed code Pin
CWIZO4-May-04 20:36
CWIZO4-May-04 20:36 
GeneralRe: recognise assembly as managed code Pin
Aryadip4-May-04 22:17
Aryadip4-May-04 22:17 
GeneralRe: recognise assembly as managed code Pin
Mike Dimmick5-May-04 1:48
Mike Dimmick5-May-04 1:48 
GeneralRe: recognise assembly as managed code Pin
Heath Stewart5-May-04 4:03
protectorHeath Stewart5-May-04 4:03 
GeneralListView Column Header Not displayed correctly Pin
Alistair Leslie-Hughes4-May-04 20:24
sussAlistair Leslie-Hughes4-May-04 20:24 
GeneralRe: ListView Column Header Not displayed correctly Pin
Heath Stewart5-May-04 3:35
protectorHeath Stewart5-May-04 3:35 
GeneralAssign special key to operation Pin
Adam Amram4-May-04 18:24
Adam Amram4-May-04 18:24 
GeneralRe: Assign special key to operation Pin
Heath Stewart5-May-04 3:33
protectorHeath Stewart5-May-04 3:33 
A good way using global application shortcuts is to implement the IMessageFilter interface and add it using Application.AddMessageFilter. This implementation could either hard-code shortcut keys (handling the notification messages such as WM_KEYDOWN (0x0100)) or use a map file so that a user can define their own shortcuts if such functionality is desirable. Make sure your implementation is efficient, however, since all messages throughout your application will be routed through this interface (it hooks the message pump).

 

Microsoft MVP, Visual C#
My Articles
GeneralSystem.Reflection.Emit vs System.CodeDom.Compiler.CodeDomProvider and CSharpCodeProvider Pin
benl4-May-04 18:14
benl4-May-04 18:14 
GeneralRe: System.Reflection.Emit vs System.CodeDom.Compiler.CodeDomProvider and CSharpCodeProvider Pin
Heath Stewart5-May-04 3:31
protectorHeath Stewart5-May-04 3:31 
GeneralMobile App Design Pin
MrJJKoolJ4-May-04 16:45
MrJJKoolJ4-May-04 16:45 
GeneralRe: Mobile App Design Pin
Heath Stewart4-May-04 17:41
protectorHeath Stewart4-May-04 17:41 
GeneralCreating a windows forms control with no (or minimal) GUI Pin
Todd Davis4-May-04 15:35
Todd Davis4-May-04 15:35 
GeneralRe: Creating a windows forms control with no (or minimal) GUI Pin
Bill Dean4-May-04 16:09
Bill Dean4-May-04 16:09 
GeneralRe: Creating a windows forms control with no (or minimal) GUI Pin
Todd Davis4-May-04 16:52
Todd Davis4-May-04 16:52 
GeneralRe: Creating a windows forms control with no (or minimal) GUI Pin
Heath Stewart4-May-04 17:38
protectorHeath Stewart4-May-04 17:38 
GeneralSimulating mouse Pin
Member 6910894-May-04 14:02
Member 6910894-May-04 14:02 
GeneralRe: Simulating mouse Pin
Bill Dean4-May-04 15:57
Bill Dean4-May-04 15:57 
GeneralRe: Simulating mouse Pin
Heath Stewart4-May-04 17:29
protectorHeath Stewart4-May-04 17:29 
GeneralRe: Simulating mouse Pin
Heath Stewart4-May-04 17:46
protectorHeath Stewart4-May-04 17:46 
Generalalternative to listbox Pin
mookeroo4-May-04 14:00
mookeroo4-May-04 14:00 
GeneralRe: alternative to listbox Pin
Bill Dean4-May-04 15:50
Bill Dean4-May-04 15:50 
GeneralRe: alternative to listbox Pin
Heath Stewart4-May-04 17:03
protectorHeath Stewart4-May-04 17:03 
GeneralRe: alternative to listbox Pin
mookeroo5-May-04 1:36
mookeroo5-May-04 1:36 
GeneralRe: alternative to listbox Pin
Heath Stewart5-May-04 3:12
protectorHeath Stewart5-May-04 3:12 

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.