![]() |
Skinning .NET forms in a ActiveX environment? |
Post Reply ![]() |
Author | |
elzenga ![]() Newbie ![]() Joined: 26 July 2010 Location: Netherlands Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() Posted: 26 July 2010 at 9:42am |
We are using own build VB.NET dll's (2008) in our older ActiveX applications (VB6) using a activex interface. The .NET dll's are running in-process in de older EXE which is based on ActiveX. The skinning in the apllication it self work fine, but the framework doesn't skin the form from the newer .NET components when they appear.
Though, it is possible to skin if the .NET form by catching the windows handle and using the command: SkinFramework.ApplyWindow lngDotNetHandle Now the window IS skinned, but only a few controls and the frame. Buttons for instance are not skinned. Also subforms are not skinned at all. We have tried the following code: SkinFramework.AddWindowClass "WindowsForms10.BUTTON.app.0.33c0d9d", "Button" but that seems to do nothing. Question: is there a method to skin also all VB.NET forms and components out of a ActiveX (VB6) application in case they are incorporated in the way as described above? |
|
![]() |
|
menegrete ![]() Newbie ![]() Joined: 17 November 2010 Status: Offline Points: 3 |
![]() ![]() ![]() ![]() ![]() |
That will do the trick
|
|
![]() |
|
elzenga ![]() Newbie ![]() Joined: 26 July 2010 Location: Netherlands Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() |
Thanks, but nope!
It doesn't seems to work. Maybe you have done some other setting to make it happen? |
|
![]() |
|
SuperMario ![]() Admin Group ![]() ![]() Joined: 14 February 2004 Status: Offline Points: 18057 |
![]() ![]() ![]() ![]() ![]() |
Did you look at our .NET skin samples? If not, try the latest version.
|
|
![]() |
|
elzenga ![]() Newbie ![]() Joined: 26 July 2010 Location: Netherlands Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() |
No, I didn't: I have not the slightest idea where I can find them or where to download them......
|
|
![]() |
|
elzenga ![]() Newbie ![]() Joined: 26 July 2010 Location: Netherlands Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() |
Problem is solved!
The trick is to pass a reference of Framework object as Object from the VB6 environment to the .Net DLL and create a local reference of it in the .NET environment (which can be strongly typecasted by creating an interop dll) Now the ApplyWindow method can be called locally in the .NET environment and hasn't to be initiated by events passed form the .NET environment to the VB6 environment. If the ApplyWindow method is called from each .NET (sub)form in its Showed Event, skinning works Ok, so the subform issue has been solved as well. |
|
![]() |
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 |