{"id":552,"date":"2011-01-06T20:40:11","date_gmt":"2011-01-06T20:40:11","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=552"},"modified":"2022-02-17T06:24:04","modified_gmt":"2022-02-17T06:24:04","slug":"cursor-general","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/cursor\/cursor-general","title":{"rendered":"Cursor General"},"content":{"rendered":"<p>Not tried yet , but came accross:<\/p>\n<pre><code>\r\nApplication::UseWaitCursor = true; \t\/\/Wait cursor to be used for all open forms of the application.\r\nApplication::UseWaitCursor = false;\t\/\/Set cursor back to normal\r\n<\/code><\/pre>\n<p>Changing forms cursor<\/p>\n<pre><code>\r\nfrmEditUsers::Cursor = System::Windows::Forms::Cursors::WaitCursor;\t\/\/Set cursor back to waiting\r\nfrmEditUsers::Cursor = System::Windows::Forms::Cursors::Default;\t\t\/\/Set cursor back to normal\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Not tried yet , but came accross: Application::UseWaitCursor = true; \/\/Wait cursor to be used for all open forms of the application. Application::UseWaitCursor = false; \/\/Set cursor back to normal Changing forms cursor frmEditUsers::Cursor = System::Windows::Forms::Cursors::WaitCursor; \/\/Set cursor back to waiting frmEditUsers::Cursor = System::Windows::Forms::Cursors::Default; \/\/Set cursor back to normal<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[76],"tags":[],"class_list":["post-552","post","type-post","status-publish","format-standard","hentry","category-cursor"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/552","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=552"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/552\/revisions"}],"predecessor-version":[{"id":1055,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/552\/revisions\/1055"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=552"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=552"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}