2
votes
2answers
234 views
Problem with converting enumerations in C++\CLI
I have an assembly, written in C++\CLI, which uses some of enumerations, provided by .Net. It has such kind of properties:
property System::ServiceProcess::ServiceControllerStatu …
3
votes
A working Drag&Drop enabled ListView implementation for WPF?
Drag&drop is not SO hard, really :) try reading this http://www.beacosta.com/blog/?p=53 post on drag&drop.
…
