panel transparency |
Post Reply |
Author | |
morbidel
Newbie Joined: 21 November 2005 Location: Romania Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 23 November 2005 at 12:14pm |
Hello,
I'm trying to implement a transparent docking panel, transparent when floatable, that is. I found some functions (from user32) that works fine with forms. This is the code I've used to capture when the panel is floating. "Private Sub DockingPaneManager_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, Cancel As Boolean) TranslucentForm Pane.handle, IIf(Pane.Floating, 150, 255) End Sub" but it doesn't have any effect. Has anybody an idea how to make this? Thank you |
|
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 |