About 4,960 results
Open links in new tab
  1. 关于IFontDisp中字体大小的问题 - social.msdn.microsoft.com

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

  2. Hiding a category of a property grid during run-time

    Sep 26, 2011 · Is there a way I can hide a whole category of a property grid during run-time based on some condition? If so, can you provide code snippet?

  3. Click Once and UAC - social.msdn.microsoft.com

    May 15, 2018 · I also have VS2017 15.7 and Windows 10 1083, created a simple winform application and deploy it, installed successfully through Application Manifest file. Best Regards,

  4. VSTO custom taskpane on multi DPI system shows content twice

    Jul 10, 2019 · I suggest you make a test with WPF Control. Create WPF User Control -> Build Solution-> Create winform User Control-> Drop and Drop the WPF User Control to winform …

  5. building for Any CPU while using 32-bit COM Interop on 64-bit …

    Oct 18, 2009 · I switched the winform client to be x86 and it works. Great. Here's the question --- why is the web app, which is AnyCPU, not having a problem calling the 32-bit COM object?? …

  6. System.Web.Services.Protocols.SoapException: Server was unable …

    Jun 15, 2009 · I developed a solution including a web application (includes dbconnection, DAL, BLL classes) and a web service (calls some methods from BLL class of the web application). …

  7. C# WebBrowser control Faulting module name: MSHTML.dll, , …

    Jun 7, 2017 · I have a C#.net winform application using webbrowser control running on IE11 on a Windows 7 Enterprise edition machine. My application is terminating intermittently when trying …

  8. How to set Column Width in Listbox - social.msdn.microsoft.com

    Oct 7, 2021 · There is no column collection ListBoc in ASP.NET, which is different from the one in WinForm. That means you cannot set width to any "column". The "width" you can set is the …

  9. Need to display graph/chart like ecg with moving functionality

    Dec 18, 2013 · If seeking WPF .Net WinForm charting, with real-time ecg type functionality, include in your research the link wpf charting walkthrough and demo. The demo download is …

  10. How to store the Password field in ***** format?

    Jul 9, 2011 · Is this a Winform app or an Asp app? If it's Winform - use Mitja solution. If it is an Asp, then you can use an input tag, and set its type to password, which will give you the same …