1. IDC_ ??
Could anyone direct me to some documentation or help files regarding:
IDC_FRAME,IDC_SLIDE,IDC_GRCOMPBUF,IDC_GRSIZE
IDC_GRFAULTS,IDC_GRPGS,IDC_GRHITS,IDC_MEMSIZE
IDC_VCSIZE,IDC_COMPBUF,IDC_GRREP
...etc.
...all apparently used in ( GetDlgItem(), controls in dialog boxes )
I have a 'C' example using IDC_SLIDE which is very interesting,
making me all the more curious about all the rest !
??? thanks, Wolf.
http://www.king.igs.net/~wolfritz
http://www.king.igs.net/~wolfritz/tutor.htm
2. Re: IDC_ ??
On Thu, 11 Nov 1999 01:11:05 -0500, wolfgang fritz <wolfritz at KING.IGS.NET>
wrote:
>Could anyone direct me to some documentation or help files regarding:
>
>IDC_FRAME,IDC_SLIDE,IDC_GRCOMPBUF,IDC_GRSIZE
>IDC_GRFAULTS,IDC_GRPGS,IDC_GRHITS,IDC_MEMSIZE
>IDC_VCSIZE,IDC_COMPBUF,IDC_GRREP
>...etc.
>...all apparently used in ( GetDlgItem(), controls in dialog boxes )
>I have a 'C' example using IDC_SLIDE which is very interesting,
>making me all the more curious about all the rest !
>??? thanks, Wolf.
>http://www.king.igs.net/~wolfritz
>http://www.king.igs.net/~wolfritz/tutor.htm
Where did you find the example? Check to see what header files it
includes. The IDC_ constants should be defined in one of them...
-- Brian