I'm trying to embed a windows live ID login window into a WPF window. Im using the following code, oID.Authenticate() pops a windows up on screen which lets a user enter their user name and password. I would like to have this window embedded at specific coordinates into a WPF window.
Something like, window1.add(handle to windows live id window, x, y); Anybody know how I can achieve this?