Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~172 People Reached
Favorite Forums
Favorite Tags
Member Avatar for reaper.x550

Hey, im doing an assignment that requires to make a vending machine :eek: yeah, its all over here. However can anyone tell me whats wrong with this code? [code] purchase = [COLOR=#0000ff]if[/COLOR] price <= money [COLOR=#0000ff]Then[/COLOR] money = money - price [COLOR=#0000ff]Else[/COLOR] [COLOR=#0000ff]If[/COLOR] price >= money [COLOR=#0000ff]Then[/COLOR] TextBox1.Text = [COLOR=#800000]"Sorry! …

Member Avatar for QVeen72
0
95
Member Avatar for tally

I have created 5 different projects in VB in Visual Studio. Pretty basic stuff, but all have different functions that they perform. I have added all projects into one solution just to show them in a linear fashion to management for evaluation. I really do look up basically everything I've …

0
42
Member Avatar for tally

I need to be able to confirm to enduser selecteditem from listbox. I have a textbox and picturebox to show selected item but only get standard text for dataset. How to convert to text and eventually save to new table for estimate?

0
35