AxMSComctlib and MSComctlLib Evolution

Théo Bainée 21 Reputation points
2020-07-22T13:57:27.407+00:00

Hello, thanks for reading!

I am upgrading a old app from Vb6 to VB.net (WPF application), and I would like to know what became the AxMSComctllib and MScomctlLib, did they had an upgrade and changed name? did they got integrated in another wider library? did them features were implemented in .net native features and so these libraries got deleted?

To give some context, the app i am upgrading is using the AxListView (and other graphic element) from the AxMSComctllib and ListItem from MSComctlLib and i wonder if it's similar to the ListItem object and the ListView object from WPF or if assuming so would bring problems later on

Thanks for reading

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,765 questions
{count} votes

Accepted answer
  1. Castorix31 84,946 Reputation points
    2020-07-22T15:53:57.993+00:00

    ListView/ListItem is the ListView Common Control , which is Winforms system.windows.forms.listview, different from WPF system.windows.controls.listview

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Théo Bainée 21 Reputation points
    2020-07-23T06:51:05.267+00:00

    Hello, thanks for answering,
    Then I will study how to use the system.windows.forms objects and try to replace my AxMSComctllib and MScomctlLib elements with those :)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.