----- Original Message ----- From: "kc0fcp" <[EMAIL PROTECTED]> >I have a MIDI component I need to use in a Console Application. (it is > an non-visual component) > > Since there is no form, what is the best approach to adding the > component's functionality?
There are 2 types of components, visual and non-visual. It's not clear from your posting whether your component is visual or not. Needless to say, non-visual components can be used without needing forms etc. Try instantiating of your component in code and see what happens... Walter ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/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/

