when i was trying this kind of button, it gave me the following error, file not found: Cannot open type library file: '..\..\controls\kSetEditor\kSetEditor.tlb': No such file or directory AND i searched for that .tlb file and even i could not find it. This KSetButton is an article presented in the Buttons section of CG. I was compiling the demo project and i got into this error. Is there any solution?
ReplyOriginally posted by: N.K.SINGH
I am unable to click button using accelerator key for example Alt+S to click start button.
Originally posted by: Nir Cohen
the disabled pictured do not work
(even after the 'Enebled/disabeld' BUG fixed)
Originally posted by: Feroz Zahid
I found this code as a very good example code. Let all try it.
Originally posted by: sunita
I am a newbie.Can you tell me how i can create array on command buttons?
:)
i will appreciate,you help.
Thanks bye.
Originally posted by: zengsiyu
Thank you for your Work.use your Ksetbutton control can make a good looking Application Interface.But it have some bugs:
1. It can work in Unicode,but have some problem.
When you set the caption properties by chinese,you input two word(chinese),you must add two blank space.
2. Properties Enabled bugs
when you set the enabled properties to false,and back to true, the buttons looking is still disable, and can't click.
zengsiyu
2001.7.22
Originally posted by: aloha1734
if you change the button to enabled=false at run time, you won't be able to have it enable by resign the value like Enabled=true.
is this a bug?
Originally posted by: Anurak
When I set Picture to center, The picture stay on top layer and cover the text. How can I show text over the picture? Is it support wordwrap? When The text too long, it cannot show the exceed text.
ReplyOriginally posted by: Bush
Hi , Im using ur button.I couldnt figure out how would i add a tooltip to ksetbutton.Any help is appreciated.
Bhushan
ReplyOriginally posted by: Aykut
So I add
::SetFocus(NULL);
after
anydlg.DoModal();
But this should be done by the control itself.
When a modal dialog (like afxmessagebox) is created in the button
OnButtonPress function , after the dialog ends the button again gets the focus.
So when I end the dialog with enter key the button is again pressed and dialog reappears.
I tested and saw that this continues forever.