Active X Control...
-
hi friends i want Active X Controls for C# windows application...so please provide any link to download controls for purely C# windows application.. Txs in advance...
-
hi friends i want Active X Controls for C# windows application...so please provide any link to download controls for purely C# windows application.. Txs in advance...
There are no controls "purely for C# applications". Controls are for a specific purpose and are usually exposed through COM. So, you can use just about any control you want in your app. It's the applications requirements that determine the control you're going to use, not the language you use it in.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
There are no controls "purely for C# applications". Controls are for a specific purpose and are usually exposed through COM. So, you can use just about any control you want in your app. It's the applications requirements that determine the control you're going to use, not the language you use it in.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...Thank you very much....