FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour help to Rc files
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
help to Rc files
Posted: Sat Dec 20, 2008 06:15 AM

where may I found description do rc file

what does mean any parameters in this line ?

{
CONTROL "", 120, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 19, 149, 70
EDITTEXT 130, 16, 106, 149, 51, ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Multiline-Get with READONLY", -1, 18, 94, 111, 8
CONTROL "", 140, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 176, 19, 160, 177
}

best regards

kajot
Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
help to Rc files
Posted: Sat Dec 20, 2008 10:13 AM

kajot,

normally you don't see this code and there is no need to edit or analyze this.
This rc file is the output of a resource editor like Borland resource workshop or similar programs.

With those programs you are designing dialogs visually and the rc code is generated automatically.

If you would like to know details of this code you can try to modify screen positions, sizes, styles and id numbers with your resource editor and watch it's output.

Regards,
Detlef

Continue the discussion