Click here to Skip to main content
15,887,294 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionReportviewer stoped working... [modified] - Solved 11/25/2009 Pin
alexvw24-Nov-09 14:22
alexvw24-Nov-09 14:22 
AnswerRe: Reportviewer stoped working... Pin
Johan Hakkesteegt24-Nov-09 23:27
Johan Hakkesteegt24-Nov-09 23:27 
GeneralRe: Reportviewer stoped working... Pin
alexvw25-Nov-09 11:49
alexvw25-Nov-09 11:49 
QuestionMy VB6 sucks - what is this? Array("hello") Pin
gvanto24-Nov-09 14:04
gvanto24-Nov-09 14:04 
AnswerRe: My VB6 sucks - what is this? Array("hello") Pin
Johan Hakkesteegt24-Nov-09 21:50
Johan Hakkesteegt24-Nov-09 21:50 
AnswerRe: My VB6 sucks - what is this? Array("hello") Pin
Shameel24-Nov-09 23:30
professionalShameel24-Nov-09 23:30 
AnswerRe: My VB6 sucks - what is this? Array("hello") Pin
Dave Doknjas25-Nov-09 11:15
Dave Doknjas25-Nov-09 11:15 
Questiontextbox tab highlight text Pin
PAguilar0924-Nov-09 12:52
PAguilar0924-Nov-09 12:52 
Hello everyone i am currently trying to figure out to highlight text in a textbox when the user tabs over from textbox to textbox? For example lets say there are 4 TEXTBOXs and the first one displays teh name, 2nd = last name, 3rd= telephone, 4th= GPA, so when the user wants to add another record to the database and after entering in a NEW FIRST NAME, he/she tabs to the lastname text box and IT WOULD HIGHLIGHT THE TEXT and then he could just start entering in new text without having to erase(BACK SPACE what is der)

here is my code of what i got so far. Right now after saving using a button and he tabs it goes and hightlights the text of the FIRSTNAME TEXT BOX
 private sub btnSave_Click(blah blah blah)

        txtFirst.Focus()
        txtFirst.SelectAll() 'selects text in firstname text box after hitting the SAVE BUTTON'

End Sub



I dunno if i would have to use something like TabIndexChanged and tell it to highlight the text?? or what? THANKS
AnswerRe: textbox tab highlight text Pin
Luc Pattyn24-Nov-09 13:48
sitebuilderLuc Pattyn24-Nov-09 13:48 
GeneralRe: textbox tab highlight text Pin
PAguilar0924-Nov-09 14:04
PAguilar0924-Nov-09 14:04 
GeneralRe: textbox tab highlight text Pin
Luc Pattyn24-Nov-09 14:42
sitebuilderLuc Pattyn24-Nov-09 14:42 
Questionmodify a Variable in a specific line in a text file Pin
IvanIT24-Nov-09 7:14
IvanIT24-Nov-09 7:14 
AnswerRe: modify a Variable in a specific line in a text file Pin
Dave Kreskowiak24-Nov-09 7:25
mveDave Kreskowiak24-Nov-09 7:25 
GeneralRe: modify a Variable in a specific line in a text file Pin
EliottA24-Nov-09 7:56
EliottA24-Nov-09 7:56 
GeneralRe: modify a Variable in a specific line in a text file Pin
Dave Kreskowiak24-Nov-09 9:40
mveDave Kreskowiak24-Nov-09 9:40 
AnswerRe: modify a Variable in a specific line in a text file Pin
Luc Pattyn24-Nov-09 10:39
sitebuilderLuc Pattyn24-Nov-09 10:39 
GeneralRe: modify a Variable in a specific line in a text file [modified] Pin
IvanIT25-Nov-09 3:30
IvanIT25-Nov-09 3:30 
GeneralRe: modify a Variable in a specific line in a text file Pin
IvanIT25-Nov-09 6:26
IvanIT25-Nov-09 6:26 
GeneralRe: modify a Variable in a specific line in a text file Pin
Luc Pattyn25-Nov-09 6:28
sitebuilderLuc Pattyn25-Nov-09 6:28 
GeneralRe: modify a Variable in a specific line in a text file Pin
IvanIT30-Nov-09 5:24
IvanIT30-Nov-09 5:24 
GeneralRe: modify a Variable in a specific line in a text file Pin
Luc Pattyn30-Nov-09 5:38
sitebuilderLuc Pattyn30-Nov-09 5:38 
QuestionErasing GraphicsPath Pin
O.G.I.24-Nov-09 4:26
O.G.I.24-Nov-09 4:26 
AnswerRe: Erasing GraphicsPath Pin
Dave Kreskowiak24-Nov-09 7:24
mveDave Kreskowiak24-Nov-09 7:24 
QuestionCount lines in Textfile after Insert Pin
IvanIT24-Nov-09 2:28
IvanIT24-Nov-09 2:28 
AnswerRe: Count lines in Textfile after Insert Pin
dan!sh 24-Nov-09 3:03
professional dan!sh 24-Nov-09 3:03 

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.