Click here to Skip to main content
15,899,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Appending XML Pin
Gavin Jeffrey12-Sep-05 20:32
Gavin Jeffrey12-Sep-05 20:32 
QuestionI get a error from Crystal report 10.0. Pin
Jimmy Huynh11-Sep-05 22:54
Jimmy Huynh11-Sep-05 22:54 
QuestionDatagrid Pin
mcgann11-Sep-05 21:49
mcgann11-Sep-05 21:49 
AnswerRe: Datagrid Pin
LeenaSo11-Sep-05 22:48
LeenaSo11-Sep-05 22:48 
Questioninput box Pin
ali kanju11-Sep-05 18:34
ali kanju11-Sep-05 18:34 
AnswerRe: input box Pin
Christian Graus11-Sep-05 18:50
protectorChristian Graus11-Sep-05 18:50 
AnswerRe: input box Pin
Briga11-Sep-05 22:29
Briga11-Sep-05 22:29 
AnswerRe: input box Pin
MohammadAmiry12-Sep-05 20:02
MohammadAmiry12-Sep-05 20:02 
You cannot do that to an InputBox since it runs modally.
You have two options:
1)Design your own frmInputBox and run it modally to get the input.
2)Just get the input value as strting, then use the Val() function to convert the input value to number and check if it really was a number.
Questionarray of control Pin
ali kanju11-Sep-05 18:29
ali kanju11-Sep-05 18:29 
AnswerRe: array of control Pin
Christian Graus11-Sep-05 18:51
protectorChristian Graus11-Sep-05 18:51 
AnswerRe: array of control Pin
rwestgraham11-Sep-05 18:52
rwestgraham11-Sep-05 18:52 
Questiontelephone number format question Pin
rolfjahn11-Sep-05 17:36
rolfjahn11-Sep-05 17:36 
AnswerRe: telephone number format question Pin
Christian Graus11-Sep-05 17:47
protectorChristian Graus11-Sep-05 17:47 
Questionstore String chars or substrings in Array Pin
Anonymous11-Sep-05 16:04
Anonymous11-Sep-05 16:04 
AnswerRe: store String chars or substrings in Array Pin
Anonymous11-Sep-05 16:06
Anonymous11-Sep-05 16:06 
AnswerRe: store String chars or substrings in Array Pin
Christian Graus11-Sep-05 16:46
protectorChristian Graus11-Sep-05 16:46 
AnswerRe: store String chars or substrings in Array Pin
Scott Page12-Sep-05 10:29
professionalScott Page12-Sep-05 10:29 
GeneralRe: store String chars or substrings in Array Pin
Anonymous12-Sep-05 12:16
Anonymous12-Sep-05 12:16 
QuestionInteractive Remote Desktop Pin
MohammadAmiry11-Sep-05 6:20
MohammadAmiry11-Sep-05 6:20 
AnswerRe: Interactive Remote Desktop Pin
rwestgraham11-Sep-05 11:05
rwestgraham11-Sep-05 11:05 
QuestionDetect active application Pin
Brian_Murphy11-Sep-05 0:02
Brian_Murphy11-Sep-05 0:02 
AnswerRe: Detect active application Pin
Steve Pullan11-Sep-05 14:57
Steve Pullan11-Sep-05 14:57 
Questionvb to sql sever Pin
goundar10-Sep-05 15:24
goundar10-Sep-05 15:24 
QuestionConverting world coordinates to screen coordinates Pin
Mark0610-Sep-05 13:17
Mark0610-Sep-05 13:17 
QuestionTooltip Pin
ecentinela10-Sep-05 11:21
ecentinela10-Sep-05 11:21 

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.