Click here to Skip to main content
15,920,636 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Access denied. Pin
Aaron1281-Sep-06 2:43
Aaron1281-Sep-06 2:43 
Questionhow to create database during setup installation Pin
md_refay28-Aug-06 7:45
md_refay28-Aug-06 7:45 
AnswerRe: how to create database during setup installation Pin
Polymorpher28-Aug-06 17:09
Polymorpher28-Aug-06 17:09 
GeneralRe: how to create database during setup installation Pin
Navi1528-Aug-06 19:01
Navi1528-Aug-06 19:01 
Questionvb.net templete... Pin
CCG328-Aug-06 3:57
CCG328-Aug-06 3:57 
QuestionAsync thread safe operation help please [modified] Pin
g12net28-Aug-06 3:22
g12net28-Aug-06 3:22 
QuestionCreate A CSV File in Window Appliaction Pin
HatakeKaKaShi28-Aug-06 1:10
HatakeKaKaShi28-Aug-06 1:10 
AnswerRe: Create A CSV File in Window Appliaction Pin
g12net28-Aug-06 3:29
g12net28-Aug-06 3:29 
Hi There

Bascially a csv file is a plain text file holding records line by line, each field on the line seperated by a comma (,)

You need to open/create a file using the system.io objects
use a datareader of sorts to access your dataset tables row by row
create a string of each row like so:

field1,field2,field3,field4....etc

then write that line to the file, each line = 1 row
then capture the next row and recreate your string with fields seperated by , (commas) and so forth. I could easily write the code here but I think you would learn more if you attempt it. Its easier than it sounds

QuestionHow to see data properly in text box Pin
Nabeel_nab28-Aug-06 0:06
Nabeel_nab28-Aug-06 0:06 
AnswerRe: How to see data properly in text box Pin
Navi1528-Aug-06 1:46
Navi1528-Aug-06 1:46 
QuestionComboBox Column in DataGridView Pin
Maira K27-Aug-06 20:28
Maira K27-Aug-06 20:28 
QuestionCould not release a dbf file Pin
HieuGSE27-Aug-06 16:17
HieuGSE27-Aug-06 16:17 
AnswerRe: Could not release a dbf file Pin
g12net28-Aug-06 3:33
g12net28-Aug-06 3:33 
GeneralRe: Could not release a dbf file Pin
HieuGSE29-Aug-06 19:16
HieuGSE29-Aug-06 19:16 
Questiondelete multiple record on access- vb6 [modified] Pin
campbells27-Aug-06 15:20
campbells27-Aug-06 15:20 
AnswerRe: delete multiple record on access- vb6 Pin
Ray Cassick27-Aug-06 16:30
Ray Cassick27-Aug-06 16:30 
GeneralRe: delete multiple record on access- vb6 Pin
Ray Cassick27-Aug-06 17:38
Ray Cassick27-Aug-06 17:38 
GeneralRe: delete multiple record on access- vb6 Pin
Guffa27-Aug-06 18:24
Guffa27-Aug-06 18:24 
AnswerRe: delete multiple record on access- vb6 Pin
Guffa28-Aug-06 2:03
Guffa28-Aug-06 2:03 
GeneralRe: delete multiple record on access- vb6 Pin
Guffa28-Aug-06 21:56
Guffa28-Aug-06 21:56 
GeneralRe: delete multiple record on access- vb6 Pin
Guffa29-Aug-06 3:43
Guffa29-Aug-06 3:43 
GeneralRe: delete multiple record on access- vb6 Pin
Guffa29-Aug-06 21:25
Guffa29-Aug-06 21:25 
Questionhelp data report AND crystal report Pin
very_short_life27-Aug-06 14:07
very_short_life27-Aug-06 14:07 
QuestionPassing data from class1 to another class's Form textbox Pin
NSiggel27-Aug-06 9:17
NSiggel27-Aug-06 9:17 
AnswerRe: Passing data from class1 to another class's Form textbox Pin
Ray Cassick27-Aug-06 11:17
Ray Cassick27-Aug-06 11:17 

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.