Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - AddWindowClass problems.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

AddWindowClass problems.

 Post Reply Post Reply
Author
Message
mmarko View Drop Down
Newbie
Newbie
Avatar

Joined: 17 January 2012
Location: Rijeka
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote mmarko Quote  Post ReplyReply Direct Link To This Post Topic: AddWindowClass problems.
    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. :)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.