Is there any way that I can embed BMPs when compiling my code using PBDLL 6.0?
I'd like to have just an EXE.
thank you.
I'd like to have just an EXE.
thank you.
Global sDlg as long %IDT_TIMER1 = %WM_USER + 901 Function SplashProc() As Long Dialog New 0, "",,, 305,158, %WS_POPUP Or %WS_DLGFRAME To sDlg Control Add Image, sDlg, -1,"#1030",1,1,305,158 Dialog Show Modal sDlg Call SplashScreen End Function '------------------------------------------------------------------------------ Function Pbmain() as long SplashScreen End function CallBack Function SplashScreen() As Long Local hInst As Long Local wMsg As Long Local wParam As Long Local lParam As Long wMsg = CbMsg lParam = CbLparam wparam = CbWparam hInst = hInstance ' MousePtr 11 'BUSY Select Case wMsg Case %WM_INITDIALOG SetTimer sDlg, %IDT_TIMER1, 3500, ByVal %NULL Function = 0 Exit Function Case %WM_DESTROY KillTimer sDlg, %IDT_TIMER1 Case %WM_TIMER Select Case CbWparam Case %IDT_TIMER1 MousePtr 0 Dialog End sDlg, 1 End Select End Select End Function '-----------------------------------------------------------------------------------
PROGRAM ICON BOU32.ICO LOCK BITMAP LOCK.BMP DIAPO BITMAP BOUDIAP.BMP CRAN BITMAP CRAN.BMP
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.
Comment