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 Mike Lewis 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: *

  • Users: yannt
  • Order by date
  1. yannt

    Dynamic Form Embedding

    Hi, I would like to do this: = I create a form F with an empty TPanel P = I create two other forms A & B with edit fields, buttons, lists, whatever... At runtime, I want to copy or show A or B into P (and have P resize according to A or B size). How to do that? Thanks
  2. yannt

    creating a Splash Screen

    Hi, To to that: 1- you create a normal form 2- you set BorderStyle: none 3- BorderWidth = 0 4- add in the form a TImage aligned to TClient 5- put the splash image into the TImage 6- In WinMain, add: SplashForm->Show(); SplashForm->Repaint(); 7- In your app, put a timer with 3..6 seconds...

Part and Inventory Search

Back
Top