Link to home
Start Free TrialLog in
Avatar of GerhardTreisbach
GerhardTreisbach

asked on

Writing my own Form Editor

I would like to write an application that allows me at runtime to insert components (ActiveX)  into a working region, move and resize them with the mouse and store the whole 'creation' in a file. In other words I would like to have a lite version of the Delphi Form Editor.
Avatar of GerhardTreisbach
GerhardTreisbach

ASKER

Edited text of question
Can send you something you might want to take a look at.. It simply shows you how to create objects...  It simply shows how to create TEDit, TButton, and TRadioButton which can be created at run-time... you can also save those and load them at run-time....You can also move them at run-time.,,, If you want that just tell me and I'll send you the source code... It works with D3 & D4.... It's a simple project I worked on some time ago :-)

btw- if you like how it works and you get new ideas on how to build your own I'll send this as an answer :-)

Regards,
Viktor Ivanov
There are several components/modules etc (mostly on DSP) that allow you to do runtime form editing, creating and loading.

There is not much poin reinventing the wheel (and involves some fairly serious reverse engineering and derivation from TFormDesigner).

Cheers,

Raymond.
If you don't mind spending a few bucks for this, take a look at http://www.dreamcompany.com.  I have used these componets in a few of my projects with great results.

Phil
ASKER CERTIFIED SOLUTION
Avatar of rwilson032697
rwilson032697

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
rwilson,
thanks a lot for this tip. This is exactly what I have looked for !!!

Also thanks to viktornet and phillipf for their suggestions.

This was my first expierience with experts-exchange and I believe thats this is one of the best things one can find in the internet

Bye
   Gerhard