No announcements
Found 1775166 threads
-
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 | 6211 Views | Created by Path_drc - Tuesday, June 23, 2009 9:16 PM | Last reply by FremyCompany [MSFT] - Wednesday, June 24, 2009 6:58 PM -
3 Votes
how to change the cursor to a pen in windows store app
Hi, As far as I know, you can create a resource cursors first, and then load it with Windows.UI.Core.CoreCursorType.Custom type and resource ID.Answered | 1 Replies | 3301 Views | Created by Bilaal John S - Tuesday, October 16, 2012 10:36 AM | Last reply by Jesse Jiang - Wednesday, October 17, 2012 7:26 AM -
5 Votes
Hiding Cursor for Coded UI Tests
But Cursor.Hide() is only for windows forms controls and need to be written in control event method in order to hide mouse.Answered | 11 Replies | 1160 Views | Created by Live Eric - Thursday, July 10, 2014 11:46 AM | Last reply by Amanda Zhu - Wednesday, July 23, 2014 7:24 AM -
1 Votes
Hiding the Kinect Hand Pointer
You can override how the pointer is rendered as demonstrated in the KinectPointerPointSample demo in ControlsBasics.Answered | 4 Replies | 1016 Views | Created by gautamjsingh - Saturday, January 10, 2015 8:25 AM | Last reply by Ricky Julianjatsono - Thursday, February 4, 2016 3:34 PM -
0 Votes
How to get rid of the cursor/pointer
Have you turned off the default mouse mode?Answered | 3 Replies | 365 Views | Created by Aldo Alain - Monday, January 22, 2018 1:44 PM | Last reply by Chuck Walbourn - MSFT - Tuesday, January 23, 2018 7:23 PM -
0 Votes
Hiding cursor in wpf application
Hi Chandan_vr, The cursor visible on parent window is because when call ShowDialog(), the parent window get disabled, hence the mouse does not have any ...Answered | 4 Replies | 5815 Views | Created by chandan_1985 - Thursday, May 24, 2012 5:48 AM | Last reply by Kee Poppy - Monday, May 28, 2012 1:15 PM -
1 Votes
Mourse Pointer change to Wait Cursor
http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor.current.aspx Note that the changing of the cursor must take place on the UI Thread.Answered | 2 Replies | 3367 Views | Created by Hemalatha Babu - Tuesday, June 14, 2011 8:41 AM | Last reply by Min Zhu - Friday, June 17, 2011 2:23 AM -
0 Votes
How to get the Curent position of the cursor in a TextBox in windows Store App
Hi PM16, You can use TextBox.SelectionStart method to implement your requirements as @cypripri said like follows: int ...Answered | 3 Replies | 624 Views | Created by PM16 - Sunday, July 31, 2016 1:55 PM | Last reply by Sunteen Wu - Friday, August 5, 2016 8:48 AM -
2 Votes
Hide Pointer/Cursor in Windows Store App
The pointer disappears all right but it reappears immediately and I have to use the Window.Answered | 5 Replies | 3138 Views | Created by Santana George - Wednesday, October 16, 2013 5:48 AM | Last reply by GearWorld - Monday, December 30, 2013 1:21 PM -
1 Votes
Mourse Pointer change to Wait Cursor
I need to change the mouse pointer cursor to wait cursor for some set of functionalities.Answered | 1 Replies | 3919 Views | Created by Hemalatha Babu - Monday, June 13, 2011 8:08 PM | Last reply by ildjarn - Monday, June 13, 2011 8:23 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 | 2140 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 to hide mouse cursor on WinCE device?
Many display drivers always draw the cursor, so you'd have to create some method to control that in the display driver.Answered | 1 Replies | 4720 Views | Created by LuanLe - Tuesday, November 16, 2010 11:58 PM | Last reply by Paul G. Tobey - Wednesday, November 17, 2010 12:04 AM -
2 Votes
Windows Store App Bing Maps SDK hide places and city labels
Bing Maps for Windows Store Forum.Answered | 3 Replies | 2373 Views | Created by ncu - Sunday, July 28, 2013 11:26 AM | Last reply by Manmath Kulkarni - Monday, November 11, 2013 5:50 AM -
0 Votes
[W8.1][C#] How to minimize or hide a Windows Store App
Is there a way to minimize or set the visibility to false on the Windows Store App?Answered | 1 Replies | 497 Views | Created by PalmPreForMe - Monday, August 10, 2015 4:40 PM | Last reply by Amy Peng - Tuesday, August 11, 2015 2:41 AM -
0 Votes
Cursor in Stored procedure
Local cursors are more secure than global cursors because they cannot be referenced outside a stored procedure, unless deliberately passed back to the caller as a ...Answered | 3 Replies | 848 Views | Created by Niraj Bhise - Tuesday, November 22, 2016 10:01 AM | Last reply by Naomi N - Tuesday, November 22, 2016 10:22 AM -
3 Votes
How to disable hide-and-seek cursor in code editor?
To reproduce: CTRL-F to find a pattern close to end of file, ENTER ESC to close the find dialogue CURSOR-UP to top of ...Answered | 18 Replies | 1259 Views | Created by Dev10110110 - Wednesday, September 5, 2018 1:38 AM | Last reply by Dev10110110 - Wednesday, November 14, 2018 3:35 AM -
1 Votes
[UWP]How do i hide the mouse cursor?
Edit : Yes, it seems the cursor graphic must also be set on the background thread.Answered | 2 Replies | 5305 Views | Created by Gavin..Williams - Monday, August 3, 2015 3:50 AM | Last reply by Gavin..Williams - Monday, August 3, 2015 8:16 AM -
3 Votes
is it possible to remove\hide cursor blinking in windows combo box control
To hide the cursor pinvoke HideCaret and pass the window handle of the edit control (the first child of the combo box control).Answered | 4 Replies | 4336 Views | Created by Parthdesai1208 - Saturday, October 15, 2016 10:31 AM | Last reply by Parthdesai1208 - Monday, October 17, 2016 11:11 AM -
0 Votes
Windows 8 Store device apps
For Windows Store apps, file opening and file management is done using the Window.Storage APIs.Answered | 9 Replies | 3928 Views | Created by Ash8659 - Friday, November 16, 2012 2:39 PM | Last reply by Lisa O - MSFT - Wednesday, November 21, 2012 6:04 AM -
0 Votes
[W8.1]Hide/Remove Title Bar of Windows 8.1 Store App in Windows 10
>Is there any way we can write the code in Windows8.1 App to hide/remove the Title Bar when running in Windows 10.Answered | 1 Replies | 1074 Views | Created by VarShant - Thursday, February 4, 2016 12:46 PM | Last reply by Krunal Parekh - Friday, February 5, 2016 6:45 AM - Items 1 to 20 of 1775166 Next ›
No announcements