Click here to Skip to main content
15,902,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to assign a string value to a boolean cell in a datagridview? Pin
Xmen Real 27-Feb-08 15:08
professional Xmen Real 27-Feb-08 15:08 
GeneralRe: How to assign a string value to a boolean cell in a datagridview? Pin
Soumini Ramakrishnan28-Feb-08 20:44
Soumini Ramakrishnan28-Feb-08 20:44 
GeneralHook keyboard key in Webbrowser Pin
ric9427-Feb-08 11:04
ric9427-Feb-08 11:04 
GeneralRe: Hook keyboard key in Webbrowser Pin
Luc Pattyn27-Feb-08 11:34
sitebuilderLuc Pattyn27-Feb-08 11:34 
GeneralRe: Hook keyboard key in Webbrowser Pin
ric9427-Feb-08 20:44
ric9427-Feb-08 20:44 
GeneralRe: Hook keyboard key in Webbrowser Pin
Luc Pattyn27-Feb-08 22:27
sitebuilderLuc Pattyn27-Feb-08 22:27 
GeneralRe: Hook keyboard key in Webbrowser Pin
ric9427-Feb-08 23:19
ric9427-Feb-08 23:19 
GeneralRe: Hook keyboard key in Webbrowser Pin
Luc Pattyn28-Feb-08 2:12
sitebuilderLuc Pattyn28-Feb-08 2:12 
OK, this is what I would do:

- set Form.KeyPreview=true for your Form;
- create a Form.KeyDown handler;
- in that handler if input char is 'ù'
1. send a '@'
2. suppress further processing of 'ù' by setting KeyEventArgs.SuppressKeyPress=true;
and KeyEventArgs.Handled=true;

BTW: what is your keyboard? is it the usual French keyboard? How do you call its layout
(is it AZERTY?).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Hook keyboard key in Webbrowser Pin
ric9428-Feb-08 11:07
ric9428-Feb-08 11:07 
GeneralRe: Hook keyboard key in Webbrowser Pin
Luc Pattyn28-Feb-08 11:42
sitebuilderLuc Pattyn28-Feb-08 11:42 
GeneralSMTP Exception Handling Pin
Daljeet51527-Feb-08 10:06
Daljeet51527-Feb-08 10:06 
GeneralRe: SMTP Exception Handling Pin
Christian Graus27-Feb-08 10:24
protectorChristian Graus27-Feb-08 10:24 
GeneralRe: SMTP Exception Handling Pin
Pete O'Hanlon27-Feb-08 10:32
mvePete O'Hanlon27-Feb-08 10:32 
GeneralRe: SMTP Exception Handling Pin
ekynox27-Feb-08 16:54
ekynox27-Feb-08 16:54 
GeneralRe: SMTP Exception Handling Pin
Vasudevan Deepak Kumar29-Feb-08 19:37
Vasudevan Deepak Kumar29-Feb-08 19:37 
QuestionClose the form programmaticaly. Pin
tingu27-Feb-08 9:25
tingu27-Feb-08 9:25 
GeneralRe: Close the form programmaticaly. Pin
Christian Graus27-Feb-08 9:32
protectorChristian Graus27-Feb-08 9:32 
GeneralRe: Close the form programmaticaly. Pin
tingu27-Feb-08 9:54
tingu27-Feb-08 9:54 
GeneralRe: Close the form programmaticaly. Pin
led mike27-Feb-08 9:58
led mike27-Feb-08 9:58 
GeneralRe: Close the form programmaticaly. Pin
Christian Graus27-Feb-08 10:23
protectorChristian Graus27-Feb-08 10:23 
GeneralRe: Close the form programmaticaly. Pin
led mike27-Feb-08 10:39
led mike27-Feb-08 10:39 
GeneralRe: Close the form programmaticaly. Pin
Pete O'Hanlon27-Feb-08 10:41
mvePete O'Hanlon27-Feb-08 10:41 
GeneralRe: Close the form programmaticaly. Pin
tingu27-Feb-08 10:54
tingu27-Feb-08 10:54 
GeneralRe: Close the form programmaticaly. Pin
tingu27-Feb-08 12:02
tingu27-Feb-08 12:02 
GeneralRe: Close the form programmaticaly. Pin
Anthony Mushrow27-Feb-08 13:55
professionalAnthony Mushrow27-Feb-08 13:55 

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.