[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Source Code (C) for some programs..
>From: VBCSC038@VAX.CSUN.EDU
>Subject: Source Code (C) for some programs..
> I was wondering if anyone of you that knows how to program in the
>toolbox WITH Orca/C would like to email me some C programs that CLEARLY show
>how to open the desktop, open the window, draw something inside the window.
>Also, I would like to know why the Menu Entries are always inside a weird
>array of characters?
>Brenden
Brenden,
ByteWorks has a book Toolbox Programming in C. The Pascal version is good, so
I imagine the C version is too. It explains many aspects of the toolbox,
includes lots of source code, and has a semi-replacement for the toolbox refs.
Toolbox Ref I explains how to make a menu and what the characters mean. You can
use resources instead of the "wierd array" or characters. Both ways are very
easy, since the Menu Manager does all the work.
--Jay, jay.krell@cornell.edu