Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - panel transparency
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

panel transparency

 Post Reply Post Reply
Author
Message
morbidel View Drop Down
Newbie
Newbie


Joined: 21 November 2005
Location: Romania
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote morbidel Quote  Post ReplyReply Direct Link To This Post Topic: panel transparency
    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

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.171 seconds.