Forum: VB.NET Nov 6th, 2008 |
| Replies: 0 Views: 724 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
... |
Forum: VB.NET Apr 8th, 2008 |
| Replies: 3 Views: 770 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... |
Forum: VB.NET Mar 22nd, 2008 |
| Replies: 1 Views: 1,007 Hey guys, I am having trouble with this If satement. heres the code that i have so far:
If Val(TextBox1.Text) = Val(TextBox3.Text) And Val(TextBox2.Text) = Val(TextBox4.Text) Then
... |
Forum: VB.NET Mar 7th, 2008 |
| Replies: 3 Views: 471 Hey Guys, Sorry for not being very specific... I figured out the addition code just before your post Jx_Man...But thank you still. I had it almost right, i just didn't have 'val' before each... |
Forum: VB.NET Mar 6th, 2008 |
| Replies: 3 Views: 471 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... |