2010-11-11, 05:01 PM
Basically, this is what I am supposed to do:
What I have so far (and I think I'm doing this wrong, I just hit a dead-end at the percentage):
![[Image: osupvb.png]](http://img684.imageshack.us/img684/4391/osupvb.png)
![[Image: osupvb2.png]](http://img408.imageshack.us/img408/8427/osupvb2.png)
The set that grey'd out area as lblRetail, because in the book, the Retail Price number is the answer.
Quote:Write an application that accepts from the user the wholesale cost of an item and its markup percentage. (For example, if an item's wholesale cost is $5 and its retail price is $10, the the markup is 100%.
When the user clicks the Get Retail button, the program should do the following:
-Verify that the values entered by the user for the wholesale cost and the markup % are numeric and not negative [I'm assuming I'm going to Dim my two textboxes + label as Decimal.]
-Call the CalcRetail button
-Display the retail cost as returned from the function
What I have so far (and I think I'm doing this wrong, I just hit a dead-end at the percentage):
![[Image: osupvb.png]](http://img684.imageshack.us/img684/4391/osupvb.png)
![[Image: osupvb2.png]](http://img408.imageshack.us/img408/8427/osupvb2.png)
The set that grey'd out area as lblRetail, because in the book, the Retail Price number is the answer.

