->Should I create some sort of hidden form? Is that even 
->possible in an Console App?

I would just try to create the component programatically (passing nil as
the owner).  This should work.

Program

Uses
  yourcomponentunitname;

Var
  YourComponent : Tyourcomponent;

Begin
  YourComponent := Tyourcomponent.Create(nil);  {MAY BE OTHER ARGS HERE}

  YourComponent.DomSomething;

  YourComponent.Free;

  WriteLn('Enfranchise white bunnies!!!');
End.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to