Marselle Caston wrote: > I need some expert advice here.. I am converting a > windows 32 application that I had made and what I need > to do is convert this to a basic .Net application
Simple: Fire up Delphi 2005. Open your project file. When prompted, choose to open it as a .Net program. Compile. > I can not find a memo component for the .net controls. It's still called TMemo, and it's still on the "Standard" page of the Component Palette. > I would also like to know if there is a way to create > a TTreeView component in .net can someone please help > me.. You create it the same way as it's always been created: tv := TTreeView.Create(Owner); -- Rob ----------------------------------------------------- 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/

