Click here to Skip to main content
15,900,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with ADO, ADO.NET and VB.NET Pin
Steven Campbell12-Jul-04 8:11
Steven Campbell12-Jul-04 8:11 
GeneralMSDE and VB.NET Standard Edition Pin
ellisonc12-Jul-04 7:25
ellisonc12-Jul-04 7:25 
GeneralRe: MSDE and VB.NET Standard Edition Pin
Steven Campbell12-Jul-04 7:35
Steven Campbell12-Jul-04 7:35 
GeneralRe: MSDE and VB.NET Standard Edition Pin
Carl Mercier12-Jul-04 7:51
Carl Mercier12-Jul-04 7:51 
GeneralRe: MSDE and VB.NET Standard Edition Pin
ellisonc12-Jul-04 9:39
ellisonc12-Jul-04 9:39 
GeneralRe: MSDE and VB.NET Standard Edition Pin
Steven Campbell12-Jul-04 9:56
Steven Campbell12-Jul-04 9:56 
GeneralRe: MSDE and VB.NET Standard Edition Pin
ellisonc12-Jul-04 11:25
ellisonc12-Jul-04 11:25 
QuestionAccessing a network drive letter??? Pin
Britnt712-Jul-04 5:50
Britnt712-Jul-04 5:50 
This is my code in VB.Net:
Dim dirDate As Date = Now()
dirStrDate = String.Format("D:\test\{0}", dirDate.ToString("MMyy"))
If System.IO.Directory.Exists(dirStrDate) Then
   Textbox1.Text = "Directory Found!"
End If
Everything works on my local drive, but how do I search a network drive? If I use
dirStrDate = String.Format("K:\test\{0}", dirDate.ToString("MMyy")), it doesn't fail but nothing ever returns, even if the directory does exist on that drive.

Any help aprecciated. ThanksSmile | :)
AnswerRe: Accessing a network drive letter??? Pin
Dave Kreskowiak12-Jul-04 6:08
mveDave Kreskowiak12-Jul-04 6:08 
GeneralRe: Accessing a network drive letter??? Pin
Britnt712-Jul-04 7:06
Britnt712-Jul-04 7:06 
GeneralRe: Accessing a network drive letter??? Pin
Britnt712-Jul-04 7:22
Britnt712-Jul-04 7:22 
GeneralRe: Accessing a network drive letter??? Pin
Dave Kreskowiak12-Jul-04 10:29
mveDave Kreskowiak12-Jul-04 10:29 
GeneralSystem.OutOfMemoryException Pin
Brad Fackrell12-Jul-04 4:44
Brad Fackrell12-Jul-04 4:44 
GeneralRe: System.OutOfMemoryException Pin
Dave Kreskowiak12-Jul-04 6:04
mveDave Kreskowiak12-Jul-04 6:04 
GeneralRe: System.OutOfMemoryException Pin
Brad Fackrell12-Jul-04 6:17
Brad Fackrell12-Jul-04 6:17 
GeneralRe: System.OutOfMemoryException Pin
Brad Fackrell12-Jul-04 6:56
Brad Fackrell12-Jul-04 6:56 
GeneralRe: System.OutOfMemoryException Pin
beowulfagate12-Jul-04 13:46
beowulfagate12-Jul-04 13:46 
GeneralRe: System.OutOfMemoryException Pin
Brad Fackrell13-Jul-04 7:58
Brad Fackrell13-Jul-04 7:58 
GeneralWeb browser credentials Pin
wizard_nz12-Jul-04 0:09
wizard_nz12-Jul-04 0:09 
QuestionOpenFileDialog and StartUpPath of Windows Service? Pin
mythinky11-Jul-04 23:37
mythinky11-Jul-04 23:37 
AnswerRe: OpenFileDialog and StartUpPath of Windows Service? Pin
Syed Abdul Khader11-Jul-04 23:55
Syed Abdul Khader11-Jul-04 23:55 
AnswerRe: OpenFileDialog and StartUpPath of Windows Service? Pin
Dave Kreskowiak12-Jul-04 6:49
mveDave Kreskowiak12-Jul-04 6:49 
GeneralError in deploying to Pocket PC Pin
Member 53081011-Jul-04 22:13
Member 53081011-Jul-04 22:13 
GeneralRe: Error in deploying to Pocket PC Pin
Dave Kreskowiak12-Jul-04 0:56
mveDave Kreskowiak12-Jul-04 0:56 
GeneralRe: Error in deploying to Pocket PC Pin
12-Jul-04 1:43
suss12-Jul-04 1:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.