Tuesday, May 9, 2017

Video Player using Direct Show DSPack component for Delphi (Tip for 10 )





- Example of media player created with Delphi and DSPack components.

- You can download component from: https://github.com/ms301/dspack

- You should also download ffdshow from the following location :
https://sourceforge.net/projects/ffdshow-tryout/?source=directory

- Detailed procedure of video player creation is shown in the following video :

Monday, April 17, 2017

VirtualStringTree as Grid - Delphi tutorial (Tip for 10 )


In this example you can learn how to use Virtualstringtree from GemSoft as a Grid.


This component can be used as a regular tree view but also as string grid,so it can replace regular stringgrid and dbgrid, but with much higher speed.
Not to mention customization.

Thursday, February 2, 2017

Form in a DLL file Delphi tutorials (Tip for 10 )




In this example you can see how to create dll file with form in it , and call this form from host application.



Following is the source code :


Friday, December 30, 2016

Media Player - Delphi tutorial (Tip for 10 )





Delphi example showing how to create Media Player.
Here you can see how to create Media Player with which you can play music and video files.
It is quite simple and easy way to do this with Delphi.

Sunday, December 18, 2016

Delphi tutorial - Tabbed interface (Tip for 10 )

Delphi example showing how to create tabbed interface.

Here you can see how to dynamically create Memo and Picture and put them in Active sheet ( active tab ).

Also some actions with tabs, add, edit caption, move, delete ...

Friday, December 2, 2016

Delphi tutorial - Use external fonts (Tip for 10 )

In this example I will show you how to use external fonts in your application, without installing font.
Following video shows details about creating this example, and below this video you can find source code for showed example.

Monday, November 14, 2016

Sunday, September 25, 2016

Tutorial by Kobyx Kitchen bar

Tutorial by Kobyx   Kitchen bar

Tutorial on creating kitchen bar by yourself.








Saturday, September 24, 2016

Delphi tutorial MS Access database with KADao

Delphi tutorial MS Access database with KADao

This is Delphi Tutorial about creating and manipulating MS Access database
with KADAo component ( http://www.kadao.dir.bg/ ) ,
and as usual you can find here source code for this app,
and also exe files at address : https://drive.google.com/open?id=0B_njK7HczCjDWkdtbTVseExyYW8

Monday, June 27, 2016

Delphi tutorial Client server application

 Delphi tutorial   Client server application

This is Delphi Tutorial about client-server application.

Tuesday, May 3, 2016

Delphi Tutorial Timer

In this video you can learn how to work with Timer in Delphi.
You can learn how to manipulate with components using timer.

example application:https://drive.google.com/open?id=0B_njK7HczCjDOEpVMER4aFctSDQ

Here is also code used in this video :

Wednesday, March 30, 2016

Delphi Tutorial Listview

Delphi Tutorial Listview

In this tutorial you can learn how to work with Listview in Delphi.
You can learn how to create,edit and delete items, and also how to add icons to items.

Here is video with steps :



Here is also code used in this video :