How to Define a Resource Dialog into Window

How to Define a Resource Dialog into Window

Postby kokookao2007 » Tue Jul 31, 2007 5: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
User avatar
kokookao2007
 
Posts: 59
Joined: Thu May 17, 2007 8:27 am

Postby Antonio Linares » Tue Jul 31, 2007 7:56 am

Here you have a test RC:
Code: Select all  Expand view
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
}

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42079
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby kokookao2007 » Tue Jul 31, 2007 10:18 am

Antonio :

thank you.
User avatar
kokookao2007
 
Posts: 59
Joined: Thu May 17, 2007 8:27 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 61 guests