assembler-robot
08-18-2002, 06:15 AM
I created a SDI application, and I want to know how to use my own graphics I made in Photoshop instead of the ugly menus and buttons they use. Sorry for being such a n00b.
When you say SDI application, do you mean Single Document Interface in (Microsoft) MFC, with Visual Studio? If so...
You can have buttons with images by assigning them an image in their "properties" boxes. You should see, in the "general" tab, a dropdown box labeled "image". This lets you choose a resource ID from any of the icon resouces in your project.. If you want to use an icon that is not in the project already, you'll have to import it into the project.
If not... then I have no idea what you're talking about.
assembler-robot
08-19-2002, 10:24 AM
Ah, yes. I meant Single Document Interface. Thanks anyway. What I needed was to import my icons. So I'll figure that out myself
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.