Exetools  

Go Back   Exetools > General > General Discussion

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-18-2006, 07:37
kittmaster kittmaster is offline
Friend
 
Join Date: Feb 2005
Location: USA
Posts: 30
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kittmaster Reputation: 0
Need Help With Masm Dialog Resource File Data

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
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to add a large block of data into a file to patch it? Chuck954 General Discussion 8 09-06-2019 14:47
ripping some data from upx packed file macpiter General Discussion 4 11-09-2005 20:41


All times are GMT +8. The time now is 13:54.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )