Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Hosting VS Document in WPF control

$
0
0

I want to create the WPF control with hosting the VS document. I have the good example

_childWindowFrame.Hide();

varwindow= VsShellUtilities.GetWindowObject(parentWindowFrame);
_childWindowFrame.SetProperty((int)__VSFPROPID2.VSFPROPID_ParentHwnd,window.HWnd);
_childWindowFrame.SetProperty((int)__VSFPROPID2.VSFPROPID_ParentFrame,parentWindowFrame);


but it does not work because after setting focus in editor I see the duplicating window in taskbar.

I have found the similar problem. But it is not resolved

- Mstislav Sakidon



Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>