5 - 33
}
//
// Attemp to create the main window
//
theWnd =CreateWindowEx
(
WS_EX_TOPMOST, appName, appTitle, WS_OVERLAPPED | WS_SYSMENU,
CW_USEDEFAULT, CW_USEDEFAULT, 375, 225,NULL, NULL,hInst, NULL
);
//
// If the window was not created then quit
//
if ( !theWnd )
{
return 0;
}
//
// Show the main window
//
ShowWindow( theWnd, cmdShow );
UpdateWindow( theWnd );
//
// Proccess the main message loop
//
while( GetMessage( (LPMSG) &msg, NULL, 0, 0 ) )
{
TranslateMessage( (LPMSG) &msg );
DispatchMessage( (LPMSG) &msg );
}
return 0;
Summary of Contents for PadCom TT1500
Page 1: ... PadCom Point of Sale Terminal Control Library U s e r s G u i d e ...
Page 88: ...4 2 ...
Page 129: ......
Page 130: ......
Page 131: ......
Page 132: ... PadCom UG Rev A 4619 Jordan Road P O Box 187 Skaneateles Falls New York 13153 0187 ...