Click here to Skip to main content
15,910,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionExternal Media player sdk for vb Pin
Asanka Akash Sovis5-May-18 22:27
professionalAsanka Akash Sovis5-May-18 22:27 
QuestionRe: External Media player sdk for vb Pin
Eddy Vluggen6-May-18 23:55
professionalEddy Vluggen6-May-18 23:55 
QuestionRe: External Media player sdk for vb Pin
Asanka Akash Sovis7-May-18 19:58
professionalAsanka Akash Sovis7-May-18 19:58 
AnswerRe: External Media player sdk for vb Pin
Eddy Vluggen7-May-18 22:39
professionalEddy Vluggen7-May-18 22:39 
Questionscrollable imagebox / change sizemode picturebox Pin
Michael Wild5-May-18 3:29
Michael Wild5-May-18 3:29 
QuestionHow overwrite the word after the specific word in text file... Pin
KimbleGray4-May-18 7:13
KimbleGray4-May-18 7:13 
AnswerRe: How overwrite the word after the specific word in text file... Pin
Dave Kreskowiak4-May-18 9:20
mveDave Kreskowiak4-May-18 9:20 
AnswerRe: How overwrite the word after the specific word in text file... Pin
Mycroft Holmes4-May-18 13:17
professionalMycroft Holmes4-May-18 13:17 
As Dave described, load the file into an array of lines.

Replace won't work in this case, you need to chop up the line into
Text before the characters to be replaced
text to be replaced
text after the characters to be replaced

Repeat for the ID =

Then you need to concatenate the bits together with the replacement text. This is not difficult just fiddly and will take some time to get right.
Never underestimate the power of human stupidity
RAH

GeneralRe: How overwrite the word after the specific word in text file... Pin
KimbleGray5-May-18 4:25
KimbleGray5-May-18 4:25 
GeneralRe: How overwrite the word after the specific word in text file... Pin
Mycroft Holmes5-May-18 14:30
professionalMycroft Holmes5-May-18 14:30 
GeneralRe: How overwrite the word after the specific word in text file... Pin
mo14925-May-18 16:25
mo14925-May-18 16:25 
GeneralRe: How overwrite the word after the specific word in text file... Pin
KimbleGray7-May-18 4:01
KimbleGray7-May-18 4:01 
QuestionVerify files uploaded to ftp Pin
Marcus Genovese30-Apr-18 23:34
Marcus Genovese30-Apr-18 23:34 
AnswerRe: Verify files uploaded to ftp Pin
Gerry Schmitz1-May-18 5:24
mveGerry Schmitz1-May-18 5:24 
GeneralRe: Verify files uploaded to ftp Pin
Marcus Genovese2-May-18 3:04
Marcus Genovese2-May-18 3:04 
GeneralRe: Verify files uploaded to ftp Pin
Gerry Schmitz2-May-18 8:16
mveGerry Schmitz2-May-18 8:16 
AnswerRe: Verify files uploaded to ftp Pin
Jochen Arndt2-May-18 3:36
professionalJochen Arndt2-May-18 3:36 
QuestionCombobox Values using two different SQL tables Pin
gherkin1230-Apr-18 11:44
gherkin1230-Apr-18 11:44 
Questionmath challenge Pin
santi nuñez29-Apr-18 11:35
santi nuñez29-Apr-18 11:35 
AnswerRe: math challenge Pin
Richard MacCutchan29-Apr-18 21:25
mveRichard MacCutchan29-Apr-18 21:25 
GeneralRe: math challenge Pin
santi nuñez30-Apr-18 4:31
santi nuñez30-Apr-18 4:31 
GeneralRe: math challenge Pin
Richard MacCutchan30-Apr-18 5:38
mveRichard MacCutchan30-Apr-18 5:38 
GeneralRe: math challenge Pin
santi nuñez30-Apr-18 6:43
santi nuñez30-Apr-18 6:43 
GeneralRe: math challenge Pin
Richard MacCutchan30-Apr-18 6:53
mveRichard MacCutchan30-Apr-18 6:53 
GeneralRe: math challenge Pin
santi nuñez30-Apr-18 6:55
santi nuñez30-Apr-18 6:55 

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.