C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(2)
Mike Gold(2)
Amir Ali(1)
Ajay Raj(1)
Dinesh Beniwal(1)
Munir Shaikh(1)
Thiagarajan Alagarsamy(1)
Wiktor Zvchla(1)
Jigar Desai(1)
Dennis Pratistha(1)
Mokhtar B(1)
Junaid Majeed(1)
K Niranjan Kumar(1)
Chetan V Nadgouda(1)
Resources
No resource found
XAML Menu Code Example
Dec 23, 2014.
The <Menu> and <MenuItem> XAML elements are used to create menus in XAML. Learn how to use menu and menu item in a WPF app.
Learn Menu Item in Action Bar
Aug 06, 2013.
This article explains the Action Bar menu in Android. The sample applicatin is developed using Android Studio.
Concept of Create Menu Items in WPF C#
May 27, 2012.
This article shows you how to create and use a Menu control available in WPF
Working with Menus - Windows Programming
Jul 30, 2010.
In this article you will leann how to work with Menus in Windows Programming.
Creating MenuItem With WPF
Sep 03, 2007.
In any desktop application it is very important to have menu bar to the application/system, so that user will find easy to access it. In this tutorial I will be talking about how we can create Menu bar in WPF application using XAML.
Stacked Clipboard
Dec 28, 2006.
This article explains about simple clipboard operation and an extended clipboard functionality.
Pocket Trilma.NET
Oct 04, 2004.
Pocket Trilma.NET is a Pocket PC version of project Trilma.NET.
Generating Maze using C# and .NET
Sep 25, 2002.
This article focuses on how to generate a maze using the depth first search algorithm. This is a very simple but clever algorithm that creates a maze by randomly stripping one available wall between two cells for every cell in the grid.
Unit Conversion Tool for Pocket PC with Compact Framework
May 22, 2002.
I have created a Unit conversion tool to calculate conversion from 16 different types.
A Simple Contacts List for Pocket PC
May 19, 2002.
I have implemented a simple contact list application that is capable of adding and viewing contact details.
Yahtzee Program Using C#: Part II
Jan 31, 2002.
This is an update of the Yahtzee program for VS 2005. Included in this version is a Game Reset and a High Score Tracker. The Top Ten High Scores are tracked using an Array with sortable components. In this article we will talk about the IComparable interface used to make an object stored in an array sortable.
Run-Time Menus in C#
Aug 20, 2001.
The following example demonstrates how to create menus on the fly.
Visual Matrix
Aug 17, 2001.
User can easily add ,sub any limit of matrices. Edit boxes are created dynamically.
Image Viewer in C#
Jun 07, 2001.
ImageViewer lets you to view images of types bmp, gif, jpeg, ico, wmf, emf. It also allows you to convert images to bmp, gif and jpeg formats. This application illustrates the usage of PictureBox class, Bitmap class etc.
PaintBrush in C#
Jan 10, 2001.
The article is the paintbrush application, which demonstrates the different aspects of C# language and certain namespaces. The concepts like EventHandling and class designs are also present.
Adding Menu Support to a Windows Form
Dec 18, 2000.
This sample code shows you how to use the MainMenu and MenuItem classes to add a menu and click handler for a Windows Form.