Ads

Ads

Translate

Saturday, 5 January 2013

E-Book DELPHI 2009 Full

Bagi anda yang sedang belajar tentang bahasa pemrograman, tentu saja tidak asing dengan bahasa pemrograman Delphi. Terutama bagi rekan yang sedang kuliah pada jurusan Teknik Informatika dan lain-lain. Kali ini saya akan berbagi sebuah E-Book yang mengupas tentang seluk beluk bahasa Pemrograman DELPHI secara mendetail...

E-Book ini saya rekomendasikan bagi anda yang ingin menjadi Master Delphi..


Judul E-Book : DELPHI 2009 HANDBOOK
Penulis : Marco Cantu
Jumlah Halaman : 400 Halaman
----------------------------------------------------------------------
(((  Download )))
----------------------------------------------------------------------
Sekian dan terima kasih....
Selamat Mencoba 
-----   Keep Sharing -----

Ebook DELPHI 2010 Full

Setelah anda membaca dan mempelajari postingan terdahulu tentang Delphi 2009 Handbook, kini saya kan berbagi sebuah E-Book ya.... boleh di bilang lanjutan dari 2009 yaitu : Delphi 2010 Handbook..

Di dalam Ebook ini terdapat penjelasan tentang :
Chapter 1: A Better IDE
Chapter 2: The Debugger
Chapter 3: Extended RTTI and Attributes
Chapter 4: More on the Compiler and the RTL
Chapter 5: The VCL and Windows 7
Chapter 6: Touch and Gestures
Chapter 7: Database Access and DataSnap
Chapter 8: REST Web Services
 dan lain - lain .



Judul Buku : DELPHI 2010 HANDBOOK
Penulis : Marco Cantu
Jumlah Halaman : 318
Size : 6.64 Mb
----------------------------------------------------
((( Download )))
-----------------------------------------------------
Sekian dan Terima Kasih...
Selamat Mencoba
--- Keep Sharing ---

Component Barcode Untuk Delphi 7

Rekan-rekan pasti sudah tahu apa itu barcode....
Disini saya akan mengulas sedikit tentang barcode :


Barcode pada dasarnya adalah susunan garis vertikal hitam dan putih dengan ketebalan yang berbeda, sangat sederhana tetapi sangat berguna, dengan kegunaan untuk menyimpan data-data spesifik misalnya kode produksi, tanggal kadaluwarsa, nomor identitas dengan mudah dan murah, walaupun teknologi semacam itu terus berkembang dengan ditemukannya media magnetic, rfid, electronics tags, serial eeprom (seperti pada smart card), barcode terus bertahan dan masih memiliki kelebihan-kelebihan tertentu yaitu ,yang paling utama, murah dan mudah, sebab media yang digunakan adalah kertas dan tinta, sedangkan untuk membaca barcode ada begitu banyak pilihan di pasaran dengan harga yang relatif murah mulai dari yang berbentuk pena(wand), slot, scanner, sampai ke CCD dan bahkan kita dapat membuatnya sendiri. Jenis barcode sangatlah banyak mulai dari yang tradisional yaitu 1 dimensi sampai dengan barcode yang multi dimensi.

Nah pada kesempatan kali ini saya mencoba untuk berbagi sebuah Component untuk Borland C++ Builder 5, Borland C++ Builder 6, Borland Delphi 4, Borland Delphi 5, Borland Delphi 6, Borland Delphi 7 dan Borland Delphi 8. Yaitu Barcode freeware component.


galih library

galih library

Tertarik untuk mencoba Silahkan download dengan link di bawah ini :
sekian dan terima kasih.... selamat mencoba

Wednesday, 2 January 2013

TmgFileListator - The files finder

TmgFileListator is a non-visual component for your beloved Delphi. Simply place TmgFileListator onto your application form and your program will be able to perform multiple simulataneous multithreading searches over the computer of your end-user.
You'll have to set only few parameters:
  • Set optionally a Title for your search
  • Set a mask: this can be an extension ('*.txt'), an extensions group('*.txt;*.doc;*.pdf'), a filename ('Borland Delphi.*') or even a partial file name ('and Del*.*')
  • Set a beginning Path: this is the folder within to search
  • Set RecursiveSearch parameter: if True, all subfolders of Path will be scanned during search
  • Set OutputDevice (actually only TTreeView is supported): here will be displayed the searh results (you can set the same OutputDevice for many searches or set specific OutputDevice for each search)
  • Set ProgressDevice (actually only TLabel is supported) to display file names scanned during search operations
  • Optionally you can set an Animation that is a TAnimate component to inform your users that a search is actually running
Obviously, you can make this settings indifferently at design-time or at run-time. Then, you will be able to use search results as you wish, for nstance to make a backup copy of these files (tell you something this?)
Compatible with Delphi 6, Delphi 7, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010, XE and XE2 (not tested XE3)

2012-12-16: fixed a bug in recursive folder search; fixed a bug in OnCompletedSearchs event.

Download

TmgWebUpdater - Easily update your applications

