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

Visual Basic

 
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 
AnswerRe: file handling question Pin
sssssssandy9-Apr-06 21:10
sssssssandy9-Apr-06 21:10 
hi sahtish, read ur question.I m suggesting a solution for the first time and hope it will solve ur problem becoz i have implemented similar code in my project.Sorry i wont be able to give the code right now but here is the logic for it.

if u want to delete a line starting from a specified char then use streamreader read method.the method always returns next char so if the next char is line terminator and next to it is the specified char then delete the line.

if u want to delete a line starting from a specified string then use streamreader readline method.the method always returns next line now if the line starts with specified string then delete the line.

to delete the line u may need to edit the text file using streamwriter's write or writeline method.

i hope this will solve ur problem and if it doesnt then mail me i will give u the complete code for it

bye

sandeep

email : sandeep_gaadhe@yahoo.com
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 
Questionsmall error Pin
Amit Agarrwal7-Apr-06 23:39
Amit Agarrwal7-Apr-06 23:39 

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.