Click here to Skip to main content
15,915,076 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Getting DOS output Pin
johnjsm20-Apr-07 11:10
johnjsm20-Apr-07 11:10 
QuestionHow do you add code snippets Pin
directred20-Apr-07 1:25
directred20-Apr-07 1:25 
AnswerRe: How do you add code snippets Pin
Dave Kreskowiak20-Apr-07 4:28
mveDave Kreskowiak20-Apr-07 4:28 
QuestionUPLOADING IMAGE USING OPEN FILE DIALOG Pin
klaydze19-Apr-07 22:10
klaydze19-Apr-07 22:10 
AnswerRe: UPLOADING IMAGE USING OPEN FILE DIALOG Pin
Christian Graus19-Apr-07 23:52
protectorChristian Graus19-Apr-07 23:52 
GeneralRe: UPLOADING IMAGE USING OPEN FILE DIALOG Pin
klaydze20-Apr-07 15:46
klaydze20-Apr-07 15:46 
QuestionDirectory share and fileshare problem [modified] Pin
battulga19-Apr-07 21:56
battulga19-Apr-07 21:56 
AnswerRe: Directory share and fileshare problem Pin
Dave Kreskowiak20-Apr-07 3:43
mveDave Kreskowiak20-Apr-07 3:43 
If your example code is accurate, then you've shared out the folder "C:\New Folder" with a share name of "foldersharename". You then tried to open the folder from another machine using the wrong name. You have to use the sharename in the UNC path, not the folder name.
\\server\sharename\subfolder\subfolder\file



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Directory share and fileshare problem Pin
battulga20-Apr-07 21:05
battulga20-Apr-07 21:05 
GeneralRe: Directory share and fileshare problem Pin
Craster23-Apr-07 5:06
Craster23-Apr-07 5:06 
QuestionResize Image Pin
nitin_ion19-Apr-07 19:53
nitin_ion19-Apr-07 19:53 
AnswerRe: Resize Image Pin
Christian Graus19-Apr-07 19:59
protectorChristian Graus19-Apr-07 19:59 
GeneralRe: Resize Image Pin
nitin_ion21-Apr-07 21:02
nitin_ion21-Apr-07 21:02 
GeneralRe: Resize Image Pin
Christian Graus21-Apr-07 23:53
protectorChristian Graus21-Apr-07 23:53 
GeneralRe: Resize Image Pin
TwoFaced22-Apr-07 7:04
TwoFaced22-Apr-07 7:04 
GeneralRe: Resize Image Pin
Christian Graus22-Apr-07 12:09
protectorChristian Graus22-Apr-07 12:09 
QuestionComplex Calculator Pin
Aptiva Dave19-Apr-07 17:29
Aptiva Dave19-Apr-07 17:29 
AnswerRe: Complex Calculator Pin
The ANZAC19-Apr-07 19:11
The ANZAC19-Apr-07 19:11 
AnswerRe: Complex Calculator Pin
The ANZAC20-Apr-07 0:53
The ANZAC20-Apr-07 0:53 
GeneralRe: Complex Calculator Pin
Aptiva Dave20-Apr-07 14:51
Aptiva Dave20-Apr-07 14:51 
GeneralRe: Complex Calculator Pin
Aptiva Dave21-Apr-07 18:36
Aptiva Dave21-Apr-07 18:36 
QuestionRowChanged DataTable Event proplme Pin
ora-dbaabode19-Apr-07 13:38
ora-dbaabode19-Apr-07 13:38 
AnswerRe: RowChanged DataTable Event proplme Pin
Polymorpher19-Apr-07 16:25
Polymorpher19-Apr-07 16:25 
QuestionDLL Initialization Pin
Polymorpher19-Apr-07 12:16
Polymorpher19-Apr-07 12:16 
AnswerRe: DLL Initialization Pin
Dave Kreskowiak19-Apr-07 14:50
mveDave Kreskowiak19-Apr-07 14:50 

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.