| Dart Home | PowerTCP Emulation for .NET | Custom Development | Reply | PowerTCP Emulation for .NET Topics | Forums |
| Author | Forum: PowerTCP Emulation for .NET Topic: Control cursor cannot be changed |
| macguisupport From: Villach, Austria Posts: 12 Member Since: 12/15/05 |
posted April 18, 2006 11:32 AM I tried to change the cursor of the Vt control to Cursors.WaitCursor while connecting, but this doesn't work. Can you reproduce this? Is there another way to change the cursor (not the cursor inside the emulation itself but the cursor displayed when hovering the control)? Thanks! |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted April 20, 2006 11:32 AM Hi, It looks like it behaves like a textbox does. Try setting the cursor in the Vt.MouseMove event. That seemed to work ok for me. //connecting is global bool that is set when connecting if (connecting) this.Cursor = Cursors.WaitCursor; -ken |
| Reply | PowerTCP Emulation for .NET Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|