Click here to Skip to main content
16,005,467 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSQL SERVER Monitor Pin
MalikRizwan13-Jul-06 8:14
MalikRizwan13-Jul-06 8:14 
AnswerRe: SQL SERVER Monitor Pin
Duncan Edwards Jones13-Jul-06 22:03
professionalDuncan Edwards Jones13-Jul-06 22:03 
QuestionProblem Connecting Crystal Report with VB6 Pin
PapPatel13-Jul-06 8:11
PapPatel13-Jul-06 8:11 
QuestionOne to many columns in a report Pin
Gulfraz Khan13-Jul-06 6:58
Gulfraz Khan13-Jul-06 6:58 
QuestionConvert ASCII code points to UNICODE Pin
jimithing7713-Jul-06 4:52
jimithing7713-Jul-06 4:52 
AnswerRe: Convert ASCII code points to UNICODE Pin
Christian Graus13-Jul-06 5:16
protectorChristian Graus13-Jul-06 5:16 
AnswerRe: Convert ASCII code points to UNICODE Pin
Dave Kreskowiak13-Jul-06 5:16
mveDave Kreskowiak13-Jul-06 5:16 
AnswerRe: Convert ASCII code points to UNICODE Pin
Kschuler14-Jul-06 9:07
Kschuler14-Jul-06 9:07 
I'm sure there is a way to do it. But I don't have time to look, so I was just going to suggest that if you can't find a way, you could always write your own function that looks it up for you, like this:
Public Function GetCode(str as string) as Integer
Select Case str.Trim.ToUpper
Case "A"
Return 41
'Continue with other cases...
End Select
End Function

Or if you discover that the Microsoft.VisualBasic.Asc is consistant you could just say cint(Microsoft.VisualBasic.Asc(char)) - 24

Sorry I couldn't find a nicer answer.
GeneralRe: Convert ASCII code points to UNICODE Pin
Christian Graus13-Jul-06 5:17
protectorChristian Graus13-Jul-06 5:17 
GeneralRe: Convert ASCII code points to UNICODE Pin
Dave Kreskowiak13-Jul-06 6:28
mveDave Kreskowiak13-Jul-06 6:28 
QuestionValidation of Textbox Pin
Larry White13-Jul-06 4:33
Larry White13-Jul-06 4:33 
AnswerRe: Validation of Textbox Pin
Agus Budianto13-Jul-06 18:10
Agus Budianto13-Jul-06 18:10 
GeneralRe: Validation of Textbox Pin
Agus Budianto14-Jul-06 5:14
Agus Budianto14-Jul-06 5:14 
GeneralRe: Validation of Textbox Pin
Larry White14-Jul-06 12:22
Larry White14-Jul-06 12:22 
QuestionBubble sort Pin
NickiG13-Jul-06 4:22
NickiG13-Jul-06 4:22 
AnswerRe: Bubble sort Pin
Christian Graus13-Jul-06 4:25
protectorChristian Graus13-Jul-06 4:25 
AnswerRe: Bubble sort Pin
Eric Dahlvang13-Jul-06 6:21
Eric Dahlvang13-Jul-06 6:21 
QuestionHow to convert amount into words in crystal report Pin
swapnilbhavsar13-Jul-06 3:54
swapnilbhavsar13-Jul-06 3:54 
AnswerRe: How to convert amount into words in crystal report Pin
Gulfraz Khan13-Jul-06 7:02
Gulfraz Khan13-Jul-06 7:02 
QuestionSynchronizingObject problem Pin
coolestCoder13-Jul-06 3:40
coolestCoder13-Jul-06 3:40 
AnswerRe: SynchronizingObject problem Pin
Dave Kreskowiak13-Jul-06 5:11
mveDave Kreskowiak13-Jul-06 5:11 
QuestionApp does not get focus on Win 2000. Pin
seamie13-Jul-06 2:46
seamie13-Jul-06 2:46 
AnswerRe: App does not get focus on Win 2000. Pin
Dave Kreskowiak13-Jul-06 4:51
mveDave Kreskowiak13-Jul-06 4:51 
Questiondatabase programming Pin
ramin_ok13-Jul-06 0:38
ramin_ok13-Jul-06 0:38 
AnswerRe: database programming Pin
Christian Graus13-Jul-06 4:26
protectorChristian Graus13-Jul-06 4:26 

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.