Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - XTPControlType ( xtpControlComboBox )
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

XTPControlType ( xtpControlComboBox )

 Post Reply Post Reply
Author
Message
suchout View Drop Down
Groupie
Groupie


Joined: 29 September 2009
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote suchout Quote  Post ReplyReply Direct Link To This Post Topic: XTPControlType ( xtpControlComboBox )
    Posted: 27 October 2009 at 3:07am
Hi
 
i create three types of toolbar button  (xtpControlButton,  xtpControlEdit, xtpControlComboBox)
 
 first type toolbar buttons are show icon, but second and third type toolbar buttons are not Show icon,
 
 
i want to show editbox and  combobox  icons
 
what can i do to show that
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 27 October 2009 at 8:21am
Most easy way is create new toolbar resource add all Id/icon you need and load it with
 
pCommandBars->GetImageManager()->SetIcons(IDR_TOOLBARRESOURCE);
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
suchout View Drop Down
Groupie
Groupie


Joined: 29 September 2009
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote suchout Quote  Post ReplyReply Direct Link To This Post Posted: 27 October 2009 at 9:44pm

Hi,

there are toolbar buttons and icons in several
 
so, How can i make toolbar resource ?
 
is there any method to make toolbar resource?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 28 October 2009 at 3:01am
Hi,
 
Go to Visual Studio resource pane and create new Toolbar resource.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.156 seconds.