|
-
Jul 28th, 2023, 09:48 AM
#11
Re: Getting the ball rolling. Which VB6 projects are you working on?
 Originally Posted by fafalone
It's a preset.
<DropDownColorPicker CommandName="cmdDropDownColorPickerStandardColors" ColorTemplate="StandardColors"/>
the command it's referring to in CommandName is just the entry that defines the ID#, caption, and image:
Code:
<Command Name="cmdDropDownColorPickerStandardColors" Symbol="IDC_COLORSTD" Id="2003">
<Command.LabelTitle>
<String Id="2003">Standard Colors</String>
</Command.LabelTitle>
<Command.LargeImages>
<Image Id="203">Res/Colors32.bmp</Image>
</Command.LargeImages>
</Command>

Thank you, fafalone.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|