No announcements
Found 1263060 threads
-
1 Votes
Changing mouse cursor runtime PERMANENT
I've found a link that details the changes that will need to be made at the following ...Answered | 1 Replies | 4421 Views | Created by Simpa151 - Wednesday, January 21, 2009 3:02 PM | Last reply by David M Morton - Wednesday, January 21, 2009 4:24 PM -
1 Votes
Runtime cursor change
If you want to change the cursor when it is outside your WPF window, you need to use P/Invoke and change the registry.Answered | 3 Replies | 2245 Views | Created by Vyshna P Mohan - Friday, February 12, 2016 10:02 AM | Last reply by Magnus (MM8) - Friday, February 12, 2016 8:04 PM -
0 Votes
Mouse cursor
Cursor(ic.Handle)But how to change it back with on mouse leaveAlvinALKAnswered | 4 Replies | 2983 Views | Created by Alvin Kuiper - Tuesday, October 6, 2009 9:05 AM | Last reply by Heslacher - Friday, October 9, 2009 12:05 PM -
0 Votes
Detect mouse cursor's image changed event?
Hi everyone, Normally Windows changes mouse cursor's image on several events like busy cursor, loading cursor, when hover over typing ...Answered | 1 Replies | 3840 Views | Created by md313230 - Sunday, January 22, 2012 2:28 PM | Last reply by Marco Minerva - Sunday, January 22, 2012 2:47 PM -
0 Votes
Hide the mouse cursor
You will need to walk your UI elements that are created in code and set the ‘Cursor’ attribute in code similar to the following.Answered | 3 Replies | 2249 Views | Created by kamal doss - Thursday, February 7, 2013 2:40 PM | Last reply by highdownts - Friday, February 8, 2013 9:03 AM -
0 Votes
How can i change the mouse cursor in TextBox?
You need to set Cursor property when Drop event occur.Answered | 2 Replies | 9135 Views | Created by David alice DD - Monday, June 21, 2010 1:08 PM | Last reply by Nayan Paregi - Monday, June 21, 2010 1:24 PM -
5 Votes
change mouse cursor when program runs
Nevertheless, I prefer Ellen Ramcke her swolution as the cursor stays on the screen as long as the mouse is on the picture, with the other one it disappears soon.Answered | 6 Replies | 4181 Views | Created by drfjm - Monday, May 23, 2011 4:52 PM | Last reply by drfjm - Friday, May 27, 2011 12:49 AM -
1 Votes
Mouse Cursor Flickering Bug
Other people experiencing/discussing ...Answered | 7 Replies | 7400 Views | Created by chess123mate2 - Monday, March 17, 2014 11:31 PM | Last reply by scotru - Sunday, November 9, 2014 11:24 AM -
0 Votes
Owner Draw for Mouse Cursor
If you want the cursor of a fixed shape and can pre-create it (e.g. as a cursor resource), then LoadImage, LoadCursorFromFile If you need to create the ...Answered | 3 Replies | 777 Views | Created by LokanathNayak - Sunday, November 15, 2015 9:50 AM | Last reply by Igor Tandetnik - Sunday, November 15, 2015 5:33 PM -
1 Votes
Getting the mouse cursor to change to a Hand (or anything) when mouse is over GridSplitter
Edit: I only use Mouse.OverrideCursor for wait cursors, it works better than this.Cursor for that because it overrides the ...Answered | 9 Replies | 28498 Views | Created by Michael Hockstein - Thursday, April 21, 2011 12:25 AM | Last reply by Wodahs - Thursday, April 21, 2011 6:16 PM -
0 Votes
Judge the shape of a mouse cursor
Hi, You can try to get the cursor shape this way: http://msdn.microsoft.com/en-us/magazine/cc301524.aspx and a thread refering the previous ...Answered | 1 Replies | 3288 Views | Created by MarcusHe - Wednesday, November 11, 2009 2:29 AM | Last reply by Harry Zhu - Monday, November 16, 2009 5:19 AM -
0 Votes
MFC Customize Mouse Cursor
I currently don't have access to the code (checked out by other co-worker) so I can't make any change to the code.Answered | 10 Replies | 8909 Views | Created by yj2000 - Tuesday, August 19, 2008 3:56 PM | Last reply by Neil Tippett - Wednesday, August 20, 2008 5:10 PM -
0 Votes
Mouse cursors (To black or to white)
For Soil Black mouse cursor is called [Selection(V)] , The Keyboard Shortcut is V For White mouse cursor is ...Answered | 2 Replies | 3207 Views | Created by sdasdhvjhjhg - Saturday, January 10, 2009 1:09 PM | Last reply by sdasdhvjhjhg - Sunday, January 11, 2009 7:17 PM -
0 Votes
Mouse.HideCursor() not hiding the mouse cursor.
I guess I'll just move forward without hiding the mouse and hide the mouse when ever they get that working.Answered | 4 Replies | 6330 Views | Created by Path_drc - Tuesday, June 23, 2009 9:16 PM | Last reply by FremyCompany [MSFT] - Wednesday, June 24, 2009 6:58 PM -
2 Votes
Word under mouse cursor
How to retrieve text under the cursor (mouse pointer) If you need further help in Windows accessibility, ...Answered | 2 Replies | 3479 Views | Created by farshad zamani - Sunday, June 19, 2011 11:08 AM | Last reply by Sheng Jiang 蒋晟 - Sunday, June 19, 2011 5:37 PM -
3 Votes
cursor/mouse issue
You'd better post this question in the Windows Answers Forum at the following address http://answers.microsoft.com/en-us/windows Anyway, the only settings in the ...Answered | 2 Replies | 6351 Views | Created by bigskyangel - Saturday, October 22, 2011 4:01 PM | Last reply by Mike Kinsman - Monday, October 24, 2011 3:15 PM -
1 Votes
changing mouse
Are you sure, it sound if you changed the cursor properties from your form In code it is me.cursor = ...Answered | 3 Replies | 2833 Views | Created by todo1979 - Monday, August 2, 2010 3:30 PM | Last reply by todo1979 - Tuesday, August 3, 2010 9:07 AM -
0 Votes
Add Mouse cursor icon in combobox
fore = SystemColors.HighlightText; TextRenderer.DrawText(e.Graphics, cur.Name, comboBox1.Font, rc, fore); ...Answered | 7 Replies | 4157 Views | Created by Dileep sankar - Thursday, May 21, 2009 8:58 AM | Last reply by nobugz - Thursday, May 21, 2009 12:38 PM -
3 Votes
Mouse Wait icon remains after removing Mouse Cursor item in PB6
Infact that application probably expects to run on a system with a mouse so, you have to change it IDC_WAIT is always present -indipendently from the ...Answered | 9 Replies | 3575 Views | Created by J Marchant - Wednesday, April 6, 2011 7:54 AM | Last reply by Bruce Eitman - Thursday, April 7, 2011 5:01 PM -
3 Votes
changing cursor in vb.net
The cursor is now visible across the screen.Answered | 3 Replies | 30264 Views | Created by MobileIAm - Thursday, May 31, 2012 8:40 PM | Last reply by MobileIAm - Saturday, June 2, 2012 8:28 PM - Items 1 to 20 of 1263060 Next ›
No announcements