Parsi Coders

نسخه‌ی کامل: Delphi Source Code and Tutorials
شما در حال مشاهده نسخه آرشیو هستید. برای مشاهده نسخه کامل کلیک کنید.
درود ...
در این تایپک سورس کد های دلفی به همراه توضیحات قرار داده میشود.
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.
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/fda...uncher.zip