. . . And another one bites the dust...

(with apologies to the copyright holders)
Congrats guy
#COMPILE EXE #INCLUDE "G:\CTS\Library\WIN32API.INC" DECLARE SUB CommonControls LIB "CommCtrl.DLL" ( BYREF hDlg AS DWORD ) '-------------------------------------------------------------------- CALLBACK FUNCTION DlgProc() AS LONG END FUNCTION '-------------------------------------------------------------------- FUNCTION PBMAIN () AS LONG LOCAL hDlg AS DWORD DIALOG NEW 0, "Title",,, 100, 100, %WS_CAPTION OR %WS_SYSMENU, 0 TO hDlg CommonControls ( BYREF hDlg ) DIALOG SHOW MODAL hDlg, CALL DlgProc END FUNCTION '-------------------------------------------------------------------- '--------------------------------------------------------------------
$COMPILE DLL "CommCtrl" $DEBUG ERROR ON $DIM ALL %console = 0 ' DECLARE SUB CommonControls LIB "CommCtrl.DLL" ( BYREF hDlg AS DWORD ) SUB CommonControls ( BYREF hDlg AS DWORD ) EXPORT CONTROL ADD LABEL, hDlg, 140, "STATION" , 6, 7, 50, 9 END SUB
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: