Click here to Skip to main content
15,889,034 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHelp....Datagrid and Ado question Pin
Anonymous13-May-04 23:38
Anonymous13-May-04 23:38 
GeneralHardware configuration Pin
pasho13-May-04 17:16
pasho13-May-04 17:16 
GeneralRe: Hardware configuration Pin
superwinsock13-May-04 22:31
superwinsock13-May-04 22:31 
GeneralRe: Hardware configuration Pin
Dave Kreskowiak14-May-04 8:11
mveDave Kreskowiak14-May-04 8:11 
GeneralRe: Hardware configuration Pin
pasho14-May-04 16:34
pasho14-May-04 16:34 
GeneralRe: Hardware configuration Pin
pasho14-May-04 16:38
pasho14-May-04 16:38 
GeneralMouse Wheel Scroll event in crystal report viewer Pin
Asif Rehman13-May-04 16:53
Asif Rehman13-May-04 16:53 
Generalstreamwriter problem Pin
Xun Ding13-May-04 9:50
Xun Ding13-May-04 9:50 
I wonder why streamwriter.writeline does not do what it is supposed to do? For example, in the following code, I try to write 5000 lines to a file, then I found after writing about 4800 lines, the precedure exits without any error. This did not caught my attention until the other day I tried to write some database records to a text file and it never finish writing up all of the records. However, response.write would faithly do the work for me. Why?

Private Sub testSW()
Dim i As Integer
Dim sw As StreamWriter

sw = New StreamWriter("c:\test.txt")

For j = 1 To 5000
sw.WriteLine(j & " test@test.com")
Next
End Sub
GeneralRe: streamwriter problem Pin
Daniel Turini13-May-04 10:22
Daniel Turini13-May-04 10:22 
GeneralRe: streamwriter problem Pin
Xun Ding13-May-04 10:48
Xun Ding13-May-04 10:48 
GeneralForms display Pin
Member 109674913-May-04 9:31
Member 109674913-May-04 9:31 
GeneralRe: Forms display Pin
Dave Kreskowiak13-May-04 11:50
mveDave Kreskowiak13-May-04 11:50 
QuestionImage problem??? Pin
Small Rat13-May-04 9:24
Small Rat13-May-04 9:24 
GeneralKodak AxImgEditLibCtl question Pin
kowplunk13-May-04 7:57
kowplunk13-May-04 7:57 
GeneralRe: Kodak AxImgEditLibCtl question Pin
kowplunk13-May-04 8:01
kowplunk13-May-04 8:01 
GeneralMicrosoft Outlook 9.0 Object Library Pin
Brent Lamborn13-May-04 6:00
Brent Lamborn13-May-04 6:00 
GeneralRe: Microsoft Outlook 9.0 Object Library Pin
Dave Kreskowiak13-May-04 6:57
mveDave Kreskowiak13-May-04 6:57 
GeneralRe: Microsoft Outlook 9.0 Object Library Pin
xfitr214-May-04 7:42
xfitr214-May-04 7:42 
GeneralRe: Microsoft Outlook 9.0 Object Library Pin
Brent Lamborn14-May-04 15:19
Brent Lamborn14-May-04 15:19 
GeneralVB.NET Excell Cell Formatting Pin
CSHighCommand13-May-04 5:08
CSHighCommand13-May-04 5:08 
GeneralRe: VB.NET Excell Cell Formatting Pin
Dave Kreskowiak13-May-04 6:54
mveDave Kreskowiak13-May-04 6:54 
GeneralRe: VB.NET Excell Cell Formatting Pin
John Kuhn13-May-04 14:53
John Kuhn13-May-04 14:53 
GeneralRe: VB.NET Excell Cell Formatting Pin
Dave Kreskowiak14-May-04 0:03
mveDave Kreskowiak14-May-04 0:03 
GeneralRe: VB.NET Excell Cell Formatting Pin
mattfc14-May-04 9:09
mattfc14-May-04 9:09 
GeneralFind in Word Pin
RichardGrimmer13-May-04 2:54
RichardGrimmer13-May-04 2:54 

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.