S
saturn
I am writing a VC++ application where I have to add a commandbar and a
button to commandbar on any new inspector window. I have successfully
added the commandbar and button to my commandbar. I have done these in
a handler of New Inspector.
Now I am stuck with following issues:
1. I have to add an image to my button added to the commandbar. How
can I do this in VC++?
2. How do I register a handler for my button click?
3. Is there any property of commandbar through which I can uniquely
identify it? This will help in making decision of adding commandbar if
already not present.
Any pointers on these will be very helpful.
Regards,
Pradeep
button to commandbar on any new inspector window. I have successfully
added the commandbar and button to my commandbar. I have done these in
a handler of New Inspector.
Now I am stuck with following issues:
1. I have to add an image to my button added to the commandbar. How
can I do this in VC++?
2. How do I register a handler for my button click?
3. Is there any property of commandbar through which I can uniquely
identify it? This will help in making decision of adding commandbar if
already not present.
Any pointers on these will be very helpful.
Regards,
Pradeep