Hi all,
I've been kind of playing around while learning how to work with C#, and I'm
finding a very different set of controls between Windows Forms and those of
WPF. For instance, Windows Forms applications can have stuff like directory
searchers, file system watchers, and various other controls, and while WPF is
cool and if all buttons and controls are labeled works great for folks using
screen readers to access the controls, though so does windows forms, I find
that the programmer is limited as to what they can put on the design surface;
what if a WPF designer or programmer needed to use one of these controls only
available to Windows forms applications? Is that where the WPF Windows Form
host comes in? Does that drop down another menu or something in Visual Studio
full of Windows forms controls? I've never tried it as I'm jumping ahead of
myself as it is, but I'm always curious about such things. Thanks.