분류 전체보기590 delphi 의 program files 경로 알기 Yes ... we asked this question a while ago ... we'd meant to change the way we did things when XP appeared but ... now Vista's here we opted for : UserAppFolder := CSIDLShellFolder(CSIDL_COMMON_APPDATA); (Windows 98 returns a nil string and then we use the 'old' way ... put everything in the program files folder !) ------------------------------ function CSIDLShellFolder(CSIDLFolder : integer) :.. 2008. 8. 13. 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. 이전 1 ··· 119 120 121 122 123 124 125 ··· 148 다음