:confused:Hi there, I have a number of .ico files, each having an icon in it. I want to build a toolbar containing buttons, each having an icon from one of these .ico files. Kindly tell me how to do this. Regards:confused: Gaurav Gumber
gumber
Posts
-
How to put an icon in .ico file on a toolbar button? -
How to retrieve application icon of a file type ?Hi there, Kindly tell me how to retrieve the application icon of a registered file type from the file extension without having a specific file name. For example, I need to retrieve the application icon associated with file type having extension ".doc". Regards Gaurav:confused: Gaurav Gumber
-
How to get application icon associated with a file:confused:Hi there, Kindly tell me how can we retrieve the icon associated with a file which is defined by the application used to build that file. Actually I've got a list of files which I want to display in a List Control along with the icon associated with it. Regards Gaurav Gaurav Gumber
-
How to open a file in its designated application?Hi there, I have the complete path of a file in a CString variable and I want that first the appropriate application should be executed and then the file should be opened. For ex, If the file name is "abc.doc" then first the application MS-WORD should be invoked and then the file should open in it. Please tell me how to do this.:confused: Gaurav Gumber
-
How to give a run time struct definitionI want to generate a struct variable whose fields are determined at the run time. It could be one with 2 fields or one with 2000 different fields. For example, During one execution the requirement could be- struct { char[30] name; int salary; float age; } And during another execution it could be- struct { double a[100]; float b; long c[200]; int d; char e; } I'll be very grateful if somebody could help me out.:confused: Gaurav Gumber
-
How to make an installer packageA Visual C++ application, if run on a system having VC++ not installed, asks for a number of ".dll" files. Kindly tell me how to make an installer package so as to be able to run it on a machine not having VC++. In Visual Basic, we have a utility called Package and Deplyment Wizard for this purpose. I am not able to find any such thing in VC++:confused:. Gaurav Gumber
-
How to save a bitmap:confused:I've got an array containing the bitmap image. How do I save it to make a .bmp file? Gaurav Gumber
-
Addition of a new forumThere should be a separate discussion forum for Bitmaps and graphics. I'll be grateful we could have one as early as possible Thanks:) Gaurav Gumber
-
Bitmaps and GraphicsThere should be a separate discussion forum for Bitmaps and graphics. I'll be grateful we could have one as early as possible Thanks:) Gaurav Gumber
-
About #pragmaKindly tell what is a #pragma and why is it a must to use it at some places Gaurav Gumber