Originally posted by E B Knoppert:
Maybe you can give me a scanned DDT + DLB file?
Maybe you can give me a scanned DDT + DLB file?
James
------------------
#Dim All #Compile Exe #Register None #Include "WIN32API.INC" CallBack Function DlgCallBack Select Case CbMsg Case %WM_USER + 1: SetWindowText CbHndl, Str$(CbWparam) + Str$(CbLparam) End Select End Function Function PbMain Dim hDlg As Long Dialog New 0, "DDTExample",,, 120, 30, %WS_CAPTION Or %WS_SYSMENU To hDlg CallWindowProc CodePtr(DlgCallBack), hDlg, %WM_USER + 1, 25, 50 Dialog Show Modal hDlg Call DlgCallBack End Function
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: