Forum: VB.NET Mar 16th, 2009 |
| Replies: 5 Views: 2,505 So, please mark it as solved :) |
Forum: VB.NET Feb 21st, 2009 |
| Replies: 11 Views: 781 See that it may help http://geekswithblogs.net/mtreadwell/archive/2004/06/06/6123.aspx |
Forum: VB.NET Jan 31st, 2009 |
| Replies: 3 Views: 755 Look, you reached to very good phase.. what you need is to know how to go through nested directories. I believe you can do it on your own. |
Forum: VB.NET Jan 29th, 2009 |
| Replies: 4 Views: 385 ASP.NET forum http://www.daniweb.com/forums/forum18.html |
Forum: VB.NET Jan 13th, 2009 |
| Replies: 3 Views: 2,544 1- Please when embedding code, use code tags to make yout code readable
Dim result As Decimal
result = Decimal.Divide(Decimal.Parse(TextBox1.Text), Decimal.Parse(TextBox2.Text))
... |
Forum: VB.NET Feb 1st, 2008 |
| Replies: 6 Views: 2,660 http://fci-h.blogspot.com/2007/06/how-to-play-flash-swf-inside-c.html |
Forum: VB.NET Dec 14th, 2007 |
| Replies: 3 Views: 2,742 I think you use localization feature in your application and it doesn't recognize "en-CB" language. |