Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
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 
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 
Where in your code are you calling .SelectAll()? Are you calling it prior to the object being displayed? If so, then that is your problem. The GUI state of the textbox stores info about things like where to scroll. On my own computer running VS 2005 with .Net v2.0, I don't see this error at all, unless I make the .SelectAll() call from one of the following locations:
1. Within the constructor of any object that is initially loaded by the form
2. Within the Load() event of any object that is initially loaded by the form
3. Anytime the textbox is not visible
If this still does not answer your question, then in your next post give me the stack trace from which you are calling the .SelectAll() method. Good luck,

Sounds like somebody's got a case of the Mondays

-Jeff

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 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Paw Jershauge31-Jan-08 7:47
Paw Jershauge31-Jan-08 7:47 
GeneralError in searching Directories Pin
chanzeb31-Jan-08 2:18
chanzeb31-Jan-08 2:18 
GeneralRe: Error in searching Directories Pin
Justin Perez31-Jan-08 2:24
Justin Perez31-Jan-08 2:24 
QuestionHow can I change the windows service name during setup? Pin
astanton197831-Jan-08 1:52
astanton197831-Jan-08 1:52 
AnswerRe: How can I change the windows service name during setup? Pin
PIEBALDconsult31-Jan-08 5:07
mvePIEBALDconsult31-Jan-08 5:07 

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.