Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to refresh datagridview? Pin
JC.KaNNaN5-Jun-09 2:16
JC.KaNNaN5-Jun-09 2:16 
GeneralRe: How to refresh datagridview? Pin
Dave Kreskowiak5-Jun-09 4:22
mveDave Kreskowiak5-Jun-09 4:22 
QuestionWindows RDN name Pin
Nanda16054-Jun-09 20:02
Nanda16054-Jun-09 20:02 
AnswerRe: Windows RDN name Pin
dan!sh 4-Jun-09 23:07
professional dan!sh 4-Jun-09 23:07 
QuestionProblem using VB.Net to call DLL (containing pointers) written in C Pin
babybass4-Jun-09 14:30
babybass4-Jun-09 14:30 
AnswerRe: Problem using VB.Net to call DLL (containing pointers) written in C Pin
Christian Graus4-Jun-09 14:58
protectorChristian Graus4-Jun-09 14:58 
QuestionKeyEventArgs to Ascii Pin
nlarson114-Jun-09 11:34
nlarson114-Jun-09 11:34 
AnswerRe: KeyEventArgs to Ascii Pin
Henry Minute4-Jun-09 13:15
Henry Minute4-Jun-09 13:15 
Try casting it to an int.

protected override void OnKeyDown(KeyEventArgs e)
{
     string str = string.Format("\x202D{0} (0x{1:X4})", e.KeyChar, (int)e.KeyChar);
     txtKeyValue.Text = str; <=================== a textbox for visual confirmation, while testing
}


[Edit]
Sorry, that is C#. I forgot I was in VB Forum.
I'll try to translate and get back to you.
[/Edit]

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

AnswerRe: KeyEventArgs to Ascii Pin
Henry Minute4-Jun-09 13:40
Henry Minute4-Jun-09 13:40 
GeneralRe: KeyEventArgs to Ascii Pin
nlarson114-Jun-09 14:18
nlarson114-Jun-09 14:18 
GeneralRe: KeyEventArgs to Ascii Pin
Henry Minute4-Jun-09 23:42
Henry Minute4-Jun-09 23:42 
GeneralRe: KeyEventArgs to Ascii Pin
DidiKunz4-Jun-09 23:42
DidiKunz4-Jun-09 23:42 
AnswerRe: KeyEventArgs to Ascii Pin
Alan N5-Jun-09 0:19
Alan N5-Jun-09 0:19 
GeneralRe: KeyEventArgs to Ascii Pin
nlarson115-Jun-09 2:33
nlarson115-Jun-09 2:33 
AnswerRe: KeyEventArgs to Ascii Pin
nlarson115-Jun-09 4:04
nlarson115-Jun-09 4:04 
QuestionQueryUnload Pin
No-e4-Jun-09 9:20
No-e4-Jun-09 9:20 
AnswerRe: QueryUnload Pin
Kschuler4-Jun-09 9:37
Kschuler4-Jun-09 9:37 
GeneralRe: QueryUnload Pin
No-e4-Jun-09 9:56
No-e4-Jun-09 9:56 
AnswerRe: QueryUnload Pin
0x3c04-Jun-09 10:11
0x3c04-Jun-09 10:11 
Questionget the parts of string Pin
ivo754-Jun-09 9:05
ivo754-Jun-09 9:05 
AnswerRe: get the parts of string Pin
Kschuler4-Jun-09 9:40
Kschuler4-Jun-09 9:40 
GeneralRe: get the parts of string Pin
ivo754-Jun-09 9:56
ivo754-Jun-09 9:56 
AnswerRe: get the parts of string Pin
Dave Kreskowiak4-Jun-09 9:42
mveDave Kreskowiak4-Jun-09 9:42 
QuestionDigital dashboard using VB or C# and other technologies [modified] Pin
Sciencez4-Jun-09 5:29
Sciencez4-Jun-09 5:29 
AnswerRe: Digital dashboard using VB or C# and other technologies Pin
dan!sh 4-Jun-09 5:39
professional dan!sh 4-Jun-09 5:39 

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.