Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralDataGrid Icon column - paint performance issue Pin
Chris#21-Apr-04 5:38
Chris#21-Apr-04 5:38 
GeneralRe: DataGrid Icon column - paint performance issue Pin
Heath Stewart21-Apr-04 7:06
protectorHeath Stewart21-Apr-04 7:06 
GeneralRedim in c# Pin
amatyasik21-Apr-04 5:19
amatyasik21-Apr-04 5:19 
GeneralRe: Redim in c# Pin
Andrew McCarter21-Apr-04 5:27
Andrew McCarter21-Apr-04 5:27 
GeneralRe: Redim in c# Pin
amatyasik21-Apr-04 5:30
amatyasik21-Apr-04 5:30 
GeneralRe: Redim in c# Pin
Jeff Varszegi21-Apr-04 5:54
professionalJeff Varszegi21-Apr-04 5:54 
GeneralEnable/Disable the keyboard and mouse Pin
lajiyo21-Apr-04 5:19
lajiyo21-Apr-04 5:19 
GeneralRe: Enable/Disable the keyboard and mouse Pin
Dave Kreskowiak21-Apr-04 8:07
mveDave Kreskowiak21-Apr-04 8:07 
Are you talking about disabling the keyboard and mouse system wide or just in your app?
System wide, you could write a low level keyboard and mouse hooks or use Application.AddMessageFilter in your app. You'll be receiving every mouse and keyboard message before it is dispatched to its destination. When you get the keyboard or mouse message, it is up to you to either pass that message on to its destination or not do anything with it at all. Doing nothing will result in the message being dropped and essentially disabling the keyboard and/or mouse.

WARNING: Improperly writing code or writing poor performing code for these methods can result in serious performance degradation issues system wide.

What trigger do you plan to use to re-enable the keyboard and mouse?


RageInTheMachine9532
GeneralRe: Enable/Disable the keyboard and mouse Pin
Heath Stewart21-Apr-04 9:47
protectorHeath Stewart21-Apr-04 9:47 
GeneralRe: Listview Problem Pin
Nick Parker21-Apr-04 4:57
protectorNick Parker21-Apr-04 4:57 
GeneralRe: Listview Problem Pin
Heath Stewart21-Apr-04 6:42
protectorHeath Stewart21-Apr-04 6:42 
GeneralRe: Listview Problem Pin
Nick Parker21-Apr-04 17:15
protectorNick Parker21-Apr-04 17:15 
GeneralRe: Listview Problem Pin
Heath Stewart22-Apr-04 2:22
protectorHeath Stewart22-Apr-04 2:22 
GeneralRe: Listview Problem Pin
Nick Parker22-Apr-04 4:00
protectorNick Parker22-Apr-04 4:00 
GeneralRe: Listview Problem Pin
Reinier van de Wetering21-Apr-04 22:24
Reinier van de Wetering21-Apr-04 22:24 
GeneralRe: Listview Problem Pin
Heath Stewart22-Apr-04 2:35
protectorHeath Stewart22-Apr-04 2:35 
GeneralAdd Permission to a Registrykey with C# Pin
Sebastian Wittig21-Apr-04 4:21
Sebastian Wittig21-Apr-04 4:21 
GeneralRe: Add Permission to a Registrykey with C# Pin
Heath Stewart21-Apr-04 7:14
protectorHeath Stewart21-Apr-04 7:14 
GeneralRe: Add Permission to a Registrykey with C# Pin
Sebastian Wittig21-Apr-04 21:08
Sebastian Wittig21-Apr-04 21:08 
GeneralDataGridBoolColumn Pin
bertcox21-Apr-04 4:20
bertcox21-Apr-04 4:20 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart21-Apr-04 7:16
protectorHeath Stewart21-Apr-04 7:16 
GeneralRe: DataGridBoolColumn Pin
bertcox21-Apr-04 21:53
bertcox21-Apr-04 21:53 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart22-Apr-04 2:29
protectorHeath Stewart22-Apr-04 2:29 
GeneralRe: DataGridBoolColumn Pin
bertcox22-Apr-04 2:58
bertcox22-Apr-04 2:58 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart22-Apr-04 3:59
protectorHeath Stewart22-Apr-04 3:59 

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.