Click here to Skip to main content
15,914,360 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Transparent Mdi Pin
Tom Deketelaere10-Aug-07 0:04
professionalTom Deketelaere10-Aug-07 0:04 
GeneralRe: Transparent Mdi Pin
errorfunktion10-Aug-07 0:36
errorfunktion10-Aug-07 0:36 
GeneralRe: Transparent Mdi Pin
Tom Deketelaere10-Aug-07 1:35
professionalTom Deketelaere10-Aug-07 1:35 
GeneralRe: Transparent Mdi Pin
Dave Kreskowiak10-Aug-07 1:37
mveDave Kreskowiak10-Aug-07 1:37 
GeneralRe: Transparent Mdi Pin
errorfunktion10-Aug-07 2:34
errorfunktion10-Aug-07 2:34 
GeneralRe: Transparent Mdi Pin
Dave Kreskowiak10-Aug-07 3:17
mveDave Kreskowiak10-Aug-07 3:17 
GeneralRe: Transparent Mdi Pin
errorfunktion10-Aug-07 3:35
errorfunktion10-Aug-07 3:35 
QuestionTextbox not scrolling Pin
Mark069-Aug-07 22:42
Mark069-Aug-07 22:42 
I've got a textbox that updates with some information when an event fires. The textbox multiline value is set to true.
A message is appended to a new line in the textbox.
But if the number of lines exceeds the size of the control, the vertical scroll bar appears, but it stays at the top position. It wont automatically scroll down to the last entry.

I've been trying:
TextBox1.Text = TextBox1.Text & vbCrLf & Message<br />
        TextBox1.SelectionStart = TextBox1.Text.Length<br />

or
TextBox1.Text = TextBox1.Text & vbCrLf & Message<br />
        TextBox1.Select (TextBox1.Text.Length, 0)<br />


But no luck.
Any ideas?
AnswerRe: Textbox not scrolling Pin
Luc Pattyn9-Aug-07 22:55
sitebuilderLuc Pattyn9-Aug-07 22:55 
QuestionHow to disable the Close titlebar button ? Pin
Ky Nam9-Aug-07 20:20
Ky Nam9-Aug-07 20:20 
AnswerSenthil's Reply for How to disable the Close titlebar button ? Pin
Senthil S9-Aug-07 21:00
Senthil S9-Aug-07 21:00 
GeneralRe: Senthil's Reply for How to disable the Close titlebar button ? Pin
Ky Nam9-Aug-07 22:06
Ky Nam9-Aug-07 22:06 
GeneralRe: Senthil's Reply for How to disable the Close titlebar button ? Pin
Colin Angus Mackay9-Aug-07 23:42
Colin Angus Mackay9-Aug-07 23:42 
AnswerRe: How to disable the Close titlebar button ? Pin
i gr89-Aug-07 21:01
i gr89-Aug-07 21:01 
AnswerRe: How to disable the Close titlebar button ? Pin
Ky Nam9-Aug-07 23:23
Ky Nam9-Aug-07 23:23 
Questionjet settings Pin
Sonia Gupta9-Aug-07 19:07
Sonia Gupta9-Aug-07 19:07 
AnswerRe: jet settings Pin
Dave Kreskowiak10-Aug-07 1:29
mveDave Kreskowiak10-Aug-07 1:29 
GeneralRe: jet settings Pin
'Drew10-Aug-07 8:24
'Drew10-Aug-07 8:24 
Questionhow can i change headercolumn in datagrid:confused: Pin
ami.minami9-Aug-07 17:46
ami.minami9-Aug-07 17:46 
AnswerRe: how can i change headercolumn in datagrid:confused: Pin
i gr89-Aug-07 18:36
i gr89-Aug-07 18:36 
AnswerRe: how can i change headercolumn in datagrid:confused: Pin
KeyPointAnalyzer9-Aug-07 19:36
KeyPointAnalyzer9-Aug-07 19:36 
Questionset iTunes in Mini Player mode Pin
ianbacalla9-Aug-07 15:54
ianbacalla9-Aug-07 15:54 
AnswerRe: set iTunes in Mini Player mode Pin
Christian Graus9-Aug-07 17:02
protectorChristian Graus9-Aug-07 17:02 
GeneralRe: set iTunes in Mini Player mode Pin
ianbacalla9-Aug-07 19:18
ianbacalla9-Aug-07 19:18 
QuestionConcurrency violation Problem [modified] Pin
progalx9-Aug-07 13:56
progalx9-Aug-07 13:56 

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.