Click here to Skip to main content
15,915,044 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionexporting data Pin
stavros10-Dec-07 23:13
stavros10-Dec-07 23:13 
GeneralRe: exporting data Pin
CKnig10-Dec-07 23:23
CKnig10-Dec-07 23:23 
GeneralRe: exporting data Pin
stavros13-Dec-07 7:02
stavros13-Dec-07 7:02 
GeneralRe: exporting data Pin
Christian Graus10-Dec-07 23:49
protectorChristian Graus10-Dec-07 23:49 
GeneralRe: exporting data Pin
stavros13-Dec-07 7:06
stavros13-Dec-07 7:06 
GeneralSystem.Transaction problem Pin
ayiteyashley10-Dec-07 22:39
ayiteyashley10-Dec-07 22:39 
Generalneed some help with my billing application Pin
jesseax10-Dec-07 20:55
jesseax10-Dec-07 20:55 
GeneralRe: need some help with my billing application Pin
Christian Graus10-Dec-07 21:33
protectorChristian Graus10-Dec-07 21:33 
You need to store the prices for each item, probably in the value property of the combo box item. Then you need to multiply that by the number of nights.

AmericanDollars = Pesos * 0.1

Assuming that Pesos contains the price in Pesos and AmericanDollars is a variable to hold the US$ price, then the only possible problem here is that the conversion may not be 100% accurate. The code is fine.

I'd do the conversion at the end, after you work out the total price.

TotalPrice = RoomCost * NumberOfNights

That's really it, you just need to fill the blanks.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: need some help with my billing application Pin
jesseax11-Dec-07 17:25
jesseax11-Dec-07 17:25 
Questionproblem with two dimensional array Pin
Meenge10-Dec-07 20:47
Meenge10-Dec-07 20:47 
GeneralRe: problem with two dimensional array Pin
Christian Graus10-Dec-07 21:05
protectorChristian Graus10-Dec-07 21:05 
GeneralRe: problem with two dimensional array Pin
CKnig10-Dec-07 23:25
CKnig10-Dec-07 23:25 
GeneralRe: problem with two dimensional array Pin
Meenge11-Dec-07 15:55
Meenge11-Dec-07 15:55 
Generali need some help with my billing appliation [modified] Pin
jesseax10-Dec-07 18:02
jesseax10-Dec-07 18:02 
GeneralRe: i need some help with my billing appliation Pin
Sathesh Sakthivel10-Dec-07 18:09
Sathesh Sakthivel10-Dec-07 18:09 
GeneralRe: i need some help with my billing appliation Pin
Christian Graus10-Dec-07 18:36
protectorChristian Graus10-Dec-07 18:36 
GeneralRe: i need some help with my billing appliation Pin
Steve Mayfield10-Dec-07 18:39
Steve Mayfield10-Dec-07 18:39 
GeneralRe: i need some help with my billing appliation Pin
Luis Alonso Ramos10-Dec-07 19:36
Luis Alonso Ramos10-Dec-07 19:36 
Questionusing sleep method in vb.net Pin
solarthur0110-Dec-07 13:09
solarthur0110-Dec-07 13:09 
GeneralRe: using sleep method in vb.net Pin
Christian Graus10-Dec-07 16:59
protectorChristian Graus10-Dec-07 16:59 
QuestionHelp:How to add a disclaimer to outgoing smtp messages? Pin
Member 466244410-Dec-07 13:02
Member 466244410-Dec-07 13:02 
GeneralRe: Help:How to add a disclaimer to outgoing smtp messages? Pin
CKnig10-Dec-07 18:26
CKnig10-Dec-07 18:26 
GeneralNeed some help with VB.Net Code Behind and Gridviews Pin
Coleenh10-Dec-07 12:36
Coleenh10-Dec-07 12:36 
GeneralRe: Need some help with VB.Net Code Behind and Gridviews Pin
Michael Sync10-Dec-07 20:16
Michael Sync10-Dec-07 20:16 
GeneralRe: Need some help with VB.Net Code Behind and Gridviews Pin
Coleenh11-Dec-07 7:47
Coleenh11-Dec-07 7: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.