Forum: VB.NET Oct 25th, 2006 |
| Replies: 1 Views: 1,336 What is the exact error you are getting? And what line number is it pointing to. I'm not familiar with VB-EXCEL. Also, what is Cells()?
Should:
Cells(11, x) = 0
Be
Cells(11, x).Value = 0 |
Forum: VB.NET Oct 25th, 2006 |
| Replies: 1 Views: 1,371 Are you going to limit the amount of bullets the ship can shoot before reloading?
You will just simply need to create bullet bitmaps and create them upon a key down press or mouse click. When the... |
Forum: VB.NET Oct 10th, 2006 |
| Replies: 5 Views: 10,167 I'm assuming you are trying to get an output of -0:1...etc..etc...?
Try wrapping the difference in Math.abs() and then concatenating a '-' at the if the output is negative. |
Forum: VB.NET Sep 21st, 2006 |
| Replies: 2 Views: 929 Hello, I am not really sure what you mean? But you can grab userinput via the control's text property.
IE:
Me.txtTest.Text |
Forum: VB.NET Dec 2nd, 2005 |
| Replies: 1 Views: 4,735 I don't want to give you the exact answer but your going to need two temp variables to hold the last two numbers of the sequence, also another var to add each number. It's not a difficult... |
Forum: Community Introductions Sep 8th, 2005 |
| Replies: 2 Views: 1,300 Hello,
I just thought I would listen to the big yellow banner telling me to introduce myself. I'm Danny Cassidy, I'm a php/mysql programmer. I especially like programming for vBulletin. I'm also... |