NumericUpDown skining problem |
Post Reply |
Author | |
San0k
Groupie Joined: 06 February 2008 Location: Ukraine Status: Offline Points: 48 |
Post Options
Thanks(0)
Posted: 10 December 2008 at 11:16am |
Hello,
In you C# SkinControls sample NumericUpDown control displayed with bug: I have two ideas how resolve it: 1. Create win control UpDown by WinAPI methods. 2. Disable skining for WinForms NumericUpDown. No skins => No problems I have try disable skining by SkinFramework.RemoveWindow(ControlHandle) method, but it don't work... How I can disable skining for NumericUpDown? P.S. Or may be you have ready to use solution how to fix it? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, problem that .NET don't use standard UpDown control but manually draw it :( You can try our UpDown from SuiteControls.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
San0k
Groupie Joined: 06 February 2008 Location: Ukraine Status: Offline Points: 48 |
Post Options
Thanks(0)
|
Thanks!
I have use AxUpDown from SuiteControls... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |