Click here to Skip to main content
15,908,901 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalhelp on event handling Pin
bspro27-Jul-05 3:15
bspro27-Jul-05 3:15 
GeneralRe: help on event handling Pin
Briga27-Jul-05 3:42
Briga27-Jul-05 3:42 
GeneralRe: help on event handling Pin
bspro29-Jul-05 21:18
bspro29-Jul-05 21:18 
GeneralDLL Version Information Pin
Nagendra Kamath K27-Jul-05 2:05
Nagendra Kamath K27-Jul-05 2:05 
GeneralRe: DLL Version Information Pin
progload27-Jul-05 12:18
progload27-Jul-05 12:18 
GeneralRe: DLL Version Information Pin
Nagendra Kamath K27-Jul-05 22:15
Nagendra Kamath K27-Jul-05 22:15 
GeneralXML File Creation Pin
Mythri.B.L27-Jul-05 1:25
Mythri.B.L27-Jul-05 1:25 
GeneralRe: XML File Creation Pin
Briga27-Jul-05 3:39
Briga27-Jul-05 3:39 
your question is very generic to me, thus the reply may be not exactly what you were looking for.....

1) create a dataset to hold the data (at design time or run time)
2) populate the dataset
3) save it to an xml file

let's suppose you created a dataset called a with a table called b and a single text field named c

dim ma as new a ' create the dataset
ma.b.addbrow("test") ' populate it
ma.writexml(filename) ' save it to xml

Briga


GeneralXML file creation Pin
Anonymous27-Jul-05 1:23
Anonymous27-Jul-05 1:23 
GeneralUploading a File Pin
Raj_deepak26-Jul-05 23:29
Raj_deepak26-Jul-05 23:29 
GeneralRe: Uploading a File Pin
Dave Kreskowiak27-Jul-05 6:55
mveDave Kreskowiak27-Jul-05 6:55 
GeneralResolving hostname through a proxy server Pin
Fu Manchu26-Jul-05 23:27
Fu Manchu26-Jul-05 23:27 
GeneralSleep in VBScript Pin
Spaz8026-Jul-05 22:27
Spaz8026-Jul-05 22:27 
GeneralRe: Sleep in VBScript Pin
Dave Kreskowiak27-Jul-05 6:53
mveDave Kreskowiak27-Jul-05 6:53 
Generalunicode conversion Pin
justzain26-Jul-05 22:09
justzain26-Jul-05 22:09 
Generalvb6 call out side *.lib Pin
justzain26-Jul-05 21:49
justzain26-Jul-05 21:49 
GeneralRe: vb6 call out side *.lib Pin
Dave Kreskowiak27-Jul-05 6:50
mveDave Kreskowiak27-Jul-05 6:50 
GeneralVBScript : launch an exe and display the output Pin
Jerome Conus26-Jul-05 21:34
Jerome Conus26-Jul-05 21:34 
QuestionWhy could not use DataTable? Pin
rushing26-Jul-05 20:44
rushing26-Jul-05 20:44 
AnswerRe: Why could not use DataTable? Pin
progload27-Jul-05 4:05
progload27-Jul-05 4:05 
QuestionHow to set the printpreviewdialog to fullscreen? Pin
rushing26-Jul-05 17:01
rushing26-Jul-05 17:01 
AnswerRe: How to set the printpreviewdialog to fullscreen? Pin
Briga27-Jul-05 3:34
Briga27-Jul-05 3:34 
Generalcaptur datagrid double click and key press Pin
samithaslk26-Jul-05 16:34
samithaslk26-Jul-05 16:34 
GeneralSql Connection1 Pin
LordLothar26-Jul-05 16:27
LordLothar26-Jul-05 16:27 
GeneralRe: Sql Connection1 Pin
| Muhammad Waqas Butt |27-Jul-05 4:33
professional| Muhammad Waqas Butt |27-Jul-05 4:33 

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.