cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
blinking text cursor
blinking text cursor
Oct 8, 2010 at 7:51am UTC
carlsum1986
(71)
how do I move the blinking text cursor from the beginning of the string to the end of a string.
Example:
I have a edit control with the text of "s|ssss"
the cursor is now after the first s.
I want to move it to the end of the string to become"ssss|"
Oct 8, 2010 at 4:10pm UTC
Null
(957)
Use SetCaretPos function
http://msdn.microsoft.com/en-us/library/ms648405(VS.85).aspx
Last edited on
Oct 8, 2010 at 4:11pm UTC
Oct 8, 2010 at 4:49pm UTC
carlsum1986
(71)
can i use this for a list control and combo box?
Oct 12, 2010 at 4:03am UTC
carlsum1986
(71)
it is seteditsel()
Topic archived. No new replies allowed.