Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score LINQ - GetDirectories that contain specific files
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 ...
Score Get url for pdf file from AxSHDocVw.AxWebBrowser
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 ...
Score Problem using System.Environment.SystemDirectory
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 ...
Next » 2 3 4 5 6 7 8 9 10