Hi Roger,
I'm not seeing the icons in Ribbon Bar Sample
Attachment:
Untitled-1.gif [ 8.73 KiB | Viewed 5951 times ]
I've tried:
- Moving the icons outside the icon folder without changing any code.
Code:
CJLoadIcon ".\Icons\App.ico" ID 1 STATE xtpImageNormal PARENT oCommandBars:icons
- Move the Icons to their original folder, and edit CJLoadIcon like so :
Code:
CJLoadIcon "\Icons\App.ico" ID 1 STATE xtpImageNormal PARENT oCommandBars:icons
- and like so:
Code:
CJLoadIcon "..\Icons\App.ico" ID 1 STATE xtpImageNormal PARENT oCommandBars:icons
But no luck in showing the icons. Any ideas?
Best Regards,
Andy