Click here to Skip to main content
15,927,744 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sorry, the tags were on Pin
ebred19-Apr-05 15:09
ebred19-Apr-05 15:09 
GeneralRe: Sorry, the tags were on Pin
ebred19-Apr-05 14:32
ebred19-Apr-05 14:32 
GeneralRe: Sorry, the tags were on Pin
Anonymous19-Apr-05 15:44
Anonymous19-Apr-05 15:44 
GeneralRe: VB.NEt/win32 waveinopen Pin
Anonymous19-Apr-05 17:00
Anonymous19-Apr-05 17:00 
GeneralRe: VB.NEt/win32 waveinopen Pin
ebred20-Apr-05 12:17
ebred20-Apr-05 12:17 
GeneralRe: VB.NEt/win32 waveinopen Pin
Anonymous20-Apr-05 16:13
Anonymous20-Apr-05 16:13 
GeneralBinding Pin
Jaydeanster19-Apr-05 10:48
Jaydeanster19-Apr-05 10:48 
GeneralWinXP strange character conversion Pin
John Shaw19-Apr-05 9:55
John Shaw19-Apr-05 9:55 
Private Sub box_Keypress(KeyAscii As Integer)
'if you enter ALT+0176
'then KeyAscii = 176 normaly, but on some WinXP machines
'KeyAscii = -23583 (because character not in range [0,127]).
'Also note that if you try to convert this value to a character,
'you'll get a range error (of course).
End Sub

Does anyone know why we receive an invalid character code on some WinXP machines and not on others?

Why are only characters in the range [0,127] being properly passed to Keypress?

Signed: John R. Shaw
GeneralRe: WinXP strange character conversion Pin
Anonymous19-Apr-05 10:55
Anonymous19-Apr-05 10:55 
GeneralUpdate: WinXP strange character conversion Pin
John Shaw19-Apr-05 11:31
John Shaw19-Apr-05 11:31 
GeneralAgain about MSN messenger Pin
usmanmir19-Apr-05 9:07
usmanmir19-Apr-05 9:07 
GeneralRe: Again about MSN messenger Pin
thrakazog19-Apr-05 10:33
thrakazog19-Apr-05 10:33 
GeneralRe: Again about MSN messenger Pin
Dave Kreskowiak19-Apr-05 15:10
mveDave Kreskowiak19-Apr-05 15:10 
Generaldelete a whole table Pin
HRusaw19-Apr-05 8:20
HRusaw19-Apr-05 8:20 
GeneralRe: delete a whole table Pin
Chris Meech19-Apr-05 8:53
Chris Meech19-Apr-05 8:53 
GeneralRe: delete a whole table Pin
HRusaw19-Apr-05 9:29
HRusaw19-Apr-05 9:29 
GeneralRe: delete a whole table Pin
Scott Serl19-Apr-05 10:05
Scott Serl19-Apr-05 10:05 
GeneralRe: delete a whole table Pin
HRusaw20-Apr-05 3:04
HRusaw20-Apr-05 3:04 
GeneralRe: delete a whole table Pin
rhenerlau19-Apr-05 16:09
rhenerlau19-Apr-05 16:09 
GeneralRe: delete a whole table Pin
sumit2119-Apr-05 20:39
sumit2119-Apr-05 20:39 
GeneralRe: delete a whole table Pin
HRusaw20-Apr-05 3:05
HRusaw20-Apr-05 3:05 
GeneralRe: delete a whole table Pin
HRusaw20-Apr-05 3:00
HRusaw20-Apr-05 3:00 
GeneralInherited form Enable/Disable problem. Pin
thrakazog19-Apr-05 7:04
thrakazog19-Apr-05 7:04 
Generalabout msn messenger Pin
usmanmir19-Apr-05 6:46
usmanmir19-Apr-05 6:46 
GeneralRe: about msn messenger Pin
Dave Kreskowiak19-Apr-05 7:24
mveDave Kreskowiak19-Apr-05 7:24 

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.