Click here to Skip to main content
15,909,829 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Socket Programming in Visual Basic 6.0 Pin
Fade (Amit BS)16-Apr-04 23:22
Fade (Amit BS)16-Apr-04 23:22 
GeneralRe: Socket Programming in Visual Basic 6.0 Pin
jimpar17-Apr-04 5:08
jimpar17-Apr-04 5:08 
GeneralRe: Socket Programming in Visual Basic 6.0 Pin
kishore007sai29-Dec-13 22:05
professionalkishore007sai29-Dec-13 22:05 
Generalopen Words/Excel with button click Pin
GaryKoh15-Apr-04 7:56
GaryKoh15-Apr-04 7:56 
GeneralRe: open Words/Excel with button click Pin
-Dr_X-16-Apr-04 2:39
-Dr_X-16-Apr-04 2:39 
GeneralRe: open Words/Excel with button click Pin
GaryKoh16-Apr-04 3:23
GaryKoh16-Apr-04 3:23 
GeneralPrinting a text file with a Console Application Pin
he9ap0015-Apr-04 4:07
he9ap0015-Apr-04 4:07 
GeneralRe: Printing a text file with a Console Application Pin
e-Mickey15-Apr-04 17:59
e-Mickey15-Apr-04 17:59 
Hi
are you wanting to dump the entire content out to the console? if so, you can use the stream reader class to read in the text file and dump that file using the console.writeline command..here's the code for it...

Dim _strmReader As New StreamReader("c:\test.txt")
Console.WriteLine(_strmReader.ReadToEnd)
_strmReader.Close()
_strmReader = Nothing
Console.ReadLine()

Smile | :)
Generalgregorian date to hijrian date Pin
mmmmmmelaithy15-Apr-04 2:56
sussmmmmmmelaithy15-Apr-04 2:56 
GeneralConsuming a C# webservice from VBScript Pin
magicscreen15-Apr-04 2:51
magicscreen15-Apr-04 2:51 
GeneralRe: Consuming a C# webservice from VBScript Pin
T Manjaly15-Apr-04 12:50
T Manjaly15-Apr-04 12:50 
QuestionHow to add multiple child command in VBdata report Pin
Member 138609014-Apr-04 23:33
Member 138609014-Apr-04 23:33 
GeneralwebBrowser Control Pin
suhasiniPrasad14-Apr-04 23:25
suhasiniPrasad14-Apr-04 23:25 
GeneralRe: webBrowser Control Pin
Dave Kreskowiak15-Apr-04 13:39
mveDave Kreskowiak15-Apr-04 13:39 
GeneralVB menu Pin
shinay14-Apr-04 23:14
shinay14-Apr-04 23:14 
Generalneed help for .NET setup Pin
payal sheth14-Apr-04 22:58
payal sheth14-Apr-04 22:58 
GeneralCallback in Remoting [VB.net] Pin
mehalthakor14-Apr-04 22:20
mehalthakor14-Apr-04 22:20 
GeneralRe: Callback in Remoting [VB.net] Pin
Guillermo Rivero15-Apr-04 9:39
Guillermo Rivero15-Apr-04 9:39 
GeneralDatagrid Pin
trg503014-Apr-04 19:24
trg503014-Apr-04 19:24 
GeneralRe: Datagrid Pin
rjnsi16-Apr-04 4:57
rjnsi16-Apr-04 4:57 
GeneralUsing app.config Pin
Codemonkey8514-Apr-04 13:23
Codemonkey8514-Apr-04 13:23 
GeneralRe: Using app.config Pin
Colin Angus Mackay14-Apr-04 23:20
Colin Angus Mackay14-Apr-04 23:20 
GeneralRe: Using app.config Pin
Codemonkey8515-Apr-04 5:38
Codemonkey8515-Apr-04 5:38 
GeneralRe: Using app.config Pin
Steven Campbell15-Apr-04 8:35
Steven Campbell15-Apr-04 8:35 
GeneralRe: Using app.config Pin
T Manjaly15-Apr-04 12:06
T Manjaly15-Apr-04 12:06 

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.