c++.windows.32-bits - RCC
- Pete Reason (7/7) Feb 24 2003 Where can I find a list of what window elements/controls rcc allows? eg:
- Walter (5/11) Feb 24 2003 Try this:
Where can I find a list of what window elements/controls rcc allows? eg: DEFPUSHBUTTON "OK",IDOK,... PUSHBUTTON "Cancel",IDCANCEL,... CTEXT "An example program showing how to use Dialog Boxes.",... where are things like CTEXT defined? and what about others? TIA!
Feb 24 2003
"Pete Reason" <return inburst.com> wrote in message news:b3ctpg$2a6v$1 digitaldaemon.com...Where can I find a list of what window elements/controls rcc allows? eg: DEFPUSHBUTTON "OK",IDOK,... PUSHBUTTON "Cancel",IDCANCEL,... CTEXT "An example program showing how to use Dialog Boxes.",... where are things like CTEXT defined? and what about others?Try this: http://216.239.33.100/search?q=cache:a0yG_Fh0Ub8C:msdn.microsoft.com/library /en-us/tools/rc_33jg.asp+ctext&hl=en&ie=UTF-8
Feb 24 2003