Hello everyone........Fisrt I wanted to thank you all for helping with my last assignment. I am now working on this new one and I have the class code mostly done but I am having some trouble with a few things....Would anyone be interested in looking at what i have done so far and maybe give me a push in the right direction?
I will send you what my Instructor sent out to me this afternoon as an example of how to use the class.....he said there should be one Class.......actually I will send you the Class I made and Zip up the file my Instructor sent out and I will most definatley "sp" see what I can do with the finished project you sent. THANK YOU!!!!
Public Class CNames
'Sandwhich Prices
Private Const mc_decSOnePrice As Decimal = 3D
Private Const mc_decSTwoPrice As Decimal = 3.5D
Private Const mc_decSThreePrice As Decimal = 3.95D
Private Const mc_decSFourPrice As Decimal = 4.5D
'Sandwhich Names
Private Const mc_sSanName1 As String = "Glinda, the Good Sanwhich"
Private Const mc_sSanName2 As String = "The Wicked Sandwitch of the west"
Private Const mc_sSanName3 As String = "Hagatha"
Private Const mc_sSanName4 As String = "Burt"
'Bread Prices
Private Const mc_dBreadOnePrice As Decimal = 0.25D
Private Const mc_dBreadTwoPrice As Decimal = 0.55D
Private Const mc_dBreadThreePrice As Decimal = 0.4D
'Bread Names
Private Const mc_sBreadOne As String = "white"
Private Const mc_sBreadTwo As String = "Wheat"
Private Const mc_sBreadThree As String = "Rye"
'Cheese Price
Private Const mc_decCheesePrice As Decimal = 0.75D
'Extra Cheese Price
Private Const mc_decExtraCheese As Decimal = 0.75D
'Condiments
Private Const mc_decCondimentPrice As Decimal = 0.1D
'Condiment Names
Private Const mc_sConName1 As String = "Tomatoes"
Private Const mc_sConName2 As String = "Pickles"
Private Const mc_sConName3 As String = "Onions"
Private Const mc_sConName4 As String = "Anchovies"
Public ReadOnly Property sSandwhichName(ByVal pv_iID As Integer, ByVal pv_iID As String) As Integer
Get
If pv_iID = 1 Then
Hi , thanx for the kiss
I was away for the last days .Did I promise to send you my class? I guess so
here you go , I coded it myself and I want everyone give it a look and send me back any comments coz this is my forth class.
If you got confused of any part just show me that line .
Have Fun.
Pirate