Click here to Skip to main content
15,905,229 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionwhere is my toolbar images Pin
Greeky9-Apr-06 2:46
Greeky9-Apr-06 2:46 
AnswerRe: where is my toolbar images Pin
Joshua Quick9-Apr-06 11:14
Joshua Quick9-Apr-06 11:14 
Questionplease help Alt Pass Pin
Amarni9-Apr-06 2:05
Amarni9-Apr-06 2:05 
AnswerRe: please help Alt Pass Pin
Joshua Quick9-Apr-06 11:21
Joshua Quick9-Apr-06 11:21 
Questiontreeview Pin
Amarni9-Apr-06 1:18
Amarni9-Apr-06 1:18 
AnswerRe: treeview Pin
Robert Rohde9-Apr-06 22:49
Robert Rohde9-Apr-06 22:49 
Questiontechnique used for encryption and decryption using ASCII values in Steganography Pin
archana rani8-Apr-06 23:25
archana rani8-Apr-06 23:25 
Questionfile handling question Pin
vijnathan8-Apr-06 22:18
vijnathan8-Apr-06 22:18 
how can i delete a line from text using vb.net
if line starting with specific string or character
ex line starting with "a" character.
Dim fs As New FileStream(OpenFileDialog1.FileName, FileMode.Open, FileAccess.ReadWrite)
Dim d As New StreamReader(fs) d.BaseStream.Seek(0, SeekOrigin.Begin) While d.Peek() > -1
If d.ReadLine.Chars(1) = "o" Then RichTextBox1.Text &= d.ReadLine End If End While
d.Close()
i read line from 1 file and redirect to another file





reply me to sahteesh@hotmail.com
AnswerRe: file handling question Pin
sssssssandy9-Apr-06 21:10
sssssssandy9-Apr-06 21:10 
QuestionShowdown - When logout Pin
Vandankiran8-Apr-06 21:39
Vandankiran8-Apr-06 21:39 
AnswerRe: Showdown - When logout Pin
CWIZO9-Apr-06 2:52
CWIZO9-Apr-06 2:52 
AnswerRe: Commport Pin
progload9-Apr-06 6:31
progload9-Apr-06 6:31 
Questionsending serial data using rs232 Pin
hackerz838-Apr-06 21:09
hackerz838-Apr-06 21:09 
AnswerRe: sending serial data using rs232 Pin
Joshua Quick9-Apr-06 11:32
Joshua Quick9-Apr-06 11:32 
GeneralRe: sending serial data using rs232 Pin
hackerz839-Apr-06 20:54
hackerz839-Apr-06 20:54 
AnswerRe: sending serial data using rs232 Pin
Joshua Quick9-Apr-06 23:21
Joshua Quick9-Apr-06 23:21 
QuestionVB.NET: COM Interop. Sink event to COM Client Pin
mdepaepe8-Apr-06 19:03
mdepaepe8-Apr-06 19:03 
QuestionIn Code Behind, What is proper select statement syntax to retrieve the @BName field from a table? Pin
kenn_rosie8-Apr-06 17:04
kenn_rosie8-Apr-06 17:04 
AnswerRe: In Code Behind, What is proper select statement syntax to retrieve the @BName field from a table? Pin
kenn_rosie8-Apr-06 17:49
kenn_rosie8-Apr-06 17:49 
GeneralRe: In Code Behind, What is proper select statement syntax to retrieve the @BName field from a table? Pin
Colin Angus Mackay8-Apr-06 19:09
Colin Angus Mackay8-Apr-06 19:09 
QuestionPanel control movement problem Pin
MWashburn8-Apr-06 14:30
MWashburn8-Apr-06 14:30 
QuestionHow to Capture image from WebCam Or IP Camera Pin
WindDance8-Apr-06 2:12
WindDance8-Apr-06 2:12 
QuestionHow can Remoting From vb.net code Pin
Arag038-Apr-06 1:15
Arag038-Apr-06 1:15 
AnswerRe: How can Remoting From vb.net code Pin
Colin Angus Mackay8-Apr-06 19:11
Colin Angus Mackay8-Apr-06 19:11 
QuestionCrystal Report Problem Pin
microuser_20008-Apr-06 1:09
microuser_20008-Apr-06 1:09 

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.