Click here to Skip to main content
15,888,037 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: error while converting string xml to xml using xelement Pin
Richard MacCutchan19-Jul-11 9:29
mveRichard MacCutchan19-Jul-11 9:29 
AnswerRe: error while converting string xml to xml using xelement Pin
Dave Kreskowiak19-Jul-11 7:04
mveDave Kreskowiak19-Jul-11 7:04 
Questionhow to make usercontrols in vb6 Pin
karaikudiselva18-Jul-11 23:40
karaikudiselva18-Jul-11 23:40 
AnswerRe: how to make usercontrols in vb6 Pin
Nagy Vilmos19-Jul-11 0:22
professionalNagy Vilmos19-Jul-11 0:22 
AnswerRe: how to make usercontrols in vb6 Pin
Dalek Dave23-Aug-11 11:30
professionalDalek Dave23-Aug-11 11:30 
Questioncompare voice from mic with a wav file Pin
speedydc1018-Jul-11 12:58
speedydc1018-Jul-11 12:58 
AnswerRe: compare voice from mic with a wav file Pin
Dave Kreskowiak18-Jul-11 18:30
mveDave Kreskowiak18-Jul-11 18:30 
QuestionIs it possible to copy a file to a destination that includes a shortcut? Pin
Jon_Boy18-Jul-11 6:52
Jon_Boy18-Jul-11 6:52 
Is it possible to copy a file to a destination that includes a shortcut link in the path? For example, below the \Staged\ is actually Staged.LNK that points to a diff. server. I normally would use the UNC path but am being asked to do this specifically. User has full rights on the directory as well.
<br />
'Statement fails.<br />
System.IO.File.Copy("\\Server\Data Dumps\86355 - Shipment Notice Detail 07.18.2011 11.15.15.108.xml", "C:\Documents and Settings\John Doe\Desktop\Staged\86355 - Shipment Notice Detail 07.18.2011 11.15.15.108.xml")<br />
<br />
'If I add-in Staged.LNK, the statement fails, without .LNK, VB creates an actual folder called Staged and copies the file into that folder vs. using the shortcut path (to a diff. server).<br />
My.Computer.FileSystem.CopyFile("\\Server\Data Dumps\86355 - Shipment Notice Detail 07.18.2011 11.15.15.108.xml", "C:\Documents and Settings\John Doe\Desktop\Staged\86355 - Shipment Notice Detail 07.18.2011 11.15.15.108.xml")<br />


Thanks for any help or comments.
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

AnswerRe: Is it possible to copy a file to a destination that includes a shortcut? Pin
Eddy Vluggen18-Jul-11 7:46
professionalEddy Vluggen18-Jul-11 7:46 
GeneralRe: Is it possible to copy a file to a destination that includes a shortcut? Pin
Jon_Boy19-Jul-11 2:37
Jon_Boy19-Jul-11 2:37 
GeneralRe: Is it possible to copy a file to a destination that includes a shortcut? Pin
Eddy Vluggen19-Jul-11 6:19
professionalEddy Vluggen19-Jul-11 6:19 
QuestionChange Form Title Bar Color [modified] Pin
ivo7517-Jul-11 21:01
ivo7517-Jul-11 21:01 
AnswerRe: Change Form Title Bar Color Pin
Dave Kreskowiak18-Jul-11 2:13
mveDave Kreskowiak18-Jul-11 2:13 
GeneralRe: Change Form Title Bar Color Pin
ivo7518-Jul-11 2:25
ivo7518-Jul-11 2:25 
GeneralRe: Change Form Title Bar Color Pin
Dave Kreskowiak18-Jul-11 6:57
mveDave Kreskowiak18-Jul-11 6:57 
Questionread access denied to com port in vbs [modified] Pin
sonisan15-Jul-11 23:27
sonisan15-Jul-11 23:27 
AnswerRe: read access denied to com port in vbs Pin
Dave Kreskowiak16-Jul-11 11:11
mveDave Kreskowiak16-Jul-11 11:11 
GeneralRe: read access denied to com port in vbs Pin
sonisan16-Jul-11 22:06
sonisan16-Jul-11 22:06 
QuestionBrowser with advanced tab Pin
ObscureA9215-Jul-11 20:38
ObscureA9215-Jul-11 20:38 
GeneralRe: Browser with advanced tab Pin
Shameel16-Jul-11 4:14
professionalShameel16-Jul-11 4:14 
GeneralRe: Browser with advanced tab Pin
ObscureA9216-Jul-11 7:26
ObscureA9216-Jul-11 7:26 
GeneralRe: Browser with advanced tab Pin
Shameel16-Jul-11 8:40
professionalShameel16-Jul-11 8:40 
GeneralRe: Browser with advanced tab Pin
ObscureA9216-Jul-11 12:08
ObscureA9216-Jul-11 12:08 
GeneralRe: Browser with advanced tab Pin
Shameel16-Jul-11 21:01
professionalShameel16-Jul-11 21:01 
Questionthis code Pin
albertodiprima15-Jul-11 5:21
albertodiprima15-Jul-11 5:21 

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.