windows forms

  1. News

    XAML Islands – A deep dive – Part 1

    XAML Islands is a technology that enables Windows developers to use new pieces of UI from the Universal Windows Platform (UWP) on their existing Win32 Applications, including Windows Forms and WPF technologies. This allows them to gradually modernize their apps at their own pace, making use of...
  2. News

    UWP and the evolution of touch development

    How is programming for touch development on the Universal Windows Platform (UWP) different from mouse and keyboard development in Windows Forms? This post will cover some of the subtle differences between the two and how to use the most advanced tools for building smooth touch experiences. Link...
  3. News

    The path from a desktop app to a Universal Windows Platform (UWP) app

    Last month, we provided an overview of the Desktop Bridge in this blog post. We are excited to announce that since then we’ve released a new version of the desktop app converter, adding support for great new features and fixing several issues to provide a more stable environment. To learn more...
  4. D

    Windows 10 Volume Controls

    I have an issue that I hope someone can shed some light on, for me. I am creating a windows form application that I want to have backround music and sound effects incorporated into the program. I have the background music in my program, already, but, I want to add two sliders. I need the first...
  5. News

    Building DPI Aware Visual Studio Extensions

    Are you build Visual Studio extensions? Will you do me a favor? Please consider your user's DPI. My primary machine runs at 3K (2880x1620) and since my eyes are old, the DPI is at 200%. If you're not running a High DPI machine you may be wondering what's the problem? If you are, like Scott...
  6. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  7. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  8. News

    Windows 7 TWC9: August 19 2011

    Link Removed Link Removed Using GMap.NET – Great Maps for Windows Forms & Presentation > Link Removed Link Removed Real-World F# Articles on MSDN 50 LINQ Examples Now in LINQPad Also: http://www.dotnetcurry.com/ShowArticle.aspx?ID=727 Extended WPF Toolkit Release 1.5.0 Link Removed The...
  9. L

    Windows 7 unhandled exception

    I keep getting this error when I "try" to use update agent for my bully dog gt tuner input string was not found details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text **************...
  10. News

    Windows 7 Setting Up Your Development Environment

    This video covers how to set up your development environment. You may find it easier to follow along by downloading the Link Removed. [Link Removed] Sample Requirements [Link Removed] Starting the Demo [Link Removed] Adding References [Link Removed] Coding4Fun Kinect Library [Link Removed]...
  11. P

    Windows 7 Microsoft .NET Framework HELP!

    Whenever i start my netbook after awhile this dialog pop out i tried restarting also no use. who can help me here? unhandled exception has occurred in your application. If you click Continue. the application will ignore this error and attempt to continue. If you click Quit. the application...
  12. News

    Windows 7 TWC9: WebMatrix, MVC, Orchard, NuGet Gallery

    This week on Channel 9, Dan and Clint discuss the week's top developer news, including [Watch] Link Removed and several new Web platform technologies now avilable (see Scott Guthrie's blog post for a good recap) [Watch] Watch Josh Holmes Link Removed [Watch] Orchard Project 1.0 now available...
  13. P

    Windows 7 Unable to install updates for two items.

    I am using a homemade computer with an intel chip on Gigabyte board with 8 gigs of ram using win7 professional. I have had no trouble with updates since inception Jan 2010.But the following two updates will not install automatically or manually.. Microsoft .NET Framework 3.5 SP1 Update for...
  14. K

    Windows 7 Unhandled exception

    Hi, Since 2 weeks, everytime I start my Link Removed, the following windows appears (see attachment) with the following details: See the end of this message for details on invoking just-in-time (JIT) Link Removed instead of this dialog box. ************** Exception Text **************...
  15. S

    Windows 7 Launching a text file in windows 7 using process.start in C# is crashing the entire application

    1) Develop a simple forms application( add one button and implement its button click handler with the following code) 2) System.Diagnostics.Process.Start("C:\\Test\\Example.txt"); 3) Create the text file in the above specified path. 4) Now run the windows form application and invoke the button...
Back
Top