winforms-interop
Interop WPF in WinForms, how to handle events from WPF control
I\'m working with some WPF Interoperability in a WinForms application. I have the following set up. WinForms UserControl WFControl[详细]
2023-02-09 19:45 分类:问答Can I use a WPF control in WinForms to achieve transparency effects?
Is it possible to use WPF in WinForms, to implement the idea used in开发者_Go百科 this question. I am trying to create a semi-transparent panel.Technically yes - there are ways of hosting WPF in WinFo[详细]
2023-02-09 10:47 分类:问答Hosting Windows Forms UserControl into Silverlight application
I\'ve a DLL written in Windows Forms. I need to host one UserControl from this DLL to my silverlight project. Is this possible?[详细]
2023-02-01 06:02 分类:问答How does an AppDomain get created?
In .Net we can create AppDomain by writing AppDomain domain = AppDomain.CreateDomain(\"MyDomain\"); My question is, How it is created internally ? Application in which we use this code that applic[详细]
2023-01-27 04:33 分类:问答Message-Only window not receiving PostMessage
I have an Vb.net application made by a third party , that I need to control using outside resources from a simulated environment and must not interact with the desktop. To simulate inputs that a user[详细]
2023-01-25 20:30 分类:问答Open Lotus Notes mail page without sending from .NET
I\'d like to open a new email page, in Lotus Notes (I know I know, I hate it too...) from a WinForm (.NET) application. Right now, I have found this that uses Interop.Domino.dll very useful. I adapted[详细]
2023-01-21 19:16 分类:问答Tracking WPF mouse movements amidst multiple WindowsFormsHost controls
I have a WPF application that has several WindowsFormsHost controls. I\'m trying to track the mouse position inside of my application when it is maximized in full-screen mode. If the user puts the mou[详细]
2023-01-20 04:01 分类:问答how to add a WPF dialog to a Winforms project
I am using Visual Studio 2008 targeting .net 3.5 framework. I need to add a WPF dialog to a Winforms project. I was thinking that by adding reference to PresentationCore, PresentationFramework and Wi开[详细]
2023-01-17 17:15 分类:问答WPF WindowsFormsHost does not bubble up untreated key gestures
Ok, I\'m not sure I understand how this should work, but in my app I have bound a key gesture (Ctrl+K) to a RoutedCommand. No matter where I focus in my app, the key combination works, except if I use[详细]
2023-01-13 09:52 分类:问答WPF Menu on Winforms
Is it p开发者_开发问答ossible to show WPF Context menu on WinForms? If yes, how could we do that?OK, so I\'ve found the answer myself... (I tried to give a 50 point bounty, but I don\'t think I can[详细]
2023-01-08 04:28 分类:问答