Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Database Access / April 2008



Tip: Looking for answers? Try searching our database.

Visual Basic 6 Help Required!!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
minaxi87 - 11 Apr 2008 18:34 GMT
Hi,
I doing a assignment at college, that requires me to create a
application that sells d.v.ds, calculates the income and quantity
sold.

I'm completely confused!

At the moment all I have is:

'variables

   Dim NoExorcistSold As Integer
   Dim NoHalloweenSold As Integer
   Dim NoGrudgeSold As Integer
   Dim NoElmstreetSold As Integer
   Dim NoHostelSold As Integer
   Dim NoHillshaveSold As Integer
   Dim NoFriendsSold As Integer
   Dim NoLostSold As Integer
   Dim No

   Dim ExorcistIncome As Integer
   Dim HalloweenIncome As Integer
   Dim GrudgeIncome As Integer
   Dim ElmstreetIncome As Integer
   Dim HostelIncome As Integer
   Dim HillshaveIncome As Integer

Private Sub Form_Load()

'set number as 0 when program is opened
   NoExorcistSold = 0
   NoHalloweenSold = 0
   NoGrudgeSold = 0
   NoElmstreetSold = 0
   NoHostelSold = 0
   NoHillshaveSold = 0

End Sub

Private Sub CmdBuyExorcist_Click()
   If QuantityExorcist.Text = "" Then
   MsgBox "Please enter quantity required"

NoExorcistSold = NoExorcistSold * QuantityExorcist.Text

-------------------------------------------------
i need the messagebox to display the quantity entered into a textbox.

any help would be much appriciated.

thank you.
Jan Hyde (VB MVP) - 14 Apr 2008 09:06 GMT
minaxi87 <fieasta_01@hotmail.com>'s wild thoughts were
released on Fri, 11 Apr 2008 10:34:57 -0700 (PDT) bearing
the following fruit:

>Hi,
>I doing a assignment at college, that requires me to create a
>application that sells d.v.ds, calculates the income and quantity
>sold.
>
>I'm completely confused!

Please don't multipost.

J

>At the moment all I have is:
>
[quoted text clipped - 41 lines]
>
>thank you.

--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.