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
~471 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ferrier18

Hey Guys, I'm trying to read a Binary file located at C:\Temp\SAMPLE.DAT values in the file have been stored in format: int32,int32, Double. 1 33 172.50 2 55 40 3 77 5000 1 99 20 4 200 0 I'm trying to read the file and display the results in a …

0
91
Member Avatar for ferrier18

Hey guys, This is what im trying to achieve: Add the code that • Calculates the total amount (Price * Qty) • Then apply the following discounts: • Total is < 20 0% discount • Total in the range 20-49.99 10% discount • Total is >50 20% discount • Subtract …

Member Avatar for Jx_Man
0
117
Member Avatar for ferrier18

Hey guys, I am having trouble with this If satement. heres the code that i have so far: [code=vb] If Val(TextBox1.Text) = Val(TextBox3.Text) And Val(TextBox2.Text) = Val(TextBox4.Text) Then Label6.Text = "Students share 2 Subjects" End If If Val(TextBox1.Text) = Val(TextBox4.Text) And Val(TextBox2.Text) = Val(TextBox3.Text) Then Label6.Text = "Students share 2 …

Member Avatar for BluePaper
0
150
Member Avatar for ferrier18

Hey, I've never done any programming in my life and would greatly appreciate some help :) I have to create a windows application where there are 3 text boxes in which you enter assignment scores (numerical) and then click on a button that adds the 3 scores together and displays …

Member Avatar for Jx_Man
0
113