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

Visual Basic

 
Answeroff subject Pin
icouldntthinkofagoodname12-Oct-05 8:02
icouldntthinkofagoodname12-Oct-05 8:02 
GeneralRe: off subject Pin
Dave Kreskowiak12-Oct-05 8:08
mveDave Kreskowiak12-Oct-05 8:08 
QuestionDatabinding Pin
kenexcelon12-Oct-05 3:57
kenexcelon12-Oct-05 3:57 
Questiontcplistener + thread Pin
cengelen12-Oct-05 1:27
cengelen12-Oct-05 1:27 
QuestionDLL creation form vb.net project Pin
carlos_rocha12-Oct-05 1:23
carlos_rocha12-Oct-05 1:23 
AnswerRe: DLL creation form vb.net project Pin
enjoycrack12-Oct-05 7:08
enjoycrack12-Oct-05 7:08 
Questionhow to creat a currency converter Pin
Member 235262112-Oct-05 1:04
Member 235262112-Oct-05 1:04 
AnswerRe: how to creat a currency converter Pin
Colin Angus Mackay12-Oct-05 1:31
Colin Angus Mackay12-Oct-05 1:31 
rexford wrote:
gimme

Since this looks like a homework question, I'll help you to understand the problem. You should then have enough information to write your own code based on what ever book you are following or the information provided by your tutor.

Currency conversion is a fairly easy problem to solve. You have a source currency and a destination currency and a conversion factor. This is usually expressed in the format of one unit in the source currency is equal to some units of the destination currency.

For example. £1.00 == €1.46

So, to get from Sterling to Euros (left to right) you multiply the value by 1.46. To get from Euros to Sterling (right to left) you divide by 1.46.

How about if it is expressed the other way around.

€1.00 == £0.68

The calculation is the same (left to right / source to destination) you multiply. To go the other way (right to left / destination to source) you divide.

Does this help?


My: Blog | Photos

"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucious


AnswerRe: how to creat a currency converter Pin
Dave Kreskowiak12-Oct-05 1:33
mveDave Kreskowiak12-Oct-05 1:33 
AnswerRe: how to creat a currency converter Pin
icDavid12-Oct-05 15:38
icDavid12-Oct-05 15:38 
Questioni need the steps and code for designing a currency converter Pin
Member 235262112-Oct-05 0:56
Member 235262112-Oct-05 0:56 
AnswerRe: i need the steps and code for designing a currency converter Pin
enjoycrack12-Oct-05 7:05
enjoycrack12-Oct-05 7:05 
Questionmonitor and control remote PC Pin
Ali el11-Oct-05 23:00
Ali el11-Oct-05 23:00 
AnswerRe: monitor and control remote PC Pin
Dave Kreskowiak12-Oct-05 1:30
mveDave Kreskowiak12-Oct-05 1:30 
GeneralI wanted to learn VB.NET Pin
Raju Malladada11-Oct-05 21:41
Raju Malladada11-Oct-05 21:41 
GeneralRe: I wanted to learn VB.NET Pin
jonathan1511-Oct-05 23:44
jonathan1511-Oct-05 23:44 
GeneralRe: I wanted to learn VB.NET Pin
K Baruah16-Oct-05 20:37
K Baruah16-Oct-05 20:37 
QuestionTree Structure Pin
dave@ennead11-Oct-05 20:21
dave@ennead11-Oct-05 20:21 
AnswerRe: Tree Structure Pin
Briga11-Oct-05 22:57
Briga11-Oct-05 22:57 
QuestionUncompress Tar.Z Pin
shivakumar_m11-Oct-05 19:52
shivakumar_m11-Oct-05 19:52 
AnswerRe: Uncompress Tar.Z Pin
Dave Kreskowiak12-Oct-05 1:19
mveDave Kreskowiak12-Oct-05 1:19 
QuestionHow to specify the amount of files i need to grab through Directory.GetFiles() Pin
merlynml11-Oct-05 16:40
merlynml11-Oct-05 16:40 
AnswerRe: How to specify the amount of files i need to grab through Directory.GetFiles() Pin
maxiachun11-Oct-05 18:01
maxiachun11-Oct-05 18:01 
AnswerRe: How to specify the amount of files i need to grab through Directory.GetFiles() Pin
maxiachun11-Oct-05 18:05
maxiachun11-Oct-05 18:05 
GeneralRe: How to specify the amount of files i need to grab through Directory.GetFiles() Pin
merlynml11-Oct-05 18:15
merlynml11-Oct-05 18:15 

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.