i do not know Technique of using *.RC and REDEFINE
"where" can i learn more about it how to use with Fivewin
![Question :?:](./images/smilies/icon_question.gif)
that is exact my "Problem"Antonio Linares wrote:Please make a search for REDEFINE in FWH\samples\*.prg
i can´t change ID while it is from Windowscmsoft wrote:It has to have an id other than -1 to be able to assign redefines
Change RC with an ID.
Code: Select all | Expand
REDEFINE BUTTON
Code: Select all | Expand
REDEFIBE BTNBMP
i agree that these "old" Windows "Common Control" are made for Screen like VGA but much to small for FULL-HDcnavarro wrote:The only problem we found in the use of this technique (dialog design in .RC) is the adaptation of these designs to screens of different resolutions.
thx for AnswerAntonio Linares wrote:Try with TPanel as it is a very simple control
Code: Select all | Expand
hdlg = FindText(&fr);
Code: Select all | Expand
if (ChooseColor(&cc)==TRUE)
if (ChooseFont(&cf)==TRUE)
if (GetOpenFileName(&ofn)==TRUE)
if (PrintDlg(&pd)==TRUE)
if (PageSetupDlg(&psd)==TRUE)