Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to pull a field from a Dataset??? Pin
Pradeep C24-Mar-04 19:11
Pradeep C24-Mar-04 19:11 
GeneralRe: How to pull a field from a Dataset??? Pin
hounetdev25-Mar-04 7:12
hounetdev25-Mar-04 7:12 
GeneralCurrency Pin
ibok2324-Mar-04 6:33
ibok2324-Mar-04 6:33 
GeneralRe: Currency Pin
Steve S24-Mar-04 6:44
Steve S24-Mar-04 6:44 
GeneralRe: Currency Pin
ibok2324-Mar-04 6:57
ibok2324-Mar-04 6:57 
GeneralRe: Currency Pin
Dave Kreskowiak24-Mar-04 8:58
mveDave Kreskowiak24-Mar-04 8:58 
GeneralRe: Currency Pin
ibok2324-Mar-04 9:35
ibok2324-Mar-04 9:35 
GeneralRe: Currency Pin
Dave Kreskowiak24-Mar-04 9:40
mveDave Kreskowiak24-Mar-04 9:40 
Not quite...

I'm assuming you have a TextBox on your Form called costofroom. I'm also assuming that you want the 'baserate' to be displayed in the TextBox and not 'amount' like in my example code.
dim baserate as double = 84.5
costofroom.text = Format(baserate,"Currency")



RageInTheMachine9532
GeneralRe: Currency Pin
ibok2324-Mar-04 9:58
ibok2324-Mar-04 9:58 
GeneralRe: Currency Pin
Guillermo Rivero24-Mar-04 10:03
Guillermo Rivero24-Mar-04 10:03 
GeneralRe: Currency Pin
Nadroj24-Mar-04 10:21
Nadroj24-Mar-04 10:21 
GeneralRe: Currency Pin
Dave Kreskowiak24-Mar-04 10:26
mveDave Kreskowiak24-Mar-04 10:26 
GeneralRe: Currency Pin
ibok2324-Mar-04 10:44
ibok2324-Mar-04 10:44 
GeneralRe: Currency Pin
ibok2324-Mar-04 10:47
ibok2324-Mar-04 10:47 
GeneralRe: Currency Pin
ibok2324-Mar-04 10:50
ibok2324-Mar-04 10:50 
GeneralRe: Currency Pin
Dave Kreskowiak24-Mar-04 11:00
mveDave Kreskowiak24-Mar-04 11:00 
GeneralRe: Currency Pin
Anonymous24-Mar-04 12:35
Anonymous24-Mar-04 12:35 
GeneralRe: Currency Pin
Dave Kreskowiak25-Mar-04 0:56
mveDave Kreskowiak25-Mar-04 0:56 
GeneralRe: Currency Pin
Nadroj24-Mar-04 11:35
Nadroj24-Mar-04 11:35 
QuestionHow to find out how many days? Pin
ibok2324-Mar-04 6:27
ibok2324-Mar-04 6:27 
AnswerRe: How to find out how many days? Pin
greg lynch _nj_24-Mar-04 7:41
greg lynch _nj_24-Mar-04 7:41 
GeneralRe: How to find out how many days? Pin
ibok2324-Mar-04 8:06
ibok2324-Mar-04 8:06 
GeneralRe: How to find out how many days? Pin
Dave Kreskowiak24-Mar-04 9:02
mveDave Kreskowiak24-Mar-04 9:02 
GeneralRe: How to find out how many days? Pin
ibok2324-Mar-04 9:39
ibok2324-Mar-04 9:39 
GeneralRe: How to find out how many days? Pin
Dave Kreskowiak24-Mar-04 9:47
mveDave Kreskowiak24-Mar-04 9:47 

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.