Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ricardospam

    Access Violation Error in dcc70.bpl

    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"...
  2. ricardospam

    Can inherited controls appear at design time?

    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
  3. ricardospam

    how to bring another application to the top?

    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...
  4. ricardospam

    how to bring another application to the top?

    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!

Part and Inventory Search

Back
Top