Click here to Skip to main content
15,919,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do you select text or data in a form? Pin
Christian Graus27-Apr-09 9:52
protectorChristian Graus27-Apr-09 9:52 
AnswerRe: How do you select text or data in a form? Pin
Dave Kreskowiak27-Apr-09 11:14
mveDave Kreskowiak27-Apr-09 11:14 
QuestionRaising Events from a class library Pin
xbiplav27-Apr-09 9:12
xbiplav27-Apr-09 9:12 
AnswerRe: Raising Events from a class library [modified] Pin
Dave Kreskowiak27-Apr-09 11:13
mveDave Kreskowiak27-Apr-09 11:13 
QuestionDisplaying image on form Pin
Jim Turner27-Apr-09 9:01
Jim Turner27-Apr-09 9:01 
AnswerRe: Displaying image on form Pin
0x3c027-Apr-09 9:32
0x3c027-Apr-09 9:32 
Question[Message Deleted] Pin
bam37227-Apr-09 8:30
bam37227-Apr-09 8:30 
AnswerRe: Visual Basic Pin
Christian Graus27-Apr-09 9:53
protectorChristian Graus27-Apr-09 9:53 
Well, think about it logically. You start with an amount, and you need to split it down. You have only certain denominations available, right ? So, if you have $53.32, what's the highest denomination that goes into that ? If it's $20, then you would have $33.32 left. So, what's the highest that goes into that ? $20, so you now have $13.32. That's the sort of process your code will go through, subtracting whatever amount represents the biggest note or coin that can be put on the pile.

Christian Graus

Driven to the arms of OSX by Vista.

"I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

Answerfloating point and Integer Math Pin
David Mujica27-Apr-09 10:56
David Mujica27-Apr-09 10:56 
QuestionOpenfileDialogBox file type change event handler Pin
meaningless27-Apr-09 3:08
meaningless27-Apr-09 3:08 
AnswerRe: OpenfileDialogBox file type change event handler Pin
Tom Deketelaere27-Apr-09 5:03
professionalTom Deketelaere27-Apr-09 5:03 
QuestionRefresh SQL 2000 (VB.NET) Pin
hoangsamac26-Apr-09 23:15
hoangsamac26-Apr-09 23:15 
AnswerRe: Refresh SQL 2000 (VB.NET) Pin
Christian Graus26-Apr-09 23:22
protectorChristian Graus26-Apr-09 23:22 
GeneralRe: Refresh SQL 2000 (VB.NET) Pin
hoangsamac26-Apr-09 23:30
hoangsamac26-Apr-09 23:30 
GeneralRe: Refresh SQL 2000 (VB.NET) Pin
Christian Graus26-Apr-09 23:52
protectorChristian Graus26-Apr-09 23:52 
GeneralRe: Refresh SQL 2000 (VB.NET) Pin
Jon_Boy27-Apr-09 3:21
Jon_Boy27-Apr-09 3:21 
GeneralRe: Refresh SQL 2000 (VB.NET) Pin
Christian Graus27-Apr-09 9:54
protectorChristian Graus27-Apr-09 9:54 
Questionaccess databse into datagridview Pin
rajulama26-Apr-09 22:30
rajulama26-Apr-09 22:30 
AnswerRe: access databse into datagridview Pin
Christian Graus26-Apr-09 22:45
protectorChristian Graus26-Apr-09 22:45 
GeneralRe: access databse into datagridview Pin
rajulama26-Apr-09 22:54
rajulama26-Apr-09 22:54 
GeneralRe: access databse into datagridview Pin
Christian Graus26-Apr-09 22:59
protectorChristian Graus26-Apr-09 22:59 
GeneralRe: access databse into datagridview Pin
rajulama26-Apr-09 23:02
rajulama26-Apr-09 23:02 
GeneralRe: access databse into datagridview Pin
Christian Graus26-Apr-09 23:07
protectorChristian Graus26-Apr-09 23:07 
GeneralRe: access databse into datagridview Pin
rajulama26-Apr-09 23:10
rajulama26-Apr-09 23:10 
GeneralRe: access databse into datagridview Pin
Christian Graus26-Apr-09 23:12
protectorChristian Graus26-Apr-09 23:12 

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.