Forum: VB.NET Aug 25th, 2009 |
| Replies: 1 Views: 312 MS doesn't put a limit on forms but rather total objects.
You can go here for the info:
http://msdn.microsoft.com/en-us/library/aa716295%28VS.60%29.aspx |
Forum: VB.NET Aug 25th, 2009 |
| Replies: 2 Views: 418 "SELECT * FROM user&pass where username = 'admin'"
Is the table named user&pass?
You might try enclosing it in brackets.
"SELECT * FROM [user&pass] where username = 'admin'" |
Forum: VB.NET Nov 24th, 2008 |
| Replies: 5 Views: 667 flagged as spam? Does that mean my question is spam? I hope not.
Anyway, I've been playing with it a bit and heres what I came up with for the minimum files.
I created a directory for my app. ... |
Forum: VB.NET Nov 23rd, 2008 |
| Replies: 5 Views: 667 Well, the download itself contains the runtime and the compiler and tools and such. There are vague instructions on the mono web site about it at
http://www.mono-project.com/Small_footprint
But... |
Forum: VB.NET Nov 22nd, 2008 |
| Replies: 5 Views: 667 Hey All,
Does anyone know, or have a link to an article, that would tell me how to distibute a .net MONO application? The full package of Mono is like 75 MB but I know al lot of that is the... |