Click here to Skip to main content
15,909,498 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Searching word Pin
Xmen Real 1-Oct-06 8:50
professional Xmen Real 1-Oct-06 8:50 
AnswerRe: Searching word Pin
Dave Kreskowiak1-Oct-06 9:12
mveDave Kreskowiak1-Oct-06 9:12 
GeneralRe: Searching word Pin
Guffa1-Oct-06 10:21
Guffa1-Oct-06 10:21 
GeneralRe: Searching word Pin
Dave Kreskowiak1-Oct-06 10:27
mveDave Kreskowiak1-Oct-06 10:27 
GeneralRe: Searching word Pin
Guffa1-Oct-06 11:23
Guffa1-Oct-06 11:23 
GeneralRe: Searching word Pin
Dave Kreskowiak1-Oct-06 12:53
mveDave Kreskowiak1-Oct-06 12:53 
GeneralRe: Searching word Pin
Xmen Real 1-Oct-06 18:04
professional Xmen Real 1-Oct-06 18:04 
GeneralRe: Searching word Pin
Dave Kreskowiak2-Oct-06 2:56
mveDave Kreskowiak2-Oct-06 2:56 
Look at what your stringing together to get this:
text1.Text = text1.Text & InStr(text1.Text, "abcd") & Microsoft.VisualBasic.ChrW(13) & result.Text

First first part:
Text1 = The text in Text1 & Instr(blah,blah) & ...
This say take the existing text in Text1 and append the value returned by InStr, which returns a number 0-n. This is what's giving you the abcd1 and returning an ever longer string in Text1.





Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Searching word Pin
Xmen Real 2-Oct-06 4:27
professional Xmen Real 2-Oct-06 4:27 
GeneralRe: Searching word Pin
Dave Kreskowiak2-Oct-06 4:48
mveDave Kreskowiak2-Oct-06 4:48 
GeneralRe: Searching word Pin
Xmen Real 2-Oct-06 9:00
professional Xmen Real 2-Oct-06 9:00 
QuestionSYSTEM DIR. Pin
msleem30-Sep-06 13:42
msleem30-Sep-06 13:42 
AnswerRe: SYSTEM DIR. Pin
Dave Kreskowiak1-Oct-06 14:27
mveDave Kreskowiak1-Oct-06 14:27 
Questionreading data from a dataset [modified] Pin
jon-8030-Sep-06 7:51
professionaljon-8030-Sep-06 7:51 
AnswerRe: reading data from a dataset Pin
freefika30-Sep-06 9:53
freefika30-Sep-06 9:53 
QuestionForm1 And Form2 Pin
Xmen Real 30-Sep-06 7:27
professional Xmen Real 30-Sep-06 7:27 
AnswerRe: Form1 And Form2 Pin
Christian Graus30-Sep-06 11:44
protectorChristian Graus30-Sep-06 11:44 
GeneralRe: Form1 And Form2 Pin
Xmen Real 30-Sep-06 16:51
professional Xmen Real 30-Sep-06 16:51 
GeneralRe: Form1 And Form2 Pin
darkelv30-Sep-06 19:50
darkelv30-Sep-06 19:50 
GeneralRe: Form1 And Form2 [modified] Pin
Xmen Real 30-Sep-06 22:58
professional Xmen Real 30-Sep-06 22:58 
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 9:34
protectorChristian Graus1-Oct-06 9:34 
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 9:42
protectorChristian Graus1-Oct-06 9:42 
GeneralRe: Form1 And Form2 Pin
Xmen Real 1-Oct-06 19:55
professional Xmen Real 1-Oct-06 19:55 
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 21:34
protectorChristian Graus1-Oct-06 21:34 
GeneralRe: Form1 And Form2 Pin
Xmen Real 1-Oct-06 21:55
professional Xmen Real 1-Oct-06 21: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.