FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to Define a Resource Dialog into Window
Posts: 59
Joined: Thu May 17, 2007 08:27 AM
How to Define a Resource Dialog into Window
Posted: Tue Jul 31, 2007 05:50 AM

hi all:

for Difference LCD display resolution 1024x678 , ...., 1600X1200 need.
my ap Define some folder,tcbrowse,tget,tsay,tbutton for Resources of
Dialog .

How to Define this Resource Dialog into a Window ,which can be
MINIMIZE WINDOWS ,MAXIMIZE WINDOWS ?

Any sample file ?

Best Regards

kokoo

-------------

best regards

kokoo Kao
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to Define a Resource Dialog into Window
Posted: Tue Jul 31, 2007 07:56 AM
Here you have a test RC:
test DIALOG 49, 64, 207, 111
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX
CAPTION "DIALOG_1"
FONT 8, "MS Sans Serif"
{
 DEFPUSHBUTTON "OK", IDOK, 148, 6, 50, 14
 PUSHBUTTON "Cancel", IDCANCEL, 148, 24, 50, 14
 PUSHBUTTON "Help", IDHELP, 148, 42, 50, 14
}

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 59
Joined: Thu May 17, 2007 08:27 AM
How to Define a Resource Dialog into Window
Posted: Tue Jul 31, 2007 10:18 AM

Antonio :

thank you.

-------------

best regards

kokoo Kao

Continue the discussion