Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: regarding MDI forms Pin
Dave Kreskowiak22-Sep-08 8:44
mveDave Kreskowiak22-Sep-08 8:44 
GeneralRe: regarding MDI forms Pin
marygoldg22-Sep-08 19:55
marygoldg22-Sep-08 19:55 
GeneralRe: regarding MDI forms Pin
Dave Kreskowiak23-Sep-08 1:55
mveDave Kreskowiak23-Sep-08 1:55 
QuestionSaving & Retrieving An Image Pin
Member 367504721-Sep-08 23:00
Member 367504721-Sep-08 23:00 
AnswerRe: Saving & Retrieving An Image Pin
jzonthemtn22-Sep-08 2:08
jzonthemtn22-Sep-08 2:08 
AnswerRe: Saving & Retrieving An Image Pin
Rupesh Kumar Swami22-Sep-08 3:05
Rupesh Kumar Swami22-Sep-08 3:05 
GeneralRe: Saving & Retrieving An Image Pin
EngrImad6-Nov-21 11:12
EngrImad6-Nov-21 11:12 
QuestionRunning a project from a mapped network drive Pin
Hazelrah21-Sep-08 21:02
Hazelrah21-Sep-08 21:02 
If I run this code from my computers hard drive, C:\, it detects the networked mapped drive, J:\, just fine:

Private Function FolderExists() As Boolean
    Return My.Computer.FileSystem.DirectoryExists("J:\Template_Alpha\")
End Function
' Outputs: True


But when I copy the same VB.NET project to the network mapped J:\ drive, the output changes to False. The project is located in a different folder on the J:\ drive and is not a sub folder of J:\Template_Alpha\.

I'm running VS 2008

Is there some kind of network permissions in Visual Studio I have to set to get this code to work?

-Hazelrah
AnswerRe: Running a project from a mapped network drive Pin
Johan Hakkesteegt21-Sep-08 21:51
Johan Hakkesteegt21-Sep-08 21:51 
GeneralRe: Running a project from a mapped network drive Pin
Hazelrah23-Sep-08 17:03
Hazelrah23-Sep-08 17:03 
QuestionExport sqldata to a notepad and import data from notepad to sql Pin
AnieMVC21-Sep-08 20:29
AnieMVC21-Sep-08 20:29 
AnswerRe: Export sqldata to a notepad and import data from notepad to sql Pin
Ashfield21-Sep-08 21:42
Ashfield21-Sep-08 21:42 
AnswerRe: Export sqldata to a notepad and import data from notepad to sql Pin
Johan Hakkesteegt21-Sep-08 21:53
Johan Hakkesteegt21-Sep-08 21:53 
QuestionEmail Attachment Pin
mighty_mouse21-Sep-08 18:40
mighty_mouse21-Sep-08 18:40 
RantRe: Email Attachment Pin
Zaegra21-Sep-08 19:27
Zaegra21-Sep-08 19:27 
AnswerRe: Email Attachment Pin
Ashfield21-Sep-08 21:43
Ashfield21-Sep-08 21:43 
AnswerRe: Email Attachment Pin
Smithers-Jones21-Sep-08 22:54
Smithers-Jones21-Sep-08 22:54 
GeneralRe: Email Attachment Pin
Thomas Stockwell22-Sep-08 6:15
professionalThomas Stockwell22-Sep-08 6:15 
GeneralRe: Email Attachment Pin
Smithers-Jones22-Sep-08 22:05
Smithers-Jones22-Sep-08 22:05 
AnswerRe: Email Attachment Pin
Steven J Jowett22-Sep-08 11:53
Steven J Jowett22-Sep-08 11:53 
QuestionImage Encryption and Decrypting Pin
sarfarazaliqureshi21-Sep-08 9:53
sarfarazaliqureshi21-Sep-08 9:53 
AnswerRe: Image Encryption and Decrypting Pin
jzonthemtn21-Sep-08 13:06
jzonthemtn21-Sep-08 13:06 
GeneralRe: Image Encryption and Decrypting Pin
sarfarazaliqureshi22-Sep-08 8:03
sarfarazaliqureshi22-Sep-08 8:03 
AnswerRe: Image Encryption and Decrypting Pin
Member 303106921-Sep-08 15:47
Member 303106921-Sep-08 15:47 
GeneralAbout posting code Pin
Guffa21-Sep-08 21:32
Guffa21-Sep-08 21:32 

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.