AddWindowClass problems. |
Post Reply |
Author | |
mmarko
Newbie Joined: 17 January 2012 Location: Rijeka Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 17 January 2012 at 9:38am |
We have problems with skin framework on custom drawn controls. It seems several controls have same class name so the codejock engine cant distinguish properly the base class of the control (spin over edit box etc..)
Public Sub AddWindowClass( _ ByVal ClassName As String, _
ByVal BaseClassName As String _
) Is it possible to implement new function that will specify class name for each control on specific window.
For example: AddControlClass ( ByVal windowHandle As Long, ByVal controlHandle As Long, ByVal BaseClassName as String) This function will be used on each window before ApplyWindow() is called and we could then instruct codejock engine what specific base class control is using. This would greatly improve this outstanding product. :) |
|
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 |