Print Page | Close Window

MS RTF Skinning

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=17251
Printed Date: 20 April 2024 at 1:32am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: MS RTF Skinning
Posted By: SuperMario
Subject: MS RTF Skinning
Date Posted: 15 September 2010 at 11:09am
Scrollbars in the RTF (RichEdit) can freeze(usually only seen when compiled, not seen in IDE) when the RichEdit dll is loaded after the Skinframework and Skinframework can't correctly hook it.

To fix this manually load RichEdit before the Skinframework:

Add in top (general section):

     Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long

Add in MDIForm_Load before you load skin:
     LoadLibrary "RICHED32.DLL"



Replies:
Posted By: faakher
Date Posted: 28 April 2011 at 8:43am
Clap thanks a lot for this help


Posted By: john_d
Date Posted: 19 September 2016 at 11:27am
Hi - this useful info also helps when there is a fault with msflxgrd.ocx not skinning properly in Windows 8 and 10.

I simply replaced the DLL name referenced above with MSFLXGRD.OCX and this is now working fine.

Thanks, JD


Posted By: Hemesh
Date Posted: 22 October 2018 at 10:52am
This is also a problem with True DB Grid 7.0 (TODG7.OCX) which I used this method on 15.3.1 and it solved the Horizontal scrollbar on that one. Thanks Supermario!

.. although we purchased 18.5.0 as it was fixed in that version however 2 new issues were introduced that is causing us pain, might be tempted to roll everything back...!


-------------
Product: Xtreme SuitePro (ActiveX) version 18.5.0

Platform: Windows 7 Enterprise (64-bit)

Language: Visual Basic 6.0



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net