Click here to Skip to main content
15,923,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to search a file Pin
Robert Rohde15-May-06 4:02
Robert Rohde15-May-06 4:02 
GeneralRe: how to search a file Pin
himuskanhere15-May-06 17:39
himuskanhere15-May-06 17:39 
QuestionHow to show a form without taking the focus? Pin
cylix200014-May-06 23:04
cylix200014-May-06 23:04 
AnswerRe: How to show a form without taking the focus? Pin
sathish s14-May-06 23:34
sathish s14-May-06 23:34 
GeneralRe: How to show a form without taking the focus? Pin
cylix200015-May-06 2:24
cylix200015-May-06 2:24 
GeneralRe: How to show a form without taking the focus? Pin
sathish s15-May-06 3:17
sathish s15-May-06 3:17 
QuestionList view and textpad Pin
Amarni14-May-06 22:43
Amarni14-May-06 22:43 
AnswerRe: List view and textpad Pin
Rizwan Bashir14-May-06 23:33
Rizwan Bashir14-May-06 23:33 
you can read the text file like this

Dim fl As IO.StreamReader
Dim txt As IO.File
fl = txt.OpenText("C:\abc.txt")
while fl.read or fl.readline ( writing over here so done remember)
lstview.items.add(fl.readline)
end while

if you are talking about textpad software then you might need to explore the API for that.

Rizwan Bashir
QuestionTELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 21:42
Altrustic00714-May-06 21:42 
AnswerRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 21:45
professionalNormDroid14-May-06 21:45 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 22:57
Altrustic00714-May-06 22:57 
GeneralRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 23:09
professionalNormDroid14-May-06 23:09 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 23:17
Altrustic00714-May-06 23:17 
GeneralRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 23:27
professionalNormDroid14-May-06 23:27 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00715-May-06 0:04
Altrustic00715-May-06 0:04 
QuestionDelete confirmation box Pin
Amit Agarrwal14-May-06 21:34
Amit Agarrwal14-May-06 21:34 
AnswerRe: Delete confirmation box Pin
nicko14-May-06 21:55
nicko14-May-06 21:55 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal14-May-06 22:40
Amit Agarrwal14-May-06 22:40 
GeneralRe: Delete confirmation box Pin
nicko14-May-06 22:54
nicko14-May-06 22:54 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal14-May-06 23:54
Amit Agarrwal14-May-06 23:54 
AnswerRe: Delete confirmation box Pin
albCode15-May-06 0:07
albCode15-May-06 0:07 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal15-May-06 0:10
Amit Agarrwal15-May-06 0:10 
GeneralRe: Delete confirmation box Pin
albCode15-May-06 2:23
albCode15-May-06 2:23 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal15-May-06 3:17
Amit Agarrwal15-May-06 3:17 
QuestionGet Handle of Forms Pin
minhnguyen0814-May-06 20:46
minhnguyen0814-May-06 20:46 

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.