Additional buttons in FormTitelBar |
Post Reply |
Author | ||
Jean
Senior Member Joined: 11 December 2006 Status: Offline Points: 110 |
Post Options
Thanks(0)
Posted: 15 December 2009 at 1:29am |
|
How is it possible to have more buttons in a FormTitleBar?
I need such a button like the question mark button in the print dialog eg. from MS Word: Is there an easy way to do this with CodeJock components? There's a way over API but then the button is not skinned correct. I guess the picture needs to be in a style file to fit with a selected style? With WhatsThisButton I can show the button but I don't find an event for it. :( I would appreciate it if someone had an advice... Thanks, Jean |
||
Product: Xtreme SuitePro (ActiveX) Version 15.0.2
Platform: Windows XP (32bit) German - SP 2 Language: VB6 / C# 4.0 |
||
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
|
Yes, In VB you can set WhatsThisButton to True
Here instruction from MSDN for next steps:
In design mode, open the form you want to enable "What's This?" Help for.
|
||
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
||
Jean
Senior Member Joined: 11 December 2006 Status: Offline Points: 110 |
Post Options
Thanks(0)
|
|
Thank you Oleg.
There are some limitations with the WhatsThisHelp : -Works only with HTML Help. No custom actions programmable -Help button is only visible if min and max buttons are invisible I found a way with hooking, but I dont know if this is a "save way". This code is built from samples I found in the internet. Works with click on the help button and I try to listen to the F1 key. Doesn't work perfect. Form (disable min and max button!):
Module (bas):
|
||
Product: Xtreme SuitePro (ActiveX) Version 15.0.2
Platform: Windows XP (32bit) German - SP 2 Language: VB6 / C# 4.0 |
||
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 |