|
-
September 13th, 2004, 12:52 AM
#1
toolbar at win32
Hi all
How to create a toolbar at win32 application?
Last edited by wow9999; September 13th, 2004 at 05:30 AM.
-
September 13th, 2004, 01:33 AM
#2
Re: toolbar at win32
You can't have toolbars in a console application. The whole point of console applications is to use consoles instead of windows.
Har Har
-
September 14th, 2004, 08:50 PM
#3
Re: toolbar at win32
Toolbar is one of the windows common controls. It has a class name defined as TOOLBARCLASSNAME that may become ToolbarWindow ToolbarWindow32 ANSI or ToolbarWindow32 UNICODE.
Creating toolbar is not an easy task; it requires lots of coding. First you create window of a toolbar class and after loading resource (bitmap) use send messages to set buttons. I am sure you will be able to find some sample code in WWW. Explaining it here falls beyond a scope of this forum.
There are only 10 types of people in the world:
Those who understand binary and those who do not.
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
|