hi all!
I using Delphi 7 and w2k
I using a lot of .bpl files in my job, all designed by myself. I choice this way to make easy the project scalability and maintenance
The base form classes and base frame classes I put in a universal .bpl. I set this universal package as "design and runtime"...
how do u change the ancestral class
TfrmChemicals = class(TForm)
to
TfrmChemicals = class(TFrmBase)
just typping?
if so, try this
1) create the base form
2)file, new, other
3)in this dialog window look for a tabsheet wose caption is your project
4) chose the base form icon
It works!
Thanks a lot!
by the way,
I saw you used SendMessage and I tried with PostMessage and asked to my self:
What's the diference?
and I found this answer in the help of the delphi:
"SendMessage calls the window procedure for the specified window and does not return until the window...
Hi all!
I'm in Windows 2000 and Windows XP
I wanna send a "maximize message" to another application
I tried some like that
PostMessage( FindWindow(nil, 'Caption of that program') , SW_MAXIMIZE,0,0);
but whithout efects
how can I do this?
thanks a lot!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.