Application179 inno setup 바로 설치 하기 DisableDirPage=true DisableFinishedPage=true ;DisableFinishedPage=false DisableReadyMemo=true DisableReadyPage=true 2008. 8. 13. Convert bmp-file to jpeg-file Convert bmp-file to jpeg-file Button1Click procedure creates variable of TBitmap type and loads a picture stored in a file. Button2Click procedure creates variable of TJPEGImage type and assignes bitmap object to this variable. uses JPEG; ... var Bitmap: TBitmap; ... procedure TForm1.Button1Click(Sender: TObject); begin if OpenDialog1.Execute then begin Bitmap:=TBitmap.Create; Bitmap.LoadFromFil.. 2008. 8. 13. tree 에 checkbox 넣기 SetWindowLong(treeMember.Handle, GWL_STYLE, GetWindowLong(treeMember.Handle, GWL_STYLE) OR TVS_CHECKBOXES); 2008. 8. 13. Vista Ready Applications with Delphi 원본 http://www.installationexcellence.com/articles/VistaWithDelphi/Index.html Reintroduction I was overwhelmed, to say the least, by the reception my original article on creating Windows Vista ready applications with Delphi received. I was very flattered to be included on the Delphi Hour (replay available here). This article aims to provide updated and additional information on creating Vista rea.. 2008. 8. 13. 이전 1 ··· 22 23 24 25 26 27 28 ··· 45 다음