cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Changing the Cursor icon
Changing the Cursor icon
Jun 10, 2012 at 2:46pm
Jun 10, 2012 at 2:46pm UTC
time to c
(107)
i want to change the icon of the cursor icon for my current process(it's a console application).
can someone tell me how to do it. and also how can we change cursor icon permanently (by this i mean changing the default windows cursor).
Jun 10, 2012 at 4:48pm
Jun 10, 2012 at 4:48pm UTC
Null
(957)
You need
SetCursor
and
SetSystemCursor
functions.
SetCursor
:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms648393(v=vs.85).aspx
SetSystemCursor
:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms648395(v=vs.85).aspx
Last edited on
Jun 10, 2012 at 4:48pm
Jun 10, 2012 at 4:48pm UTC
Jul 3, 2012 at 9:44am
Jul 3, 2012 at 9:44am UTC
time to c
(107)
Thanks you for helping.
Topic archived. No new replies allowed.