ReaImDown
2007-06-11 00:42:21
This application has failed to start because .dll was not found. Re-installing the application may fix this problem.
I did the following,
Add Resource, language = english us (united kingdom)
id = 121
then added this code
I did the following,
Add Resource, language = english us (united kingdom)
id = 121
then added this code
Code: Select all
121 DIALOG 0, 0, 200, 117
STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_CENTERMOUSE | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Info"
FONT 8, "MS Sans Serif"
{
DEFPUSHBUTTON "OK", 1001, 76, 94, 50, 14
LTEXT " Randy Skinner", -1, 45, 13, 142, 9
LTEXT "\r\nE-mail: diablo_rules78@hotmail.com\r\n\r\nWebsite, Coming Soon", -1, 7, 46, 186, 44, SS_SUNKEN | WS_BORDER | WS_THICKFRAME, WS_EX_DLGMODALFRAME
CONTROL "", -1, "STATIC", SS_BLACKFRAME | SS_SUNKEN, 7, 34, 186, 2
ICON 102, -1, 7, 7, 21, 20
}