Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - SkinFramework.RemoveAllWindows
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SkinFramework.RemoveAllWindows

 Post Reply Post Reply
Author
Message
LilBiggs02 View Drop Down
Newbie
Newbie


Joined: 02 December 2011
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote LilBiggs02 Quote  Post ReplyReply Direct Link To This Post Topic: SkinFramework.RemoveAllWindows
    Posted: 10 September 2012 at 11:46am

I have inherited a VB6 program from some previous programmers. We are using Active X Codejock.SkinFramework.v12.1.1 controls. I am un familer with the skin framework. The issue is when closing down the desktop application the application is hanging on skinframework1.RemoveAllWindows.

Here is initialization call in the form_load
        With sfmSkin
            .ExcludeModule "msado15.dll"
            .ExcludeModule "msdard.dll"
            .ExcludeModule "msjet40.dll"
            .ExcludeModule "msjetoledb40.dll"
            .ExcludeModule "msjiter40.dll"
            .ExcludeModule "msjint40.dll"
            .LoadSkin strFilename, "NORMALROYALE.INI"
            .ApplyWindow Me.hWnd
            .ApplyOptions = sfmSkin.ApplyOptions Or xtpSkinApplyMetrics
        End With
 
Then in the unload event the following is done:
sfmSkin.RemoveAllWindows
 
I have checked out the examples shipped with the product and can't find anywhere where .RemoveAllWindows is used. My question is do I need to make this call during the form_unload event. And if so what is the purpose of the call?
 
Thanks in advance.
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.156 seconds.