home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Blu-Ray / HD-DVD Player with PowerDVD (a working solution)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Beechus" data-source="post: 297797" data-attributes="member: 66275"><p>Guys,</p><p></p><p>I noticed that on my system, when PowerDVD loads, the mouse stays center and never goes away.I dont know if anyone else got this problem, but it annoyed me. I wrote a simple c# app to get rid of the mouse. It's so simple infact, here is the source:</p><p></p><p>[CODE]using System;</p><p>using System.Collections.Generic;</p><p>using System.Text;</p><p>using System.Windows.Forms;</p><p>using System.Drawing;</p><p></p><p>namespace Hide_Mouse</p><p>{</p><p> class Program</p><p> {</p><p> static void Main(string[] args)</p><p> {</p><p> System.Windows.Forms.Cursor.Position </p><p> = new System.Drawing.Point(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);</p><p> }</p><p> }</p><p>}[/CODE]</p><p></p><p>I've also attached a rared up exe of the app. All you need to do is set it to run at logon <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Beechus, post: 297797, member: 66275"] Guys, I noticed that on my system, when PowerDVD loads, the mouse stays center and never goes away.I dont know if anyone else got this problem, but it annoyed me. I wrote a simple c# app to get rid of the mouse. It's so simple infact, here is the source: [CODE]using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing; namespace Hide_Mouse { class Program { static void Main(string[] args) { System.Windows.Forms.Cursor.Position = new System.Drawing.Point(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height); } } }[/CODE] I've also attached a rared up exe of the app. All you need to do is set it to run at logon :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Blu-Ray / HD-DVD Player with PowerDVD (a working solution)
Contact us
RSS
Top
Bottom