Click here to Skip to main content
15,881,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Date Pin
The ANZAC6-Mar-07 17:57
The ANZAC6-Mar-07 17:57 
GeneralRe: Date Pin
ChandraRam5-Mar-07 23:33
ChandraRam5-Mar-07 23:33 
GeneralRe: Date Pin
Richard Jones6-Mar-07 3:57
Richard Jones6-Mar-07 3:57 
GeneralRe: Date Pin
Colin Angus Mackay6-Mar-07 13:22
Colin Angus Mackay6-Mar-07 13:22 
AnswerRe: Date Pin
Guffa6-Mar-07 0:58
Guffa6-Mar-07 0:58 
QuestionVB .NET Updating Outlook Records Pin
George B Gilbert5-Mar-07 18:20
George B Gilbert5-Mar-07 18:20 
AnswerRe: VB .NET Updating Outlook Records Pin
Johan Hakkesteegt6-Mar-07 2:25
Johan Hakkesteegt6-Mar-07 2:25 
Questionissue in saving an xml Pin
ArchaBhandare5-Mar-07 17:39
ArchaBhandare5-Mar-07 17:39 
I had written about this earlier, but the application does not work..
I have the server return in its response, an url to an xml file, say
urlPath = "http://abc.xyz.com/tmp/ordera5fgscfs122dfbvgefsdsd.xml"

I want that when the client receives the url to an xml string in the response it saves the xml file to a particular location specified earlier; say
folderPath = "C:\"

I am using the following code:

Dim xmlDocToSave As MSXML2.DOMDocument40

xmlDocToSave.loadXML (urlPath)
xmlDocToSave.save (folderPath)

But this is not saving the xml file into the folder location.
Can anyone please help, I want to know how should I save the xml file sent by the server. It is urgent
AnswerRe: issue in saving an xml Pin
Dave Kreskowiak6-Mar-07 2:36
mveDave Kreskowiak6-Mar-07 2:36 
GeneralRe: issue in saving an xml Pin
ArchaBhandare6-Mar-07 19:54
ArchaBhandare6-Mar-07 19:54 
QuestionEventhandler on custom control Pin
Jodd5-Mar-07 16:04
Jodd5-Mar-07 16:04 
AnswerRe: Eventhandler on custom control Pin
TwoFaced5-Mar-07 18:37
TwoFaced5-Mar-07 18:37 
GeneralRe: Eventhandler on custom control Pin
Jodd6-Mar-07 2:28
Jodd6-Mar-07 2:28 
QuestionVB.NET INSTALLER Pin
7prince5-Mar-07 15:48
7prince5-Mar-07 15:48 
AnswerRe: VB.NET INSTALLER Pin
jack_claudine5-Mar-07 21:59
jack_claudine5-Mar-07 21:59 
AnswerRe: VB.NET INSTALLER Pin
Dave Kreskowiak6-Mar-07 2:32
mveDave Kreskowiak6-Mar-07 2:32 
QuestionChanging MSHFlexGrid so it doesn't select the first non-fixed row when clicking in a fixed row Pin
Barry True5-Mar-07 13:50
Barry True5-Mar-07 13:50 
QuestionUNC path to the application problem Pin
alexfromto5-Mar-07 12:03
alexfromto5-Mar-07 12:03 
AnswerRe: UNC path to the application problem Pin
Dave Kreskowiak6-Mar-07 2:30
mveDave Kreskowiak6-Mar-07 2:30 
GeneralRe: UNC path to the application problem Pin
alexfromto6-Mar-07 3:00
alexfromto6-Mar-07 3:00 
Questionlistview image change exsiting Pin
FeRtoll5-Mar-07 11:37
FeRtoll5-Mar-07 11:37 
AnswerRe: listview image change exsiting Pin
FeRtoll5-Mar-07 20:30
FeRtoll5-Mar-07 20:30 
GeneralRe: listview image change exsiting Pin
jack_claudine5-Mar-07 22:06
jack_claudine5-Mar-07 22:06 
QuestionCreating "virtual pages" Pin
grantg5-Mar-07 9:57
grantg5-Mar-07 9:57 
AnswerRe: Creating "virtual pages" Pin
Dave Kreskowiak5-Mar-07 14:00
mveDave Kreskowiak5-Mar-07 14:00 

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.