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

Visual Basic

 
AnswerRe: Communication interapplication Pin
Christian Graus3-Aug-07 21:39
protectorChristian Graus3-Aug-07 21:39 
GeneralRe: Communication interapplication Pin
Budi_Sanuri4-Aug-07 4:34
Budi_Sanuri4-Aug-07 4:34 
QuestionInherited form vs User Control - WinForm Pin
Marcus J. Smith3-Aug-07 9:06
professionalMarcus J. Smith3-Aug-07 9:06 
AnswerRe: Inherited form vs User Control - WinForm Pin
'Drew3-Aug-07 11:14
'Drew3-Aug-07 11:14 
Questionlist box control Pin
sixecho3-Aug-07 7:16
sixecho3-Aug-07 7:16 
AnswerRe: list box control Pin
mr_lasseter3-Aug-07 7:32
mr_lasseter3-Aug-07 7:32 
QuestionAutomatically scrolling a table upon keypress Pin
'Drew3-Aug-07 5:31
'Drew3-Aug-07 5:31 
AnswerRe: Automatically scrolling a table upon keypress Pin
Luc Pattyn3-Aug-07 6:14
sitebuilderLuc Pattyn3-Aug-07 6:14 
Hi,

first a preliminary remark: if your data is line oriented, it makes no sense to
me to show it in a TextBox; I would use a ListBox every time, it does not have
the overhead of concatenating all the lines, then the pain to find the line
beginnings and endings when you need to do something.

A listbox contains Items, that can be instances of your own class; or it might
just be strings. You can make it "OwnerDrawn", hence you can paint the items
any way you like. No sweat.


second: what is the problem? you seem to know which line you want to scroll to,
so just do it. Of course, a ListBox knows to do that quite easily, with its
TopIndex property.

Good luck!



GeneralRe: Automatically scrolling a table upon keypress Pin
'Drew3-Aug-07 6:29
'Drew3-Aug-07 6:29 
QuestionServer side feature to manage bounce back email Pin
Tmikucybage3-Aug-07 5:04
Tmikucybage3-Aug-07 5:04 
Questiondatabase location change Pin
progalx3-Aug-07 4:31
progalx3-Aug-07 4:31 
AnswerRe: database location change Pin
Paul Conrad3-Aug-07 4:38
professionalPaul Conrad3-Aug-07 4:38 
AnswerRe: database location change Pin
Tom Deketelaere3-Aug-07 4:39
professionalTom Deketelaere3-Aug-07 4:39 
GeneralRe: database location change Pin
progalx3-Aug-07 4:47
progalx3-Aug-07 4:47 
GeneralRe: database location change Pin
Tom Deketelaere3-Aug-07 5:20
professionalTom Deketelaere3-Aug-07 5:20 
GeneralRe: database location change Pin
progalx3-Aug-07 6:19
progalx3-Aug-07 6:19 
GeneralRe: database location change Pin
Tom Deketelaere3-Aug-07 9:04
professionalTom Deketelaere3-Aug-07 9:04 
GeneralRe: database location change Pin
progalx3-Aug-07 13:57
progalx3-Aug-07 13:57 
GeneralRe: database location change Pin
Mycroft Holmes3-Aug-07 14:39
professionalMycroft Holmes3-Aug-07 14:39 
GeneralRe: database location change Pin
progalx3-Aug-07 15:02
progalx3-Aug-07 15:02 
GeneralRe: database location change Pin
Mycroft Holmes4-Aug-07 17:06
professionalMycroft Holmes4-Aug-07 17:06 
QuestionVB.Net & Crystal Reportrs DLLs Pin
Central_IT3-Aug-07 3:49
Central_IT3-Aug-07 3:49 
AnswerRe: VB.Net & Crystal Reportrs DLLs Pin
'Drew3-Aug-07 10:18
'Drew3-Aug-07 10:18 
AnswerRe: VB.Net & Crystal Reportrs DLLs Pin
Rizwan Bashir3-Aug-07 21:48
Rizwan Bashir3-Aug-07 21:48 
Questionhow to convert pixel to inches or mm Pin
eyes20073-Aug-07 3:32
eyes20073-Aug-07 3:32 

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.