Print Page | Close Window

panel transparency

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=3263
Printed Date: 12 May 2024 at 6:07am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: panel transparency
Posted By: morbidel
Subject: panel transparency
Date 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




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