www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - RCC

reply "Pete Reason" <return inburst.com> writes:
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
parent "Walter" <walter digitalmars.com> writes:
"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