Click here to Skip to main content
15,913,773 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRecording a Phone Call Pin
S.Rajeshwar30-Apr-07 1:55
S.Rajeshwar30-Apr-07 1:55 
AnswerRe: Recording a Phone Call Pin
Ray Cassick30-Apr-07 4:21
Ray Cassick30-Apr-07 4:21 
QuestionRe: Recording a Phone Call Pin
S.Rajeshwar30-Apr-07 19:48
S.Rajeshwar30-Apr-07 19:48 
AnswerRe: Recording a Phone Call Pin
Ray Cassick30-Apr-07 20:07
Ray Cassick30-Apr-07 20:07 
QuestionRe: Recording a Phone Call Pin
S.Rajeshwar30-Apr-07 22:42
S.Rajeshwar30-Apr-07 22:42 
AnswerRe: Recording a Phone Call Pin
Ray Cassick2-May-07 13:52
Ray Cassick2-May-07 13:52 
Questioncopy line from one txt file and place it to another txt file Pin
pankajs3k29-Apr-07 23:45
pankajs3k29-Apr-07 23:45 
AnswerRe: copy line from one txt file and place it to another txt file Pin
Christian Graus30-Apr-07 0:21
protectorChristian Graus30-Apr-07 0:21 
You can't. You can read any line you want, then you need to read the second text file, insert the line, then write the entire file. You can't just insert a line into a file.

VB2005 has My.FileSystem to do this stuff with. But, it makes more sense to use System.IO.File.ReadAllText and WriteAllText directly, so you know where it is if you ever need to use C#.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: copy line from one txt file and place it to another txt file Pin
pankajs3k6-May-07 21:25
pankajs3k6-May-07 21:25 
GeneralRe: copy line from one txt file and place it to another txt file Pin
Christian Graus7-May-07 1:09
protectorChristian Graus7-May-07 1:09 
QuestionNeed help for Importing .DAT files Pin
Jats_4ru29-Apr-07 23:31
Jats_4ru29-Apr-07 23:31 
AnswerRe: Need help for Importing .DAT files Pin
Colin Angus Mackay29-Apr-07 23:56
Colin Angus Mackay29-Apr-07 23:56 
QuestionRe: Need help for Importing .DAT files Pin
Jats_4ru30-Apr-07 1:11
Jats_4ru30-Apr-07 1:11 
AnswerRe: Need help for Importing .DAT files Pin
Colin Angus Mackay30-Apr-07 3:24
Colin Angus Mackay30-Apr-07 3:24 
QuestionCheck selected item of combobox Pin
Manfr3d29-Apr-07 23:28
Manfr3d29-Apr-07 23:28 
AnswerRe: Check selected item of combobox Pin
Colin Angus Mackay30-Apr-07 0:00
Colin Angus Mackay30-Apr-07 0:00 
Questionhelp in convertiting the vb code in vb.net Pin
Suhail Shahab29-Apr-07 21:55
Suhail Shahab29-Apr-07 21:55 
AnswerRe: help in convertiting the vb code in vb.net Pin
Christian Graus30-Apr-07 0:22
protectorChristian Graus30-Apr-07 0:22 
Questionhow to detect storage device name in smart device Pin
laurensia inge29-Apr-07 21:08
laurensia inge29-Apr-07 21:08 
Questionremaining free space on HD Pin
charchabil0329-Apr-07 20:56
charchabil0329-Apr-07 20:56 
AnswerRe: remaining free space on HD [modified] Pin
Sonia Gupta29-Apr-07 21:52
Sonia Gupta29-Apr-07 21:52 
AnswerRe: remaining free space on HD Pin
johnjsm30-Apr-07 7:25
johnjsm30-Apr-07 7:25 
QuestionHow to populate listbox with it's filepath Pin
x86phre3x29-Apr-07 20:37
x86phre3x29-Apr-07 20:37 
AnswerRe: How to populate listbox with it's filepath Pin
Christian Graus29-Apr-07 20:59
protectorChristian Graus29-Apr-07 20:59 
AnswerRe: How to populate listbox with it's filepath Pin
A*****29-Apr-07 21:13
A*****29-Apr-07 21:13 

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.