SetParent() or SetWindowPos() Functions?
So I want to start by saying that I love ModernMix. I think it is an excellent idea and it works great on my Windows 8 machine.
What I am trying to do is develop a custom interface around the user32 libraries in windows. I want to be able to embed a MetroUI window into another form. To do this, I was trying the SetParent() function and the SetWindowPos() function but not having any luck with this as it will not effect the window that is opened by ModernMix.
Any ideas?