Click here to Skip to main content
15,908,842 members
Home / Discussions / C#
   

C#

 
AnswerRe: update a controle from a control on another from Pin
N a v a n e e t h18-Oct-08 4:33
N a v a n e e t h18-Oct-08 4:33 
AnswerRe: update a controle from a control on another from Pin
nelsonpaixao20-Oct-08 13:16
nelsonpaixao20-Oct-08 13:16 
GeneralRe: update a controle from a control on another from Pin
Jassim Rahma21-Oct-08 10:45
Jassim Rahma21-Oct-08 10:45 
QuestionUsing the mscomm for recieving data Pin
tauras8118-Oct-08 0:10
tauras8118-Oct-08 0:10 
QuestionDisable the windows key using C# Pin
smraj150317-Oct-08 23:25
smraj150317-Oct-08 23:25 
AnswerRe: Disable the windows key using C# Pin
Mycroft Holmes17-Oct-08 23:31
professionalMycroft Holmes17-Oct-08 23:31 
AnswerRe: Disable the windows key using C# Pin
#realJSOP18-Oct-08 2:54
professional#realJSOP18-Oct-08 2:54 
AnswerRe: Disable the windows key using C# Pin
Rajesh R Subramanian18-Oct-08 3:37
professionalRajesh R Subramanian18-Oct-08 3:37 
You need to install a keyboard hook (You don't need a low-level hook for your purpose).

The first option would be to search and use one of the things already written in C#. (Hint: another user has already given you a link to such an article)

Secondly, there are plenty of hooks already written in as DLLs in C++ and you can just use one of those from your C# app after modifying the C++ code to trap the Windows key (0x5B and 0x5C) and ensuring the exported calling convention in the DLL is 'right' for your use.

Thirdly, you can read the docs and write your own hook and give me a shock!

Now - you've been asking this for a while. Where *exactly* is the problem and what code have you written so far?

Cheers,
Rajesh R Subramanian.

It is a crappy thing, but it's life -^ Carlo Pallini


QuestionBackSpace button Pin
srinivaskonijeti17-Oct-08 22:37
srinivaskonijeti17-Oct-08 22:37 
AnswerRe: BackSpace button Pin
Vimalsoft(Pty) Ltd17-Oct-08 23:03
professionalVimalsoft(Pty) Ltd17-Oct-08 23:03 
GeneralRe: BackSpace button Pin
srinivaskonijeti17-Oct-08 23:10
srinivaskonijeti17-Oct-08 23:10 
AnswerRe: BackSpace button Pin
Mycroft Holmes17-Oct-08 23:27
professionalMycroft Holmes17-Oct-08 23:27 
AnswerRe: BackSpace button Pin
sumit703417-Oct-08 23:36
sumit703417-Oct-08 23:36 
AnswerRe: BackSpace button Pin
srinivaskonijeti17-Oct-08 23:55
srinivaskonijeti17-Oct-08 23:55 
GeneralRe: BackSpace button Pin
Pedram Behroozi18-Oct-08 1:08
Pedram Behroozi18-Oct-08 1:08 
GeneralRe: BackSpace button Pin
Mycroft Holmes18-Oct-08 3:20
professionalMycroft Holmes18-Oct-08 3:20 
GeneralRe: BackSpace button Pin
Rajesh R Subramanian18-Oct-08 4:59
professionalRajesh R Subramanian18-Oct-08 4:59 
GeneralRe: BackSpace button Pin
Mycroft Holmes18-Oct-08 13:02
professionalMycroft Holmes18-Oct-08 13:02 
AnswerRe: BackSpace button Pin
Hesham Yassin20-Oct-08 13:37
Hesham Yassin20-Oct-08 13:37 
QuestionExporting Large images into PDF through iTextSharp Pin
K V Sekhar17-Oct-08 20:56
K V Sekhar17-Oct-08 20:56 
QuestionOverflow Exception Pin
pabloraul17-Oct-08 18:17
pabloraul17-Oct-08 18:17 
AnswerRe: Overflow Exception Pin
Guffa18-Oct-08 0:50
Guffa18-Oct-08 0:50 
GeneralRe: Overflow Exception Pin
pabloraul18-Oct-08 11:36
pabloraul18-Oct-08 11:36 
AnswerRe: Overflow Exception Pin
GLLNS19-Oct-08 14:16
GLLNS19-Oct-08 14:16 
QuestionCreating a C++ library for use in C# project Pin
SRogers8817-Oct-08 10:36
SRogers8817-Oct-08 10:36 

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.