Click here to Skip to main content
15,913,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Select Audio Track Pin
Dave Kreskowiak24-Sep-13 12:05
mveDave Kreskowiak24-Sep-13 12:05 
JokeRe: Select Audio Track Pin
Brisingr Aerowing24-Sep-13 14:23
professionalBrisingr Aerowing24-Sep-13 14:23 
GeneralRe: Select Audio Track Pin
Dave Kreskowiak24-Sep-13 15:45
mveDave Kreskowiak24-Sep-13 15:45 
GeneralRe: Select Audio Track Pin
Andre.Adrian25-Sep-13 23:42
professionalAndre.Adrian25-Sep-13 23:42 
QuestionCurrency Round Off Pin
Biplob Singha Shee22-Sep-13 4:09
Biplob Singha Shee22-Sep-13 4:09 
AnswerRe: Currency Round Off Pin
Richard MacCutchan22-Sep-13 4:55
mveRichard MacCutchan22-Sep-13 4:55 
GeneralRe: Currency Round Off Pin
Biplob Singha Shee22-Sep-13 6:00
Biplob Singha Shee22-Sep-13 6:00 
GeneralRe: Currency Round Off Pin
Richard MacCutchan22-Sep-13 7:01
mveRichard MacCutchan22-Sep-13 7:01 
When you enter the money amounts, multiply the rupees by 100 and add the paisa, to give the total and convert to (and save as) integer type. You can then perform all currency calculations on these integer values. When you wish to print or display the values you will divide by 100 to get the round number of rupees and use the Mod operator to get the remainder (paisa). You can then print the two values to give tha absolute total, or use the paisa value to decide whether to round up or down. My knowledge of Visual Basic is not very good, so you will have to turn that into code for yourself.
Veni, vidi, abiit domum

GeneralRe: Currency Round Off Pin
Biplob Singha Shee22-Sep-13 7:13
Biplob Singha Shee22-Sep-13 7:13 
GeneralRe: Currency Round Off Pin
Richard Deeming23-Sep-13 1:56
mveRichard Deeming23-Sep-13 1:56 
GeneralRe: Currency Round Off Pin
Richard MacCutchan23-Sep-13 3:05
mveRichard MacCutchan23-Sep-13 3:05 
AnswerRe: Currency Round Off Pin
Biplob Singha Shee23-Sep-13 10:21
Biplob Singha Shee23-Sep-13 10:21 
QuestionHow to use Background worker from a form to fill another form? Pin
Suhayb Bashir Yousif20-Sep-13 22:47
Suhayb Bashir Yousif20-Sep-13 22:47 
AnswerRe: How to use Background worker from a form to fill another form? Pin
Richard MacCutchan21-Sep-13 0:03
mveRichard MacCutchan21-Sep-13 0:03 
GeneralRe: How to use Background worker from a form to fill another form? Pin
Suhayb Bashir Yousif22-Sep-13 4:40
Suhayb Bashir Yousif22-Sep-13 4:40 
GeneralRe: How to use Background worker from a form to fill another form? Pin
Richard MacCutchan22-Sep-13 4:51
mveRichard MacCutchan22-Sep-13 4:51 
GeneralRe: How to use Background worker from a form to fill another form? Pin
Suhayb Bashir Yousif22-Sep-13 4:58
Suhayb Bashir Yousif22-Sep-13 4:58 
GeneralRe: How to use Background worker from a form to fill another form? Pin
Richard MacCutchan22-Sep-13 5:09
mveRichard MacCutchan22-Sep-13 5:09 
AnswerRe: How to use Background worker from a form to fill another form? Pin
Eddy Vluggen21-Sep-13 8:44
professionalEddy Vluggen21-Sep-13 8:44 
GeneralRe: How to use Background worker from a form to fill another form? Pin
Suhayb Bashir Yousif22-Sep-13 4:41
Suhayb Bashir Yousif22-Sep-13 4:41 
GeneralRe: How to use Background worker from a form to fill another form? Pin
Dave Kreskowiak22-Sep-13 8:53
mveDave Kreskowiak22-Sep-13 8:53 
Questionthread runs 21 times then exits Pin
Member 1028281518-Sep-13 7:32
Member 1028281518-Sep-13 7:32 
Question[Solved] Problem when using multiple projects in a solution - Code is being ignored) Pin
msultana17-Sep-13 16:04
msultana17-Sep-13 16:04 
QuestionRe: Problem when using multiple projects in a solution - Code is being ignored) Pin
Eddy Vluggen18-Sep-13 7:05
professionalEddy Vluggen18-Sep-13 7:05 
AnswerRe: Problem when using multiple projects in a solution - Code is being ignored) Pin
TnTinMn18-Sep-13 9:53
TnTinMn18-Sep-13 9:53 

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.