![]() |
Any controls in CommandBars |
Post Reply
|
| Author | |
San0k
Groupie
Joined: 06 February 2008 Location: Ukraine Status: Offline Points: 48 |
Post Options
Thanks(0)
Quote Reply
Topic: Any controls in CommandBarsPosted: 25 February 2008 at 9:03am |
|
Hello,
How I can use any .NET controls in CommandBar (e.g. standart WebBrowser in Toolbar)? Or I must use DockingPane for do it? Thanks, Alex. |
|
![]() |
|
Aaron
Senior Member
Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 February 2008 at 9:36am |
|
Hi,
Do you mean the entire browser or just the addressbar?
If you mean a browser you better use Dockingpanes. If you want a combo for the address you can use Commandbars.
|
|
![]() |
|
San0k
Groupie
Joined: 06 February 2008 Location: Ukraine Status: Offline Points: 48 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 February 2008 at 9:43am |
|
I mean _any_ controls. E.g. WebBrowser or TreeView.
|
|
![]() |
|
Aaron
Senior Member
Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 February 2008 at 11:22am |
|
Hi,
You can use any control in a popup window (CommandBars CommandBarControlCustom). I suggest you put the control in a picturebox (could also be a form) and attach the handle of your "CommandBarControlCustom" to hwnd of the picturebox (or form).
|
|
![]() |
|
San0k
Groupie
Joined: 06 February 2008 Location: Ukraine Status: Offline Points: 48 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 February 2008 at 4:25am |
|
Thanks a lot!
|
|
![]() |
|
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 |