mcerk Posted December 15, 2004 Posted December 15, 2004 Hi. Does anyone of you have a working datagrid combobox column style class (in VB.NET)? And the sample? I would appreciate, if you can post a solution. (I believe that it would help a lot of people). If noone will do it, I'll try to learn myself, and try to post a solution. tx matej PS: There is one such thing in MSDN, but it's written in C#. Can I convert it to VB.NET? tx again Quote
Administrators PlausiblyDamp Posted December 15, 2004 Administrators Posted December 15, 2004 It may be possible to convert it to VB using one of the many free C# -> Vb convertors found on the internet, or alternatively you could just compile the C# class(es) into a DLL and use the DLL from your VB code. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
donnacha Posted December 17, 2004 Posted December 17, 2004 It may be possible to convert it to VB using one of the many free C# -> Vb convertors found on the internet' date=' or alternatively you could just compile the C# class(es) into a DLL and use the DLL from your VB code.[/quote'] Here is a sample that I came across. It does the job, but has a few quirks. See some of the pther posts about some of them.. :eek: :rolleyes:DataGridComboBoxExample.zip Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.