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

Visual Basic

 
GeneralRe: How to get a class form a dll Pin
11-Oct-04 5:50
suss11-Oct-04 5:50 
GeneralSecuring a user input form Pin
Bob Murray9-Oct-04 0:09
Bob Murray9-Oct-04 0:09 
GeneralRe: Securing a user input form Pin
Dave Kreskowiak11-Oct-04 5:04
mveDave Kreskowiak11-Oct-04 5:04 
GeneralClass,Installer Class and component class/ User Control Pin
balrajthumma8-Oct-04 21:15
balrajthumma8-Oct-04 21:15 
GeneralRe: Class,Installer Class and component class/ User Control Pin
Colin Angus Mackay9-Oct-04 17:05
Colin Angus Mackay9-Oct-04 17:05 
GeneralAdding file version information to a file Pin
PranjalSharma8-Oct-04 20:35
PranjalSharma8-Oct-04 20:35 
GeneralRe: Adding file version information to a file Pin
Matt Philmon12-Oct-04 18:35
Matt Philmon12-Oct-04 18:35 
General$ To.String Pin
Member 11683248-Oct-04 19:54
Member 11683248-Oct-04 19:54 
Okay this is my code

txtTotal.Text = Val(txtSubtotal.Text) + Val(txtAddition.Text) + Val(txtRollaway.Text)

how do I set this to string to make the dollar sign appear

txtTotal.Text = Val(txtSubtotal.Text) + Val(txtAddition.Text) + Val(txtRollaway.Text).ToString("$#,###.00")
does not work it gives the value of 0Unsure | :~

GeneralRe: $ To.String Pin
MohammadAmiry9-Oct-04 6:48
MohammadAmiry9-Oct-04 6:48 
GeneralRe: $ To.String Pin
Member 116832413-Oct-04 13:01
Member 116832413-Oct-04 13:01 
Generalhelp , i need to make a tic tac toe game using control arrays Pin
Tow Jam8-Oct-04 15:41
Tow Jam8-Oct-04 15:41 
GeneralRe: help , i need to make a tic tac toe game using control arrays Pin
Mekong River8-Oct-04 17:32
Mekong River8-Oct-04 17:32 
GeneralSetting the selected value in a listbox Pin
David M J8-Oct-04 11:39
David M J8-Oct-04 11:39 
GeneralRe: Setting the selected value in a listbox Pin
HarryBo9-Oct-04 10:17
HarryBo9-Oct-04 10:17 
GeneralCryptography Pin
mikasa8-Oct-04 10:49
mikasa8-Oct-04 10:49 
GeneralRe: Cryptography Pin
Anonymous10-Oct-04 21:13
Anonymous10-Oct-04 21:13 
GeneralRe: Cryptography Pin
mikasa11-Oct-04 3:37
mikasa11-Oct-04 3:37 
GeneralRe: Cryptography Pin
Anonymous11-Oct-04 8:12
Anonymous11-Oct-04 8:12 
GeneralRe: Cryptography Pin
Anonymous11-Oct-04 8:27
Anonymous11-Oct-04 8:27 
GeneralMAP Pin
marcoscavaleiro8-Oct-04 7:44
marcoscavaleiro8-Oct-04 7:44 
GeneralRe: MAP Pin
Jim Matthews8-Oct-04 8:17
Jim Matthews8-Oct-04 8:17 
GeneralRe: MAP Pin
Colin Angus Mackay8-Oct-04 10:13
Colin Angus Mackay8-Oct-04 10:13 
GeneralRe: MAP Pin
marcoscavaleiro8-Oct-04 11:40
marcoscavaleiro8-Oct-04 11:40 
QuestionHow to prevent auto conversion of date format Using RunSQL Pin
Umair Khalid8-Oct-04 5:45
Umair Khalid8-Oct-04 5:45 
AnswerRe: How to prevent auto conversion of date format Using RunSQL Pin
Dave Kreskowiak8-Oct-04 7:16
mveDave Kreskowiak8-Oct-04 7:16 

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.