TNVBalaji.com

Programming, Technology, Photography, Travel and more …

Main menu

Skip to primary content
Skip to secondary content
  • HOME
  • ABOUT
    • CONTACT
    • TERMS
  • APPS
    • MASTER C++
    • Bhagavad Gita Quotes
    • Success Quotes
    • TongueTwisters
    • Praise of INDIA Quotes
    • LuckyNumberCalculator
    • Bluetooth
    • Wifi
  • TUTORIALS
    • + ActiveX Controls
    • + ATL
    • + COM
    • + WCF
    • + WPF
  • ARTICLES
    • + All About Design Patterns
    • + Logging in ASP.Net
    • + Memory Leaks
    • + VC6 to VC8
  • PHOTOGRAPHY
  • EBOOKS

Category Archives: Winforms

Simple Windows Form in C#

Posted on Wednesday by TNV Balaji
Reply

Minimal code to write a c# windows form:

using System.Windows.Forms;

namespace ConsoleFormApp
{
    class MyWindow : Form
    {
        public MyWindow()
        {
            this.Text = "First Form";
        }
    }

    class Program
    {
        static void Main(string[] args)
        {
            Application.Run(new MyWindow());
        }
    }
}

Share this:

  • More

Like this:

Like Loading...
Posted in Winforms | Tagged CSharp, Winforms | Leave a reply

Award

Award

Window Phone Apps

Windows Phone App

Windows Phone App

Windows Phone App


Enter your email address to follow this blog and receive notifications of new posts by email.

Join 128 other followers

FACEBOOK

Technologies

  • . (28)
  • Announcements (22)
  • ATL (4)
  • COM (5)
  • Design Patterns (8)
  • Distributed (3)
    • WCF (3)
  • Ebooks (15)
  • Languages (59)
    • C (9)
    • C# (8)
    • C++ (18)
    • Java (3)
    • Visual C++ (29)
  • Mobile (2)
    • Android (1)
    • WP7 (1)
  • Others (9)
    • Book Reviews (2)
    • Photography (7)
  • Real Stories (2)
  • SqlSever (2)
  • Tablet (2)
    • Win Store Apps (2)
  • Technology (10)
  • Tools (9)
  • Visual Studio (4)
  • Web (4)
    • ASP.Net (2)
    • JavaScript (1)
    • Silverlight (1)
  • Windows (50)
    • MFC (36)
    • Win32 (4)
    • Winforms (1)
    • WPF (10)

TWITTER

  • Inspirational Quotes wp.me/pZWNR-M9. 2 weeks ago
  • Nework wp.me/sZWNR-nework. 2 weeks ago
  • Wifi wp.me/sZWNR-wifi. 2 weeks ago
Follow @tnvbalaji

Books I Read

No data found
Book recommendations, book reviews, quotes, book clubs, book trivia, book lists

Tags

Android Announcements ASP.NET ATL C C FAQ cleanmgr COM Cpp Cpp faq CSharp Data structures Design Patterns disk cleanup ebooks installation steps Java Java Script MFC MFC-DocView mobile MS SQL Server OData Opensource Photography Real Stories sdk tools Silverlight software Technology Tools Toos VC++ Vedic Tehnology Visual Studio WCF Win32 Windows 8 Winforms WP7 WP8 WPAppReview WPApps WPF XML

PAGES

  • + TUTORIALS
    • + ActiveX Controls
    • + ATL
    • + COM
    • + WCF
    • + WPF
  • Bhagavad Gita Quotes
  • Birth Stone Calculator Free
  • Bluetooth
  • Flight Mode
  • Inspirational Quotes
  • LuckyNumberCalculator
  • MASTER C++
  • Network
  • Praise of INDIA Quotes
  • Success Quotes
  • TongueTwisters
  • VC++ MFC Experts – Linkedin Group
  • Wifi
  • + BLOG
  • + ARTICLES
    • + All About Design Patterns
    • + COM
      • - COM Basics
      • - COM Tutorial Step by Step
    • + Logging in ASP.Net
    • Memory Leaks
    • VC6 to VC8
    • WCF Step by Step Tutorial
    • WPF View Switcher
    • + FAQ
      • C FAQ
  • + ABOUT
  • + CONTACT
  • + TERMS
    • + Disclaimer

about.me

TNV Balaji

TNV Balaji

Technology Enthusiast

Software Engineer | Microsoft Community Contributor |

 Mentor | Artist | UI Designer

RSS Feed RSS - Posts

Photography

More Photos

Main Pages

  • + ABOUT
  • + CONTACT
  • + TERMS

Top Posts

  • WCF Step by Step Tutorial
  • Simple LinkedList program in C++
  • Simple Queue program in C++
  • Simple Stack Program in C++

DISClaiMeR

Terms of use

Blog Stats

  • 148,711 hits

Meta

Log In
Theme: Twenty Eleven | Blog at WordPress.com.
loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.
%d bloggers like this: