Forum: VB.NET Jul 16th, 2007 |
| Replies: 3 Views: 1,529 It looks like you never declared the datatype of loSQL. |
Forum: VB.NET Jul 1st, 2007 |
| Replies: 3 Views: 2,877 |
Forum: VB.NET Jun 17th, 2007 |
| Replies: 2 Views: 808 You say that
if input is <= 0 then
whatever error message.
Anything entered that is not an integer, when the data type is integer, it is considered less than (or in some cases equal to) 0 if... |
Forum: VB.NET Jun 9th, 2007 |
| Replies: 2 Views: 679 If I were you I would start by looking up tutorials online. They're everywhere on the internet and vbnet also offers its own tutorials where you can create your first few applications yourself. Once... |
Forum: VB.NET Apr 18th, 2007 |
| Replies: 0 Views: 632 Yay! I made my first program. It's the quadratic formula for the console. What should I try to make next? Oh yeah, and when it opens the console thingamajig it always closes on its own as soon as the... |