kittmaster
February 17th, 2006, 18:44
Hey guys,
I'm working with ziggy's keygen 0 template and have some questions regarding the window sizing parameter inn the rcsc.rc file
Below is the code with text of what I understand and the questions in which I don't. I've done some searching on google and the help files don't tell me anything. So if you could clarify I might be well on my way!
1 DIALOGEX 0, 0, 225, 85, 0 <<<< 0?, 0?, 225 I found is length, 85 is width, 0?....???? Lost on the numbering
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX <<<understood
EXSTYLE WS_EX_STATICEDGE
CAPTION "Kittmaster's Keygen"<<<understood
FONT 7, "MS SANS SERIF"<<<understood
BEGIN
ICON 3, 1, 4, 4, 35, 35 ; place application icon top left of dialog box <<<<Makes sense, but what do the numbers do? I think the 35 35 is the height and width, but what about the rest????
EDITTEXT 1002, 33, 26, 183, 10, NOT WS_BORDER | ES_CENTER, WS_EX_STATICEDGE <<<<<< I know the 1002 is the command variable from the asm file, but what does the rest of the number do? I think they are offsets, but offset to what and where???...........I may need some RTFM help, but where IS the manual that explains this part? The border, center, staticedge I get
EDITTEXT 1003, 33, 44, 183, 10, NOT WS_TABSTOP | NOT WS_BORDER | ES_CENTER | <<<<see above
ES_AUTOHSCROLL | ES_NOHIDESEL | ES_READONLY, WS_EX_STATICEDGE
PUSHBUTTON "Generate", 1005, 50, 65, 50, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "Copy", 1006, 122, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "About", 1007, 156, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "Close", 1004, 189, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
CTEXT "Appname", 1001, 33, 8, 183, 10, SS_SUNKEN, WS_EX_STATICEDGE <<<understood except numbers??
LTEXT "Name", 4, 5, 26, 26, 10 <<<understood except numbering
LTEXT "Serial", 5, 4, 44, 26, 10<<<understood except numbering
I'm working with ziggy's keygen 0 template and have some questions regarding the window sizing parameter inn the rcsc.rc file
Below is the code with text of what I understand and the questions in which I don't. I've done some searching on google and the help files don't tell me anything. So if you could clarify I might be well on my way!
1 DIALOGEX 0, 0, 225, 85, 0 <<<< 0?, 0?, 225 I found is length, 85 is width, 0?....???? Lost on the numbering
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX <<<understood
EXSTYLE WS_EX_STATICEDGE
CAPTION "Kittmaster's Keygen"<<<understood
FONT 7, "MS SANS SERIF"<<<understood
BEGIN
ICON 3, 1, 4, 4, 35, 35 ; place application icon top left of dialog box <<<<Makes sense, but what do the numbers do? I think the 35 35 is the height and width, but what about the rest????
EDITTEXT 1002, 33, 26, 183, 10, NOT WS_BORDER | ES_CENTER, WS_EX_STATICEDGE <<<<<< I know the 1002 is the command variable from the asm file, but what does the rest of the number do? I think they are offsets, but offset to what and where???...........I may need some RTFM help, but where IS the manual that explains this part? The border, center, staticedge I get
EDITTEXT 1003, 33, 44, 183, 10, NOT WS_TABSTOP | NOT WS_BORDER | ES_CENTER | <<<<see above
ES_AUTOHSCROLL | ES_NOHIDESEL | ES_READONLY, WS_EX_STATICEDGE
PUSHBUTTON "Generate", 1005, 50, 65, 50, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "Copy", 1006, 122, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "About", 1007, 156, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "Close", 1004, 189, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
CTEXT "Appname", 1001, 33, 8, 183, 10, SS_SUNKEN, WS_EX_STATICEDGE <<<understood except numbers??
LTEXT "Name", 4, 5, 26, 26, 10 <<<understood except numbering
LTEXT "Serial", 5, 4, 44, 26, 10<<<understood except numbering