Also I was wondering how come you can not install
components in delphi .net the same way that you can in
delphi 5,6,or 7... I notice in Delphi for .net you can
see the activex components but when I choose to
install them.. I can not find that particular
component...
this .Net version is not as easy to get around..

thanks

Marselle
--- Rob Kennedy <[EMAIL PROTECTED]> wrote:
> 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
> 


                
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 


-----------------------------------------------------
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