Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralNesting panels Pin
DSdragondude31-Jan-08 5:29
DSdragondude31-Jan-08 5:29 
QuestionRe: Nesting panels Pin
TJoe31-Jan-08 5:38
TJoe31-Jan-08 5:38 
GeneralMulti Colored text in a tree view. Pin
RKavanagh31-Jan-08 5:02
RKavanagh31-Jan-08 5:02 
GeneralRe: Multi Colored text in a tree view. Pin
Luc Pattyn31-Jan-08 5:26
sitebuilderLuc Pattyn31-Jan-08 5:26 
QuestionHow to make form as a model Window??? Pin
Neo Andreson31-Jan-08 4:48
Neo Andreson31-Jan-08 4:48 
AnswerRe: How to make form as a model Window??? Pin
Skippums31-Jan-08 4:53
Skippums31-Jan-08 4:53 
GeneralRe: How to make form as a model Window??? Pin
Neo Andreson31-Jan-08 17:46
Neo Andreson31-Jan-08 17:46 
GeneralText Box Selection Pin
StyleGuide31-Jan-08 3:36
StyleGuide31-Jan-08 3:36 
Hi there,

Does anybody know how I can select the entire contents of a text box from the end to the start? (thus allowing the start to be displayed in the text box, if the text is too long to fit).

Below is (obviously) selecting from left to right:

this.txtName.SelectionStart = 0;<br />
this.txtName.SelectionLength = txtName.Text.Length;


so I need something like:

this.txtName.SelectionStart  = txtName.Text.Length;<br />
this.txtName.SelectionEnd = 0;


but Text Box has no SelectionEnd Property...

Thanks!
GeneralRe: Text Box Selection Pin
CKnig31-Jan-08 3:46
CKnig31-Jan-08 3:46 
GeneralRe: Text Box Selection Pin
StyleGuide31-Jan-08 4:37
StyleGuide31-Jan-08 4:37 
GeneralRe: Text Box Selection Pin
Skippums31-Jan-08 4:52
Skippums31-Jan-08 4:52 
GeneralRe: Text Box Selection Pin
StyleGuide31-Jan-08 22:47
StyleGuide31-Jan-08 22:47 
GeneralRe: Text Box Selection Pin
Skippums1-Feb-08 0:11
Skippums1-Feb-08 0:11 
GeneralRe: Text Box Selection Pin
StyleGuide1-Feb-08 4:29
StyleGuide1-Feb-08 4:29 
GeneralRe: Text Box Selection Pin
Skippums1-Feb-08 5:31
Skippums1-Feb-08 5:31 
GeneralRe: Text Box Selection Pin
StyleGuide4-Feb-08 5:56
StyleGuide4-Feb-08 5:56 
Generalprogram disables the application Pin
Saamir31-Jan-08 3:28
Saamir31-Jan-08 3:28 
GeneralRe: program disables the application Pin
Justin Perez31-Jan-08 3:51
Justin Perez31-Jan-08 3:51 
GeneralRe: program disables the application Pin
Saamir31-Jan-08 4:07
Saamir31-Jan-08 4:07 
GeneralRe: program disables the application Pin
Justin Perez31-Jan-08 4:15
Justin Perez31-Jan-08 4:15 
GeneralRe: program disables the application Pin
Saamir31-Jan-08 5:36
Saamir31-Jan-08 5:36 
QuestionLDAP Path Attribute sequence ??? Pin
Paw Jershauge31-Jan-08 3:22
Paw Jershauge31-Jan-08 3:22 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Justin Perez31-Jan-08 3:53
Justin Perez31-Jan-08 3:53 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Paw Jershauge31-Jan-08 4:01
Paw Jershauge31-Jan-08 4:01 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Dave Kreskowiak31-Jan-08 5:00
mveDave Kreskowiak31-Jan-08 5:00 

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.