I am using RadASM, with MASM32. I need to add a toolbar to my dialog.
I tried looking at example projects, I implimented the code as it was done in those examples, but I must be missing something.
What is the barebones way of adding a toolbar with a button?
I tried looking at example projects, I implimented the code as it was done in those examples, but I must be missing something.
What is the barebones way of adding a toolbar with a button?
I suppose the absolute simplest way would be building a child window and building a button on that, would probably look the same. I would give you a sample code, but im at a friends house and dont get home til monday afternoon so itl have to wait til then
I never did it myself, but a friend of me told me that it is a hell of a job, to manually manage a good toolbar (the dockable kind and such). He did it in c++ btw, still much work.
http://www.geocities.com/ge2001/td/x86win32asm.htm
has three examples on how to create Toolbars.
has three examples on how to create Toolbars.
Thank you. I'll look at those tutorials. Hopefully it is in my capability.
I'm a fool, my toolbar woulf have work except for a constant mixup problem!
I'm a fool, my toolbar woulf have work except for a constant mixup problem!