|
Form Explorer 2.01b for Delphi 5
Vladimir Vinogradsky is glad to announce the new version (2.01 beta) of the Form Explorer.
Form Explorer is a supercharged version of the Object Inspector.
It provides a tree-like representation of all design forms and components.
The user can drag and drop selected components between various
containers (such as TGroupBox, TPanel, TTabSheet, TCustomForm, etc.)
Other features:
- Component information window
- Form Summary window
- Component Summary window
- Component replacement tool
- Component cloning tool
- Component selection tool
Related Discussions - HOW CAN I DEACTIVE DIAL-UP CONECTION? (2001-01-28 11:54:30)A guy named Ruben recently gave me this answer when I asked nearly the same question.........
----------------------------------------------------...
- MORE EXPLAIN (RUN AN APPLICATION BEFORE ALL OTHERS) (2001-01-26 15:11:58)There are other ways... You can make a boot disk. Anyway, your install program will be a DOS program. BUT, if you put your program in RunServices,...
- CREATING SHORTCUTS (2001-01-28 01:16:27)This is a sample from the MSDN, I tried to translate it into Delphi. I did not try to execute it but it should work.
If it won't, tell me and I'll...
- DELETING THE EXEFILE... (2001-01-28 04:05:04)function CreateTempFileName: string;
var TempDir: array of Char;
count, len: LongInt;
dummy, sec: Word;
start: string;
begin...
- DON'T APPEAR IN TOOLBAR!!! (2001-01-28 00:59:37)Another possibility is to set the extended window style of the application (!) window to WS_EX_PALETTEWINDOW:
SetWindowLong(Application.Handle,...
- HOW TO DISCONNECT FROM THE INTERNET IN DELPHI 5 (2001-01-28 11:55:14)A guy named Ruben recently gave me this answer when I asked nearly the same question.........
----------------------------------------------------...
- DETECTING SHADES OF COLOURS (GRAYSCALE) (2001-01-31 04:54:41)I'm Russian but I live in Belgium, so i'm not teh best in English too :)
The way you calculate the greyscale color is the wrong one.
red >...
- GRID INDEX OUT OF RANGE ERROR USING PARADOX TABLES (2001-01-29 16:26:47)Hello,
I ussauly get that error when for example:
I have 20 records in my paradox table.
Here I set To Table1.RecNo:=21.
When I execute...
- NOBODY CAN HELP ME???? (2001-01-30 08:03:06)Here the link to Deborah Pate's sample projects using
bookmarks and properties:
http://www.djpate.freeserve.co.uk/Bookmarks.zip
visit her...
- RXLIBRARY INSTALLATION ISSUES IN DELPHI 5 PRO (2001-01-29 12:37:29)It is most likely due to your not having path to the BPL
in the library path in the environment options.
|