This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Toolbar and MDI app


>> 
>> Hi again,
>> I'm working on a small text editor which uses MDI.
>> Can anyone tell me how to create a working toolbar for it.
>> I've tried using CreateToolbarEx but it just draws the toolbar and
>> doesn't do anything else.
>
>CreateToolbarEx doesn't write the callback functions for you. You have
>to tell the system what to do when a toolbar button is pressed. Read the
>docs because this is not very simple
>
>
>-- 
>Jacob Navia Logiciels/Informatique
>41 rue Maurice Ravel Tel 01 48.23.51.44
>93430 Villetaneuse Fax 01 48.23.95.39
>France

I see you don't understand what my problem is, so here's the source.


Daniel Mironowicz             miron-the-master@usa.net

tbmdi.cc

tbmdi.h

tbmdi.rc

tbmdi.exe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]