About 6,490 results
Open links in new tab
  1. Dynamically adding controls to Winform - Best Approach?

    Aug 11, 2011 · i am hosting few usercontrols on my mainform Form1.in that one user control is having radiobutton selection.When user changes his radiobutton selection Form1 should add …

  2. how to show a winform as pop up on a button click from wpf …

    Aug 27, 2016 · Is this the correct way to show a WinForm User Control pop up and how do i access the WinForm controls data in my WPF "ClickCommand" code when user clicks ok …

  3. How do I give a call to a Winform inside a class in c#? An …

    Sep 14, 2015 · How do I give a call to a Winform inside a class in c#? An unhandled exception of type 'System.Threading.ThreadStateException' occurred in System.Windows.Forms.dll …

  4. How to Get System Font in C++ WinForm

    Apr 5, 2012 · In my C++ WinForm application, I am using Graphics->DrawString (---) in an owner-draw dialog. One of the arguments is FONT. How do I get the system font so that my owner …

  5. Error : Cannot evaluate a security function

    Oct 26, 2012 · Note: Open the project in VS2010, and run the WinForm-CodeDom project, click the button on the pop up form named form1, you will get the method name in the textbox on …

  6. Displaying webpages as mobile and desktop view using …

    Jun 26, 2016 · As mentioned earlier, I want to keep two buttons on my winform app, 1 for Desktop view and the other for Mobile view and change views based on which button is clicked for the …

  7. 关于IFontDisp中字体大小的问题 - social.msdn.microsoft.com

    Mar 17, 2017 · 你能告诉你创建的是什么类型的工程,winform 还是UWP 还是 wpf。 我创建一个winform的工程,拷贝你提供的代码,发现IFontDisp 不能使用。 如果方便,你能提供一个重 …

  8. System.Windows.Forms.SendKeys.SendWait Method cannot send …

    Dec 10, 2010 · Create a winform project, the main task of this application is to send a {shift} key to another WPF application which has a dialog with a default cancel button. notice the {shift} key …

  9. Enable multiple selection in winForm 's ComboBox

    Jun 12, 2012 · On the other hand, you can create a custom control which acts as a multi-select combobox. You can use a comination of textBox/comboBox+ListBox to achieve this. But, …

  10. Frage zum Speicherort der user.config-Datei bei einer WinForm …

    Sep 4, 2013 · Ist das eine Einstellungsmöglichkeit für meine Applikation, dass die user.config-Datei sich auch dort befindet, wo andere lokale Einstellungs-Dateien sind - im Pfad …