Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2009 |
| Replies: 6 Views: 743 thanx man. will try tonight and tell you in the morning |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2009 |
| Replies: 6 Views: 743 well he's saying the whole code (as far as the if statements go) should be a loop but i'm not seeing how to change it.
Option Explicit On
Option Strict On
Public Class MainForm
'show... |
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2009 |
| Replies: 6 Views: 743 that's what i'm thinking but my professor's like... "I want you to use a loop"
and i don't see how to make this work from a loop at all. |
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2009 |
| Replies: 6 Views: 743 hey guys,
i've got an 'if' statement that works but i have to change it into a 'loop' statement. i originally chose 'if' because it's easier for me to understand but... it's gotta be a loop.
so... |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2008 |
| Replies: 3 Views: 1,154 thank you very much. and i'm sorry i didn't ask the question in the right place. where should i direct my VB6 questions to? |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2008 |
| Replies: 3 Views: 1,154 Hey all,
I am trying to display a message asking if the user is sure that they want to close just before closing.
Here's what I've got...and it's only telling me that there's something wrong... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 4 Views: 1,286 Okay, i've changed the structure somewhat. here it is below:
Const TermHeading As String = _
" 3 yrs 4yrs 5yrs"
Dim principal As Double... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 4 Views: 1,286 working with this now. I'll let you know what happens
'calculates the monthly payments on a loan using
'terms of 3, 4, and 5 years and interest rates of 5% - 10%
Const... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 4 Views: 1,286 cool, thanx.
I'll try that now and let you know what happened |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 4 Views: 1,286 hey guys,
i'm working on this assignment in where I have to take a For...Next Loop and turn it into a Do While Loop. I think I've kinda got the coding down but when I try to calculate the rates... |
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2008 |
| Replies: 3 Views: 581 |
Forum: Visual Basic 4 / 5 / 6 Mar 17th, 2008 |
| Replies: 3 Views: 581 ok guys,
I've got an issue where a computation is just not working but I've used the same set up in other programs and don't truly understand the deal with this one. at the beginning of the below... |
Forum: Visual Basic 4 / 5 / 6 Mar 14th, 2008 |
| Replies: 4 Views: 998 |
Forum: Visual Basic 4 / 5 / 6 Mar 14th, 2008 |
| Replies: 4 Views: 998 |
Forum: Visual Basic 4 / 5 / 6 Mar 13th, 2008 |
| Replies: 4 Views: 998 hey guys and gals,
i'm making this program where i am asking if someone is a wholesaler and then making a computation but the compiler is telling me that there is something wrong with the argument... |
Forum: Visual Basic 4 / 5 / 6 Feb 25th, 2008 |
| Replies: 1 Views: 1,009 so in the end it if i owe $23.76, it should look like:
Dollars Quarters Dimes Nickels Pennies
23 3 0 0 ... |
Forum: Visual Basic 4 / 5 / 6 Feb 25th, 2008 |
| Replies: 1 Views: 1,009 hello all,
been working on this assignment with the VB 2005 book for about a week now and i don't really understand where to go next. it's under lesson C exercise 3 where i have to calculate the... |