Parsi Coders
Delphi Source Code and Tutorials - نسخه قابل چاپ

+- Parsi Coders (http://parsicoders.com)
+-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37)
+--- انجمن: Pascal/Delphi (http://parsicoders.com/forumdisplay.php?fid=45)
+---- انجمن: Delphi (http://parsicoders.com/forumdisplay.php?fid=69)
+---- موضوع: Delphi Source Code and Tutorials (/showthread.php?tid=3)



Delphi Source Code and Tutorials - Amin_Mansouri - 04-15-2011

درود ...
در این تایپک سورس کد های دلفی به همراه توضیحات قرار داده میشود.



RE: Delphi Source Code and Tutorials - Amin_Mansouri - 04-15-2011

Eng: Check if a path exists
Persian :
با دستور زیر میتونیم بررسی کنیم ایا پویشه Parsicoders وجود دارد یا نه ؟
کد:
uses FileCtrl;


procedure TForm1.Button1Click(Sender: TObject);
begin
  if DirectoryExists('c:\ParsiCoders') then
    ShowMessage('Path exists!')
    else
    ShowMessage('There is no such path!');

end;

end.



RE: Delphi Source Code and Tutorials - Amin_Mansouri - 04-16-2011

Eng:
The Dock is feature of the GUI of Apple's Mac OS X operating system, which is used to launch applications, and switch between running applications.

"McLauncher" is a Delphi implementation of the Doc. McLauncher is a smoothly animated, alpha blended application launcher.

Persian :
این سورس کد شیبه ساز محیط مکینتاشه جلوه های گرافیکی داخلش استفاده شده در کل چیز جالبه

Link Download:
http://delphi.about.com/library/code/mclauncher-src.zip


سورس بعدی :
Application Launcher
eng:
Looking for an alternative to Windows Start Menu? Want to have a better control of a group of applications you want to launch-execute-start?

سورس بعدی
Eng:
Looking for an alternative to Windows Start Menu? Want to have a better control of a group of applications you want to launch-execute-start?
Persian :
سورس بعدی یک کادر کنار صفحه ایجاد میکنه پنجره ان دارای حالت فوکوس میباشد برنامه مورد نظرتون مسیرتون رو بهش میدید و در کنار کادری که کنار صفحه هست میتونید برنامه رو انتخاب کنید در کل چیز جالبیه
Link Download:
http://delphi.about.com/library/code/fdac_applauncher.zip