oblong
July 21st, 2004, 10:45 AM
Hi,
I need an enhanced type of list view where i can select a cell & get its' information. A colleague has given me a 'ListViewEx' example which has the following files:
AssemblyIinfo.cs ListViewEx.cs ListViewEx.csproj ListViewEx.csproj.user LIstViewEx.resx ListViewEx.dll
These are included in a solution which has a form which uses this ListViewEx. I believe the whole to be C#? Anyway, this project performs the function i require.
I have a C++ .NET forms application & i need to add this ListViewEx project in so i can use it & its methods on one of my forms. Preferably I want to be able to add it so I have it as a drag-&-drop, visible component. Is there any way I can do this?
Can anyone tell me, in basic terms, how to add this C# project into my solution (alongside my C++ project, i assume?) so i can use it? i.e. what i need to reference from my C++ project form & what i need to set so I can create an instance, call methods etc?
I have got as far as creating a ListViewEx * lsvw, but it doesn't show on my form at design time (can't set the properties using property window) & the code-completion menu doesn't pop up when i type lsvw->
Do i need to add namespace, the dll, build it to create something else? I am really really stuck & i can't find any basic examples to assist me.
Thanks in advance,
I need an enhanced type of list view where i can select a cell & get its' information. A colleague has given me a 'ListViewEx' example which has the following files:
AssemblyIinfo.cs ListViewEx.cs ListViewEx.csproj ListViewEx.csproj.user LIstViewEx.resx ListViewEx.dll
These are included in a solution which has a form which uses this ListViewEx. I believe the whole to be C#? Anyway, this project performs the function i require.
I have a C++ .NET forms application & i need to add this ListViewEx project in so i can use it & its methods on one of my forms. Preferably I want to be able to add it so I have it as a drag-&-drop, visible component. Is there any way I can do this?
Can anyone tell me, in basic terms, how to add this C# project into my solution (alongside my C++ project, i assume?) so i can use it? i.e. what i need to reference from my C++ project form & what i need to set so I can create an instance, call methods etc?
I have got as far as creating a ListViewEx * lsvw, but it doesn't show on my form at design time (can't set the properties using property window) & the code-completion menu doesn't pop up when i type lsvw->
Do i need to add namespace, the dll, build it to create something else? I am really really stuck & i can't find any basic examples to assist me.
Thanks in advance,