Application/Delphi Lecture126 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. 하위 폴더까지 생성하기 ForceDirectories() 2008. 8. 13. 이전 1 ··· 9 10 11 12 13 14 15 ··· 32 다음