INTERACT FORUM

Windows => Plug-in Development => Topic started by: Rob L on March 17, 2004, 05:39:56 pm

Title: Skinning windows
Post by: Rob L on March 17, 2004, 05:39:56 pm
Should I be able to pass the skinning onto any old window, much like the way the scanner function does?

I'm trying to do it from VB, using:

MJAutomation.SkinWindow CLng(Me.hWnd), True

but it doesn't seem to do anything...

Am I missing something obvious?

Rob
Title: Re:Skinning windows
Post by: Matt on March 30, 2004, 11:19:57 am
It probably won't work in a VB control because everything is in a different thread so our skinning engine can't easily deal with it.

Sorry we don't have a better answer.
Title: Re:Skinning windows
Post by: Rob L on March 30, 2004, 01:30:36 pm
Nah, that's fine :-)

At least it's an answer, and it does actually tell me quite a lot :-)