Click here to Skip to main content
16,004,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Find closest string match Pin
The ANZAC24-Jan-07 14:54
The ANZAC24-Jan-07 14:54 
GeneralRe: Find closest string match Pin
newb2vb24-Jan-07 16:20
newb2vb24-Jan-07 16:20 
GeneralRe: Find closest string match Pin
The ANZAC25-Jan-07 12:35
The ANZAC25-Jan-07 12:35 
AnswerRe: Find closest string match Pin
Garth J Lancaster24-Jan-07 14:56
professionalGarth J Lancaster24-Jan-07 14:56 
GeneralRe: Find closest string match Pin
newb2vb24-Jan-07 16:11
newb2vb24-Jan-07 16:11 
GeneralRe: Find closest string match Pin
Garth J Lancaster24-Jan-07 16:27
professionalGarth J Lancaster24-Jan-07 16:27 
GeneralRe: Find closest string match Pin
The ANZAC25-Jan-07 12:37
The ANZAC25-Jan-07 12:37 
QuestionHow to add values in a group of 13 textboxes.... Pin
Joey Picerno24-Jan-07 12:22
Joey Picerno24-Jan-07 12:22 
These 13 textboxes are in a group box. When I click the calc button I need to add the total of all of these textboxes. I just need a way to do it with out typing soooo much code. Otherwise this is how I would do it...

 If isnumeric(textbox1.text) and isnumeric(textbox2.text) 'and so on and so on then<br />
label18.text = "$" & int(textbox1.text) + int(textbox2.text) 'and so on and so on<br />
end if 


however i do not wish to type 13 textbox(isnumeric) and 13 textbox(int)'s. There has got to be an easier way to do this with less code. Thank you in advance!!!
AnswerRe: How to add values in a group of 13 textboxes.... Pin
MatrixCoder24-Jan-07 13:05
MatrixCoder24-Jan-07 13:05 
QuestionVB 2005 GraphicsServer Pin
john_paul24-Jan-07 5:11
john_paul24-Jan-07 5:11 
QuestionVB 6 to VB.Net " FileGet" conversion problem Pin
KojoAmuel24-Jan-07 3:41
KojoAmuel24-Jan-07 3:41 
AnswerRe: VB 6 to VB.Net " FileGet" conversion problem Pin
Guffa24-Jan-07 7:01
Guffa24-Jan-07 7:01 
GeneralRe: VB 6 to VB.Net " FileGet" conversion problem Pin
KojoAmuel24-Jan-07 7:48
KojoAmuel24-Jan-07 7:48 
QuestionSystem Performance Pin
No-e24-Jan-07 3:07
No-e24-Jan-07 3:07 
AnswerRe: System Performance Pin
nlarson1124-Jan-07 3:28
nlarson1124-Jan-07 3:28 
GeneralRe: System Performance Pin
No-e24-Jan-07 3:38
No-e24-Jan-07 3:38 
GeneralRe: System Performance Pin
nlarson1124-Jan-07 3:50
nlarson1124-Jan-07 3:50 
GeneralRe: System Performance Pin
No-e24-Jan-07 3:58
No-e24-Jan-07 3:58 
GeneralRe: System Performance Pin
nlarson1124-Jan-07 4:10
nlarson1124-Jan-07 4:10 
AnswerRe: System Performance Pin
TwoFaced24-Jan-07 6:41
TwoFaced24-Jan-07 6:41 
GeneralRe: System Performance Pin
TwoFaced24-Jan-07 6:51
TwoFaced24-Jan-07 6:51 
GeneralRe: System Performance Pin
No-e24-Jan-07 7:24
No-e24-Jan-07 7:24 
QuestionObjectDataSource Pin
BobsAfro24-Jan-07 1:24
BobsAfro24-Jan-07 1:24 
Questionlibrary or application name Pin
Marc Soleda24-Jan-07 0:57
Marc Soleda24-Jan-07 0:57 
AnswerRe: library or application name Pin
Dave Sexton24-Jan-07 3:01
Dave Sexton24-Jan-07 3:01 

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.