About 50 results
Open links in new tab
  1. Running Winform application on browser - social.msdn.microsoft.com

    Dec 17, 2006 · I would avoid embedding WinForm objects on a web-page if you can help it, just use DHTML and Javascript (AJAX) to provide the kind of response you get from a WinForm. Semi-smart …

  2. Change skin in a wpf user control hosted in a winform

    Jul 17, 2009 · I have a winform plugin program in which i host wpf user controls inside a winform. Now i'd like to skin my wpf user controls at runtime and I've tried doing this buy adding some variants of this:

  3. C# winform application taking high memory

    Feb 22, 2017 · i clear memory for object properly. task manager showing my application is taking approx 30 MB memory which i feel it is high. so anyone can tell me that 30 MB memory allocation for my …

  4. Printing failed An exception occurred while creating the PrintServer ...

    Jul 14, 2014 · "Printing failed An exception occurred while populating the properties for the Print Queue object. Win32 error: The printer name is invalid."

  5. ValidateChildren not firing GroupBox validating event

    Jun 8, 2017 · ValidateChildren is a method of the ContainerControl, but Panel is not derived from ContainerControl, so it cannot call this method. As far as I know, Form and UserControl are derived …

  6. Watch Window greyed out - social.msdn.microsoft.com

    Apr 8, 2015 · I create a Winform app which will call another form in another winform app, if the breakpoint is hit, I could add a value to the Watch window like this screen shot. I also debug the app, …

  7. Make a form read only - social.msdn.microsoft.com

    Apr 1, 2009 · First I want to make it clear that you are talking about a winform application. Since WPF application is quite different from winform application. When you want to make all the controls on a …

  8. Ribbon Framework, WPF, MFC... - social.msdn.microsoft.com

    Mar 20, 2010 · Finally, is there any kind of designer to work with Ribbon Framework or MFC-ribbon? My intent is to build an app that requires high performance (heavy processing, huge amounts of data …

  9. Error loading assembly that is in GAC

    Jun 19, 2008 · In a .NET 3.0 w/SP1 WinForm app developed with VS2005, I'm getting a "Could not load file or assembly... or one of its dependencies" error even though the assembly listed in the error is in …

  10. Change Web service reference at run time

    I think the "Dynamic Url" behavior or Url property still exist for webservice proxy created via "Add WebReference" wizard in .NET 4.0 project (like console or winform ) in visual studio 2010. However, …