C# additional visual components.

  • Thread starter Thread starter A n g l e r
  • Start date Start date
A

A n g l e r

Hi all.


Perhaps this is an obvious question, though could you advise me on what
sort of additional component packages (GUI-like components) are
available for C#? I remember Delphi used to be full of that sort of
nicer button components and different combo boxes, dropping lists, and
so forth ...


Cheers,
Peter
 
Hi all.

Perhaps this is an obvious question, though could you advise me on  what
sort of additional component packages (GUI-like components) are
available for C#? I remember Delphi used to be full of that sort of
nicer button components and different combo boxes, dropping lists, and
so forth ...

Cheers,
Peter

You have a lot of third party components libraries like Telerik and
Infragistics, most of the time they provide versions for win and web
development.

I use Infragistics and I'm very happy with it
 
It would be nice if there is a component similar to the TTable, TDatasource
that could be tied to a dbGrid. I sure got spoiled by Delphi. Now, I am
working with C# and I hope the gurus out there can come out with something
similar.

message
Hi all.

Perhaps this is an obvious question, though could you advise me on what
sort of additional component packages (GUI-like components) are
available for C#? I remember Delphi used to be full of that sort of
nicer button components and different combo boxes, dropping lists, and
so forth ...

Cheers,
Peter

You have a lot of third party components libraries like Telerik and
Infragistics, most of the time they provide versions for win and web
development.

I use Infragistics and I'm very happy with it
 
It would be nice if there is a component similar to the TTable,
TDatasource that could be tied to a dbGrid. I sure got spoiled by Delphi.
Now, I am working with C# and I hope the gurus out there can come out with
something similar.

I believe Borland has already ported quite a few of such components in
Delphi.Net!

Correct me if I am wrong...


--
Happy Hacking,
Gaurav Vaish
http://blogs.mastergaurav.com
http://eduzine.edujini-labs.com
---------------------------
 
I am not sure if you can use that with VS C#. I am giving up Delphi in
developing new application.
 
Back
Top