Click here to Skip to main content
15,928,641 members
Home / Discussions / C#
   

C#

 
GeneralRe: Array of strings to old DLL? Pin
EdgarBM2-Sep-02 1:52
EdgarBM2-Sep-02 1:52 
AnswerRe: Array of strings to old DLL? Pin
leppie2-Sep-02 1:50
leppie2-Sep-02 1:50 
GeneralRe: Array of strings to old DLL? Pin
EdgarBM2-Sep-02 2:10
EdgarBM2-Sep-02 2:10 
GeneralRe: Array of strings to old DLL? Pin
leppie2-Sep-02 2:33
leppie2-Sep-02 2:33 
GeneralRe: Array of strings to old DLL? Pin
EdgarBM2-Sep-02 21:44
EdgarBM2-Sep-02 21:44 
GeneralRe: Array of strings to old DLL? Pin
leppie3-Sep-02 2:19
leppie3-Sep-02 2:19 
QuestionHow to do a virtual keyboard in c# ? Pin
AlbertoFujimori1-Sep-02 21:34
AlbertoFujimori1-Sep-02 21:34 
AnswerRe: How to do a virtual keyboard in c# ? Pin
Stephane Rodriguez.2-Sep-02 0:01
Stephane Rodriguez.2-Sep-02 0:01 
There is the UI part and there is virtual key localisation.

About UI, the simplest is to add KeyPress or KeyUp event handlers to your form, so it hooks every key. Then e.KeyCode, or e.Key depending on the handler will return the virtual key code or ANSI code.

Add an imagelist to buttons. And swap images along in event handlers. That will do highlighting.

About localisation, well that's a job that takes time because you'll have to provide cultures keyboard schemes such like AZERTY in French. Which means you have to provide a different set of positioned buttons.
You may of course limit yourself with QWERTY, but ...Unsure | :~

My 0.5 cent,



And I swallow a small raisin.

GeneralBringToFront changes index Pin
James McCutcheon1-Sep-02 20:32
James McCutcheon1-Sep-02 20:32 
QuestionGraphic engine for .NET anyone? Pin
Alastair Stell1-Sep-02 16:01
Alastair Stell1-Sep-02 16:01 
AnswerRe: Graphic engine for .NET anyone? Pin
David Stone1-Sep-02 17:58
sitebuilderDavid Stone1-Sep-02 17:58 
AnswerRe: Graphic engine for .NET anyone? Pin
Rickard Andersson201-Sep-02 20:47
Rickard Andersson201-Sep-02 20:47 
AnswerRe: Graphic engine for .NET anyone? Pin
Stephane Rodriguez.1-Sep-02 21:20
Stephane Rodriguez.1-Sep-02 21:20 
AnswerRe: Graphic engine for .NET anyone? Pin
leppie2-Sep-02 5:24
leppie2-Sep-02 5:24 
GeneralnBASS updated Pin
leppie1-Sep-02 10:23
leppie1-Sep-02 10:23 
GeneralRe: nBASS updated Pin
James T. Johnson1-Sep-02 11:43
James T. Johnson1-Sep-02 11:43 
GeneralRe: nBASS updated Pin
leppie1-Sep-02 11:54
leppie1-Sep-02 11:54 
GeneralRichTextBox Pin
Iulian Serban1-Sep-02 8:11
Iulian Serban1-Sep-02 8:11 
GeneralRe: RichTextBox Pin
Mazdak1-Sep-02 9:40
Mazdak1-Sep-02 9:40 
GeneralRe: RichTextBox Pin
Iulian Serban1-Sep-02 22:39
Iulian Serban1-Sep-02 22:39 
GeneralRe: RichTextBox Pin
James McCutcheon1-Sep-02 22:01
James McCutcheon1-Sep-02 22:01 
GeneralRe: RichTextBox Pin
Iulian Serban1-Sep-02 22:37
Iulian Serban1-Sep-02 22:37 
Generalwebservice Pin
Mazdak1-Sep-02 7:29
Mazdak1-Sep-02 7:29 
GeneralRe: webservice Pin
SimonS2-Sep-02 22:06
SimonS2-Sep-02 22:06 
GeneralGetting the Handle of a Form in Design mode Pin
leppie1-Sep-02 6:32
leppie1-Sep-02 6:32 

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.