Delphi - Displaying App. Name/Version in Titlebar





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

2
Date Submitted Tue. Mar. 6th, 2007 12:31 PM
Revision 1
Beginner ido
Tags Delphi | Folder
Comments 0 comments
This code return program directory.
5
Date Submitted Fri. Oct. 27th, 2006 9:33 AM
Revision 1
Helper bright
Tags Date | Delphi | Julian
Comments 0 comments
This function will convert a Date (passed as type TDateTime) to a long-format Julian calendar date (result as type String).
4
Date Submitted Tue. Oct. 24th, 2006 12:12 PM
Revision 1
Helper bright
Tags Delphi | http | Hyperlink | Internet | Link
Comments 2 comments
This bit of code will open up the http link in a new browser window. The link should be passed to the variable "HTML_File" as a string (as shown below).
1
Date Submitted Tue. Oct. 24th, 2006 8:02 AM
Revision 1
Helper bright
Tags Delphi | message
Comments 2 comments
This snippet shows how to properly implement a message dialog (messagedlg) to confirm some action or event with Delphi.
2
Date Submitted Tue. Sep. 19th, 2006 7:05 PM
Revision 1
Helper RaX
Tags Delphi
Comments 0 comments
Simple, but fast implementation of the Naive Sub-String Search Algorithm with my own enhancements written in Delphi.