|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
Scott Rymer -
1 May 2009 7:04 PM - 2 messages
I'm currently loading a treeview with a directory tree which excludes user defined paths: Private Sub AddFolders(ByVal ParentNode As TreeNode) 'Load the Folders to exclude from the listview Dim xFolders = From f In ...
LN Mike -
29 Apr 2009 9:27 PM - 21 messages
VB.Net 2003 My "Collect PDF" app collects pdf files from several web sites, most of the web sites provide a src tag in the web page before the pdf is displayed in my web control (AxSHDocVw.AxWebBrowser). Once my app has the url, it downloads ...
moondaddy -
29 Apr 2009 3:24 PM - 2 messages
Using vb.net 2.0 and trying to get the drive letter the OS is installed on, so from a console app I'm trying this: Dim systemDirectory As String = Environment.SystemDirectory However, systemDirectory is coming up null. when I put a watch on ...
|
|||||||||||||||||||||||