Forum: VB.NET Apr 18th, 2007 |
| Replies: 3 Views: 2,075 yaa...
its gr8 na.......what gr8 suggestion u made..simply marvelous...
i can only judge one thing from this .....software industry is goona get ruine one day due to programmers like... |
Forum: VB.NET Apr 16th, 2007 |
| Replies: 13 Views: 9,578 u can do one thing...
open the file/doc in input mode...
read line by line...
in every check weather ur string is present using instr(line,string)
it returns value > 0 if string is found. |
Forum: VB.NET Apr 16th, 2007 |
| Replies: 3 Views: 2,075 Can anyone help me in integreation of vb.net and Autocad.
i want to read autocad's digrame's dimentions through vb.net or vb 6.0.it emergency |
Forum: VB.NET Apr 11th, 2007 |
| Replies: 9 Views: 7,561 Private Sub ExtractZIPfiles(ByVal pathList() As String)
Dim x As New ICSharpCode.SharpZipLib.Zip.FastZip
Dim strFullDirectoryPath As String = Path.GetFullPath("C:\temp")
For Each s As String In... |
Forum: VB.NET Apr 10th, 2007 |
| Replies: 4 Views: 11,790 in vb.net 2005 crystal report is built in so u don't nedd to install it externally . u try it agin u will find it in vb.net itself |