Hi,
I'm learning to code in WPF and I was wondering if I could host a windows form within my WPF window (using vb language).
I just want to be able to put some of the windows forms in some tabs instead of having windows popping around everywhere.
Thanks in advance.
PS
I've tried the WindowsFormsHost but that only seems to host the individual objects, I was hoping it would host an entire form itself much like the way the ElementHost in the windows forms can host WPF User Controls.