Quote:
|
But one thing is I do not understand why do they have two from designers in C++, one for managed code and one for unmanaged. They could come up with one designer. It seems that they won't more money from their customers.
|
Hm I never really used managed code but I assume it's because of the dialog elements. .NET provides additional dialog elements and properties (such as the background color of a dialog; the form/dialog editor for native apps does not provide this functionality).