Forum: VB.NET May 5th, 2008 |
| Replies: 17 Views: 3,681 is it solved ? or you still have problem :S |
Forum: VB.NET Mar 1st, 2008 |
| Replies: 3 Views: 770 maybe you trying to read while you reached the end of file ,
i think this return length on byte , try this
fLen1 = Int(f1.Length / 4) |
Forum: Geeks' Lounge Feb 15th, 2008 |
| Replies: 48 Views: 5,587 |
Forum: VB.NET Aug 23rd, 2007 |
| Replies: 2 Views: 727 according to this link (http://www.homeandlearn.co.uk/NET/nets4p12.html) DidWork is integer variable
Dim DidWork As Integer = openFD.ShowDialog()
so in this line If DidWork <> DialogResult.Cancel... |
Forum: VB.NET Apr 22nd, 2007 |
| Replies: 4 Views: 7,400 thats becouse array.Reverse needs an argument and the other thing it does not produce value so you can't assign it to strRevText
here is problem too , here u do not show the result !
after... |