You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
14 lines
302 B
#include <windows.h>
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
LAUNCH DIALOG DISCARDABLE 0, 0, 128, 63
|
|
STYLE DS_MODALFRAME | WS_POPUP
|
|
FONT 10, "MS Shell Dlg"
|
|
BEGIN
|
|
CTEXT "Starting Internet Explorer",-1,15,26,98,11
|
|
END
|
|
|
|
|