Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Exit constructor in abstract class Pin
Enver Maroshi26-Oct-09 0:07
Enver Maroshi26-Oct-09 0:07 
QuestionEnvent Handles Pin
mrvalles22-Oct-09 10:26
mrvalles22-Oct-09 10:26 
AnswerRe: Envent Handles Pin
Dave Kreskowiak22-Oct-09 11:02
mveDave Kreskowiak22-Oct-09 11:02 
Questioncopy and paste the contents of a.txt into b.txt Pin
offroaderdan22-Oct-09 9:49
offroaderdan22-Oct-09 9:49 
AnswerRe: copy and paste the contents of a.txt into b.txt Pin
Eddy Vluggen22-Oct-09 10:58
professionalEddy Vluggen22-Oct-09 10:58 
AnswerRe: copy and paste the contents of a.txt into b.txt Pin
Dave Kreskowiak22-Oct-09 10:59
mveDave Kreskowiak22-Oct-09 10:59 
AnswerRe: copy and paste the contents of a.txt into b.txt Pin
Christian Graus22-Oct-09 12:17
protectorChristian Graus22-Oct-09 12:17 
QuestionAdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 6:11
Les Singletary22-Oct-09 6:11 
This is the code:

With Adodc1.Recordset
.MoveFirst()
Do While .EOF = False
Debug.Print(.Fields("Name").Value)
.MoveNext()
Loop
End With

The problem: Adodc1.Recordset.Eof is never set to False thus the loop never ends. Is this a bug in VB or is there some option/parameter that I'm not using?
AnswerRe: AdoDc in VB Express 2008 Eof not set Pin
Henry Minute22-Oct-09 6:51
Henry Minute22-Oct-09 6:51 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 7:11
Les Singletary22-Oct-09 7:11 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Henry Minute22-Oct-09 9:36
Henry Minute22-Oct-09 9:36 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 10:33
Les Singletary22-Oct-09 10:33 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 10:56
mveDave Kreskowiak22-Oct-09 10:56 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 11:05
Les Singletary22-Oct-09 11:05 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 12:39
mveDave Kreskowiak22-Oct-09 12:39 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Henry Minute22-Oct-09 11:30
Henry Minute22-Oct-09 11:30 
AnswerRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 9:31
mveDave Kreskowiak22-Oct-09 9:31 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 10:24
Les Singletary22-Oct-09 10:24 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 10:55
mveDave Kreskowiak22-Oct-09 10:55 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 11:13
Les Singletary22-Oct-09 11:13 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 12:41
mveDave Kreskowiak22-Oct-09 12:41 
AnswerRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 11:33
Les Singletary22-Oct-09 11:33 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 15:05
Les Singletary22-Oct-09 15:05 
Questionaaaahhhhhhhhh copy and pasting and reading and writing in txt documents Pin
offroaderdan22-Oct-09 5:48
offroaderdan22-Oct-09 5:48 
AnswerRe: aaaahhhhhhhhh copy and pasting and reading and writing in txt documents Pin
dan!sh 22-Oct-09 7:08
professional dan!sh 22-Oct-09 7:08 

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.