| [SOLVED]Windows 10: on IDE freeze all!
 
 Printed From: Codejock Forums
 Category:  Codejock Products
 Forum Name:  Skin Framework
 Forum Description:  Topics Related to Codejock Skin Framework
 URL: http://forum.codejock.com/forum_posts.asp?TID=23076
 Printed Date: 31 October 2025 at 2:44am
 Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
 
 
 Topic: [SOLVED]Windows 10: on IDE freeze all!
 Posted By: gibra
 Subject: [SOLVED]Windows 10: on IDE freeze all!
 Date Posted: 17 July 2016 at 5:18am
 
 
        
          | Scenario: - Windows 10 Build 10586 (v.1511)
 - Codejock SuiteControls v.16.4.0 and 17.2.0
 - Visual Basic 6.0 - SP6
 - related to all (your) samples SkinFramework projects
 
 I'm able to open a project and compile it.
 But when try to run the project, SkinFramework freeze the IDE.
  
 I.e.: SkinControls project freeze at this line (on :
 
 SkinFramework.LoadSkin App.Path + "..\..\..\Styles\Office2007.cjstyles", ""
 
 Please note that the compiled EXE works good.
 
 Sampe SkinControls project in v.15.3 run good in IDE.
 
 
 -------------
 gibra
 CJ SuiteControl v: 13.x to 19.x
 Windows 10 64bit
 VS2019 - VB6.0 SP6
 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
 |  
 
 Replies:
 Posted By: jpbro
 Date Posted: 17 July 2016 at 10:26am
 
 
        
          | I don't use Win10 for the IDE so I can't test myself, but does it help if you exclude the following window classes before loading the skin? 
 
 | SkinFramework.RemoveWindowClass "ThunderForm"
 SkinFramework.RemoveWindowClass "ThunderRT6FormDC"
 
 | 
 
 
 -------------
 Product: Xtreme SuitePro (ActiveX) version 16.2.6
 Platform: Windows XP - SP3
 
 Language: Visual Basic 6.0 SP6
 
 
 |  
 Posted By: gibra
 Date Posted: 17 July 2016 at 11:43am
 
 
        
          | Thak you for reply. 
 Why should exclude this windows classes?
 I want to apply a skin to all windows.
 
 
 -------------
 gibra
 CJ SuiteControl v: 13.x to 19.x
 Windows 10 64bit
 VS2019 - VB6.0 SP6
 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
 |  
 Posted By: jpbro
 Date Posted: 17 July 2016 at 12:30pm
 
 
        
          | Well nobody is forcing you to do anything ;) 
 Just a debugging step to see if that fixes the problem or not.
 
 
 -------------
 Product: Xtreme SuitePro (ActiveX) version 16.2.6
 Platform: Windows XP - SP3
 
 Language: Visual Basic 6.0 SP6
 
 
 |  
 Posted By: agontarenko
 Date Posted: 18 July 2016 at 6:22am
 
 
        
          | |  gibra wrote: 
 Scenario:
 - Windows 10 Build 10586 (v.1511)
 - Codejock SuiteControls v.16.4.0 and 17.2.0
 - Visual Basic 6.0 - SP6
 - related to all (your) samples SkinFramework projects
 
 I'm able to open a project and compile it.
 But when try to run the project, SkinFramework freeze the IDE.
  
 I.e.: SkinControls project freeze at this line (on :
 
 SkinFramework.LoadSkin App.Path + "..\..\..\Styles\Office2007.cjstyles", ""
 
 Please note that the compiled EXE works good.
 
 Sampe SkinControls project in v.15.3 run good in IDE.
 
 | 
 
 Hello,
 
 Could you please provide more detail information, how to I can reproduce this bug.
 
 Regards,
 Artem Gontarenko
 
 |  
 Posted By: SourceSafe
 Date Posted: 18 July 2016 at 7:04am
 
 
        
          | We have the same problem in version 17.2... please solve this asap |  
 Posted By: SourceSafe
 Date Posted: 18 July 2016 at 8:31am
 
 
        
          | Solved the problem! 
 Do NOT run vb6 in compatibility mode ! |  
 Posted By: gibra
 Date Posted: 18 July 2016 at 8:47am
 
 
        
          | |  agontarenko wrote: 
 
 
 |  gibra wrote: 
 Scenario:
 - Windows 10 Build 10586 (v.1511)
 - Codejock SuiteControls v.16.4.0 and 17.2.0
 - Visual Basic 6.0 - SP6
 - related to all (your) samples SkinFramework projects
 
 
 | 
 
 Hello,
 
 Could you please provide more detail information, how to I can reproduce this bug.
 
 Regards,
 Artem Gontarenko
 
 | 
 
 As I wrote, simply open any SkinFramework sample included on SuiteControls 17.2 setup.
 
 By now, I still use v.15.3.1
 
 
 
 
 -------------
 gibra
 CJ SuiteControl v: 13.x to 19.x
 Windows 10 64bit
 VS2019 - VB6.0 SP6
 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
 |  
 Posted By: SourceSafe
 Date Posted: 18 July 2016 at 9:15am
 
 
        
          | When compatibility mode  is set off I can use the skin ocx but gets another problem. I can't use SendKeys vb command. (err 70) |  
 Posted By: gibra
 Date Posted: 18 July 2016 at 1:09pm
 
 
        
          | |  SourceSafe wrote: 
 Solved the problem!
 
 Do NOT run vb6 in compatibility mode ! | 
 Isn't a solution.
  But, however, it's  a workaround...
 
 But I don't like.
 On Windows 10, without the Vista SP2 compatibily mode, the design is very very slow. Too slow.
 
 
 -------------
 gibra
 CJ SuiteControl v: 13.x to 19.x
 Windows 10 64bit
 VS2019 - VB6.0 SP6
 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
 |  
 Posted By: agontarenko
 Date Posted: 19 July 2016 at 4:25am
 
 
        
          | Hello, 
 This is problem of compatibility VB6 and Windows 10 and not library codejock. I think we can't fix it.
 Try to change compatibility mode Windows 7 or Windows 8 - application isn't hangs.
 Also application isn't hangs if this mode off.
 
 Regards,
 Artem Gontarenko
 
 |  
 Posted By: gibra
 Date Posted: 19 July 2016 at 6:31am
 
 
        
          | |  agontarenko wrote: 
 
 This is problem of compatibility VB6 and Windows 10 and not library codejock. I think we can't fix it.
 
 | 
 
 I think not, since the version 15.3.1 works perfectly also in Windows 10.
 It means that this problem began with the 16.4.0 version just in library Codejock .
 
 So I will continue to use the 15.3.1 version...
 
 
 -------------
 gibra
 CJ SuiteControl v: 13.x to 19.x
 Windows 10 64bit
 VS2019 - VB6.0 SP6
 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
 |  
 Posted By: agontarenko
 Date Posted: 19 July 2016 at 11:25am
 
 
        
          | Hello, 
 I found revision where appeared this bug. I need some time for fix it.
 
 Regards,
 Artem Gontarenko
 
 |  
 Posted By: agontarenko
 Date Posted: 21 July 2016 at 5:45am
 
 
        
          | Hello, 
 I'm glad to inform you that the issue has been addressed and fixed. The fix will be available in the next beta or final release.
 
 This problem is appears when you debug in IDE VB6 which has file compatibility mode is "Windows Vista SP2" and lower.
 
 As hotfix you can add call ExcludeModule before LoadSkin
 SkinFramework.ExcludeModule "AcLayers.dll"
 SkinFramework.LoadSkin App.Path + "..\..\..\Styles\Office2007.cjstyles", ""
 
 Regards,
 Artem Gontarenko
 
 |  
 Posted By: gibra
 Date Posted: 21 July 2016 at 6:28am
 
 
        
          | Wow! Good for this hotfix.
  
 Thank you, Artem.
  
 
 
 -------------
 gibra
 CJ SuiteControl v: 13.x to 19.x
 Windows 10 64bit
 VS2019 - VB6.0 SP6
 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
 |  
 
 |