Get the current directory.
Archive for the ‘Delphi Tutorial’ Category
Get The Current Directory
Thursday, February 15th, 2007Get Program Directory
Thursday, February 15th, 2007Get program directory.
Convert JPG to BMP
Thursday, February 15th, 2007With this procedure below you can convert JPT to BMP.
Convert BMP to JPG
Thursday, February 15th, 2007With this procedure below you can convert BMP to JPG.
Preventing deleting record in a DBGrid
Thursday, February 15th, 2007Put code snippet bellow on the OnKeyDown event of the DBGrid.
Minimize all windows
Thursday, February 15th, 2007You can minimize all windows with this code snippets.
Hide the window caption
Thursday, February 15th, 2007If you want to prevent the user to move a window you have to hide the caption. This is done by changing the window attributes in the FormCreate event. Its also possible to set the property BorderStyle to ‘bsNone’, but than the window has no frame at all.
(more…)
Close all the open Internet Explorer windows
Thursday, February 15th, 2007Use this to close all open Internet Explorer windows.
Split String 1
Thursday, February 15th, 2007If you want to split string from TStringList you can use this little code.
(more…)
How to make transparent DBGrid
Monday, February 12th, 2007With the following code we can make transparent DBGrid.