Delphi SourceCode

Here you will find some Delphi source code.But i decided to not yet upload the sourcecode files and project files because i need the server hard disk space this isn't my server it's the server from my internet accses provider http://www.skynet.be so if you want to see the source end project files feel free to write in my messageboard,guestbook or send me an e-mail end i will upload it to this server for you to download in a compressed zip file.Remember when you download a file on my site or wherever always scan it with your favorite antivirus software like mcafee or norton before you run it otherwise if the file contains a virus your computer will be infected also if you want maximum antivirus security make sure your virusdefinitions are up to date most scanners do this automaticly.

I was reading the book Mastering Delphi 5 by Marco Cantù.In chapter 8 of the book there is an example program called mbparade i studied the source code end have written my own version of the same program end i added some features like a messagebox when you try to close the program and an about messagebox and i translated it into dutch also you can see the messagebox icons end when you move your mouse over an icon you will see a hint as you can see in the screenshot.
screenshot

If you have trouble to find these icons there is a program that can help you.Basicly it scans files like *.dll or *.cpl or *.exe usually many of these kind of files have hidden icons if you wanto to download click the link below but run a virusscan before you open it the program is freeware created by microsoft® also there are some good website where you can download this glyphs
http://www.rimrocksoftware.com
http://www.iconbazaar.com
http://inner-smile.com/dl_div.htm#glyph
http://4thfebruary.port5.com/programming/delphi/graphics/index.html
IconSearch download here

here is the Delphi source code for the two features i added to the original program first when the user clickes the close(sluiten) button a messagebox appears asking him if he is sure he wants to close(sluiten) the program

procedureTForm1.Sluiten1Click(Sender:TObject);
begin
if MessageDlg('Are you sure you want to close windows MessageBoxEditor?',
mtConfirmation,[mbYes,mbNo],0) = mrYes then
Close;
end;

With this program i created a little extra you can use the screenshot of the messagebox below to link to my site if you want that.
screenshot
if you are using internet explorer right click on the image end choose save image as and link it to
http://users.skynet.be/DelphiVillage
i've builded a Text editor with mdi interface(multiple document interface) it has menus , a toolbar and an aboutbox.The actions needed to make it work are programmed through an TActionList component.each of these actions are connected to the menuitems and the toolbarbuttons called TToolButton.You can do this using the Object inspector as you can see in the screenshot below.The mdieditor i've builded now has a new component i've created called TNewStatusBar.This is a normal TStatusBar but it accepts controls on it.As you will see in the screenshot at the bottom of this page the program is now capable of if the capslock key is on the program show the text CAPS in the statusbar.this is used by many homebanking programs to help you watch the status of the capslock key because passwords are usually case sensitive.If you have comments or you want to know how i builded this program please leave a message in the
MessageBoard

SCREENSHOT

Program Author Download
Windows MemoryMeter Loos Erik Memorymeter.zip
MessageboxEditor Loos Erik Message.zip
MdiEditor Loos Erik not availible yet
TextEditor notepad style Loos Erik setup.exe



navigation links

index main page of this website
info info on file extensions used by delphi
ide information about Delphi ide
links links to other Delphi related websites
about little info about me
books Delphi books
board Delphi programming discussion board
guestbook let me know you where here in my guestbook
newsgroups Delphi programming discussion newsgroups
webring wanna join the DelphiVillage webring?
help how to create windows® help files?
components how to build Delphi components?
delphi™ topsites i joined many toplist here is mine
setup how to build a setup program?

i will update this page reguraly


screenshot





The program Windows MemoryMeter is my own version of the example program by Marco cantù
Delphi™ is a ® trademark from borland software company inc all rights reserved
DelphiVillage copyright © 2001 Loos Erik all rights reserved