Subj : Dynamically creating multiple instances of the same form - delphi To : comp.programming.threads From : Steven.Gilberd Date : Mon Jan 31 2005 07:20 pm Hi, Using delphi, how does one dynamically create several instances of the same form (ie. like an IM chat program) and keep track of all the forms so that the application's main form can affect components on the dynamically created one? Would prefer a methos that results in a useable 'TForm' pointer. Steve .