TmgWebUpdater is a non-visual component for our beloved Delphi. Simply place TmgWebUpdater onto your main form and your program will be able to automatically check for updates, download the new installer and run it when download has finished.
TmgWebUpdater requires Indy libraries installed and to use it you have to enable Delphi versioning system for project you want to be able to auto-update: Project->Options->Version Info: be sure 'Include version information in project' checkbox is checked.
TmgWebUpdater makes easy as never before implementing automatic web update feature within your application.
In order to make it running you have to:
  • Place TmgWebUpdater on the main form of your app
  • upload to web server the script (by default its name is checkUpdates.php or checkUpdates.asp and it is created in the main application folder; you can rename it, modify it or leave it as it is: the only thing you don't have to change in this file is the version number which is created automatically and formatted in the right way
  • create the program which will be downloaded and which will install updates: the best thing is to use an installer which install new versions of files
  • upload this file to your web server
  • Set DownloadUrl and CheckUrl properties with your data (names can be changed as you wish):
    • CheckUrl: http://www.yourserver.com/yourfolderupdates/checkUpdates.php
    • DownloadUrl: http://www.yourserver.com/yourfolderupdates/updateexe.upd
  • Set property Active to true
To create your script you can use the CreateScript utility included in the archive and then upload to your server.
That's all: everytime your application will start, it will check if there are updates available and i will download them.
Tested on Delphi 6 up to Delphi 2010 (presumably working with Delphi XE and Delphi XE2 also).

 Download

Delphi Auto Backup

Delphi Auto Backup main screen Delphi Auto Backup main screen
This is an auto backup and restore program with time schedule. I developed this program in year 2009 for my office.
Software & Components for developing
1. Delphi 7
2. EhLib
3. Zip Master
4. Cool Tray Icon
Download
How to install
1 Download the compiled executable files & save it to any folder.
2 Run BackupRestore

  
How to use
1. Run setup, click Log On button without any password.
2. If you want to change Log On password, just key in New PasswordConfirm Password then click on Save Password
3. Profile can be any name, it is for display purposes.
4. Backup from Folder/File is the source folder or source filename
5. Backup to Folder is the destination folder
6. Backup Filename is the Zip file name, all files & folder will backup to this filename
7. Prefix add a name in front of Backup Filename
8. Password is use to protect the backuped zip file
9. Use Date will overwrite the Backup Filename, it use system date as the filename
10. Use Time will overwrite the Backup Filename, it use system time as the filename
11. Enable to determine whether enable or disable the Profile
12. Schedule Time is the time to start backup
13. Schedule Name can be any name
Delphi Auto Backup Setup ScreenDelphi Auto Backup Setup Screen
As shown in figure above is the setup screen for Auto Backup. Two are two backup job, only Backup1 will execute since Backup2 is disabled.

The backup job will start at 13.00 & 17.30 every day.
Running the Auto Backup program will not display the main window on the screen, it sit at the task bar (next to the clock) as a diskette icon. To open the main window, right click the diskette icon and select Show Window.
From the Main Window, you can running backup & restore immediately. Highlight a backup job from profile & click onStart Backup to start backup job immediately. To backup all jobs, just click on Start Multiple Backup button.
To restore backup-ed file, click on Restore tab, make sure Backup From & Backup To is correctly enter. Click the... button will popup dialog to change the Backup From & Backup To.
In order to inform the client computers that the backup job will be start, the Client.exe is use to install in other computers. Whenever a backup job is trigger (start or complete), it will alert the client. See 
Some file information
  • Setup.exe is use to set the settings for Auto Backup.
  • BackupRestore.exe is the main Auto Backup program.
  • Setting.Dat is the configuration file for BackupRestore.exe, it is the Ms Access database. 
  • Client.exe is the program install in client computers
  • Setting.txt is the setting file for Client.exe.

Cobian Backup

Free Source Code Delphi Application

Cobian Backup - Open Source Delphi Application
Cobian Backup - Open Source Delphi Application

Cobian Backup adalah sebuah program multi-threaded untuk penjadwalan dan backup file-file dan direktorimu dari lokasi sesungguhnya ke lokasi lainnya atau drive lain dalam komputer yang sama atau komputer lain dalam satu jaringan. FTP backup selalu support dalam direksi  (download and upload).

Cobian Backup terdiri dari dua version yang berbeda : application dan service. The program uses very few resources and can be running on the background on your system, checking your backup schedule and executing your backups when necessary. Cobian Backup is not an usual backup application: it only copies your files and folders in original or compressed mode to other destination, creating a security copy as a result. So Cobian Backup can be better described as a "Scheduler for security copies".

Key Features

  • Remote backup
  • Automatically remove old backups
  • Backup to multiple destinations
  • Zip64 for zip files larger than 2 GB
  • Backup FROM and TO a FTP server
  • Strong encryption: Supported methods are Blowfish (128 bit), Rijndael (128 bit) and DES (64 bit)

Download Cobian Backup


Best Post This Year

Install Fortesreport community Delphi 7 dan RX Berlin

Download  Pertama2 kita harus punya file installernya terlebih dahulu, download  https://github.com/fortesinformatica/fortesrepo...

Total Pageviews

© 2014 Fajar Priyadi. WP themonic converted by Bloggertheme9. Published By Gooyaabi Templates | Powered By Blogger
TOP