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

Visual Basic

 
AnswerRe: Create A CSV File in Window Appliaction Pin
g12net28-Aug-06 3:29
g12net28-Aug-06 3:29 
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 
Problem solve to delete multiple record at once:


Set rr = DB.OpenRecordset("SELECT * from DO where [NO] = " & dono.Text)
Do
rr.Delete
rr.MoveNext

Loop Until (rr.EOF)
rr.Close
Set rr = Nothing


-- modified at 22:56 Tuesday 29th August, 2006
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 
QuestionOperation not yet implemented When I use Crystal Reports 10 to Print Or Export Pin
nsr2006nsr27-Aug-06 8:53
nsr2006nsr27-Aug-06 8:53 
Questionchanging naming convention of auto-generated controls by datasets Pin
x86a6427-Aug-06 4:00
x86a6427-Aug-06 4:00 
AnswerRe: changing naming convention of auto-generated controls by datasets Pin
Ray Cassick27-Aug-06 11:20
Ray Cassick27-Aug-06 11:20 
QuestionAutomate Visio in Vb.Net 2005 Pin
riyaz_786_p27-Aug-06 1:45
riyaz_786_p27-Aug-06 1:45 
AnswerRe: Automate Visio in Vb.Net 2005 Pin
Christian Graus27-Aug-06 2:18
protectorChristian Graus27-Aug-06 2:18 
QuestionCalculating values in a datagrid Pin
Psyfo27-Aug-06 0:26
Psyfo27-Aug-06 0:26 
AnswerRe: Calculating values in a datagrid [modified] Pin
Scott Page28-Aug-06 15:50
professionalScott Page28-Aug-06 15: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.