Click here to Skip to main content
16,004,991 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: launching an External application Pin
chepps24-Aug-06 2:42
chepps24-Aug-06 2:42 
QuestionHow to limit the usage of CPU? Pin
cylix200024-Aug-06 0:04
cylix200024-Aug-06 0:04 
AnswerRe: How to limit the usage of CPU? Pin
Dave Kreskowiak24-Aug-06 5:08
mveDave Kreskowiak24-Aug-06 5:08 
QuestionHow to ask user to install .NET framework? Pin
cylix200024-Aug-06 0:04
cylix200024-Aug-06 0:04 
AnswerRe: How to ask user to install .NET framework? Pin
Christian Graus24-Aug-06 1:59
protectorChristian Graus24-Aug-06 1:59 
QuestionHowto with a textbox? [modified] Pin
Phantisy23-Aug-06 23:32
Phantisy23-Aug-06 23:32 
AnswerRe: Howto with a textbox? Pin
mr_lasseter24-Aug-06 2:27
mr_lasseter24-Aug-06 2:27 
GeneralRe: Howto with a textbox? Pin
Phantisy24-Aug-06 14:41
Phantisy24-Aug-06 14:41 
Maybe I need to explain with better details.

I have a text document with about 200 lines.
for example here are some of the lines.

First Name: John
Last Name: Doe
State: CA
City: Hollywood

First Name: Jane
Last Name: Doe
State: GA
City: Atlanta

Now I have a load button and when I click the button this a open file dialog opens up and I select the file. Then it loops through and grabs the first and last names and puts them into a a drop down box. Then I select a certain person it it loop through until it finds that person and then will fill in the rest of the fields.

Like if I select John Doe in the drop down it will fill in the State textbox and the rest I have for that person. What I want to be able to do is if I click a save button it will search for the person and then reweite the line under neath that person.

From what I understand I should load the entire text file into a variable then search the variable line by line and change the text in the variable then write the entire variable back to the text document. I have no idea how to search the variable line by line so I tried to do thin in a hidden textbox and cant figure out how to search the textbox line by line.

I know how to do everything except search a variable ot textbox line by line. I know how to search a text file line by line and I am pretty sure it doesnt work the same for a textbox or variable.

If this makes no sense or you dont understand plase let me know.
GeneralRe: Howto with a textbox? Pin
mr_lasseter25-Aug-06 2:47
mr_lasseter25-Aug-06 2:47 
QuestionSetting envir var through VB prog in a batch script Pin
P.Meyenburg23-Aug-06 21:34
P.Meyenburg23-Aug-06 21:34 
AnswerRe: Setting envir var through VB prog in a batch script Pin
Dave Kreskowiak24-Aug-06 5:03
mveDave Kreskowiak24-Aug-06 5:03 
GeneralRe: Setting envir var through VB prog in a batch script Pin
P.Meyenburg24-Aug-06 22:45
P.Meyenburg24-Aug-06 22:45 
GeneralRe: Setting envir var through VB prog in a batch script Pin
Dave Kreskowiak25-Aug-06 9:31
mveDave Kreskowiak25-Aug-06 9:31 
QuestionRetrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Alex Feature23-Aug-06 21:14
Alex Feature23-Aug-06 21:14 
AnswerRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Christian Graus23-Aug-06 21:38
protectorChristian Graus23-Aug-06 21:38 
GeneralRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Alex Feature23-Aug-06 22:13
Alex Feature23-Aug-06 22:13 
GeneralRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Christian Graus23-Aug-06 22:31
protectorChristian Graus23-Aug-06 22:31 
GeneralRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Alex Feature24-Aug-06 20:06
Alex Feature24-Aug-06 20:06 
QuestionHow to edit legend of graph in crystal reports (vb.net 2005) Pin
riyaz_786_p23-Aug-06 19:27
riyaz_786_p23-Aug-06 19:27 
QuestionAppDomain Question [modified] Pin
mtone23-Aug-06 16:45
mtone23-Aug-06 16:45 
AnswerRe: AppDomain Question Pin
Dave Kreskowiak24-Aug-06 4:37
mveDave Kreskowiak24-Aug-06 4:37 
GeneralRe: AppDomain Question Pin
mtone24-Aug-06 6:40
mtone24-Aug-06 6:40 
GeneralRe: AppDomain Question Pin
Dave Kreskowiak24-Aug-06 7:20
mveDave Kreskowiak24-Aug-06 7:20 
GeneralRe: AppDomain Question Pin
mtone24-Aug-06 7:31
mtone24-Aug-06 7:31 
GeneralRe: AppDomain Question Pin
Dave Kreskowiak24-Aug-06 8:08
mveDave Kreskowiak24-Aug-06 8:08 

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.