Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

ok im fearly new to vb.net i used to use vb6

ok here is my problem :

in vb6 if you want you textbox to scoll down for you, you just put:

 

txtOutput.Sel = Len(txtOutput.text)

 

but how do i do it in vb.net? i tried this:

 

txtOutput.selectionStart = Len(txtOutput.text.length) ' I also tried Len(txtOutput.text)

 

so this is my problem

 

oh yeh and my textbox keep going to the top of teh box when any text is entered

 

Please help i relly need it for my irc client

PS (last one, i promise) how can i populate a userlist box for an irc channel?

 

 

thanx i really need to know how to fix up that damn textbox

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...