TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About windows app
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ramees (14)
Suresh M (7)
Vijayaragavan S (5)
Ibrahim Ersoy (5)
Prashanth Chindam (4)
Mahesh Chand (4)
Ravindra Chhabra (4)
Manoj Bhoir (3)
Vithal Wadje (3)
Kishor Bikram Oli (3)
Mike Gold (2)
Syed Shanu (2)
Kishore Chowdary (2)
Kuppurasu Nagaraj (2)
Abhishek Yadav (1)
Maheswara Rao (1)
Sarthak Varshney (1)
Rehan Ahmad Abbasi (1)
Harminder Singh (1)
Soft Corner (1)
Shankar M (1)
Prabhu Siva (1)
Staff Writer (1)
Munir Shaikh (1)
Aravind Bs (1)
Amar Srivastava (1)
Barath Kumar M (1)
Dipal Choksi (1)
Ali Hijazi (1)
Ghanashyam Nayak (1)
Mubarak Ahmad (1)
Yogeshkumar Hadiya (1)
Santhakumar Munuswamy (1)
Ammar Khan (1)
Aman Singhal (1)
David Kulbok (1)
Sara Silva (1)
Mokhtar B (1)
Khaja Moizuddin (1)
Menaka Priyadharshini B (1)
Anwar Basha (1)
Guest User (1)
Naveen Arumugam (1)
Vinay Singh (1)
Nambukarthy Raveendran (1)
Vinoth Rajendran (1)
Abdul Rasheed Feroz Khan (1)
Debendra Dash (1)
Saurabh Rai (1)
Abrar Ahmed (1)
Safa Arooj (1)
Saqib Majeed (1)
Rida Iftikhar (1)
Keval Langalia (1)
Related resources for windows app
No resource found
Control Arduino Relay with Windows C# App
6/25/2024 5:59:29 AM.
This guide demonstrates how to control an Arduino board using a relay switch through a Windows application written in C#. By integrating Arduino with C# via serial communication, you can manage electr
Reading and Manipulating an Xml file Using C#.Net (Including Images)
5/31/2024 10:01:39 AM.
Develop a Windows application to read an XML file and perform insert, search, update, and delete operations on student records. The form includes a DataGridView, PictureBox, OpenFileDialogs, Labels, T
Inserting & Retrieving records from MS Excel 2003 using OLEDB
5/30/2024 12:11:07 PM.
Develop a C#.Net Windows app to manage records in MS Excel. Use OleDb Connection for data access. Features include insertion, searching, updating records. Utilize DataGridView, TextBoxes, and Buttons
Guess the Celebrity
5/30/2024 12:08:06 PM.
Develop a Windows app for guessing celebrity images. Design includes labels, textboxes, buttons, and image browsing. Code validates password, hides buttons, and allows image loading. Note: Password is
New Year Application using C#.NET
5/30/2024 10:27:51 AM.
Develop a Windows app in C# .Net using the Microsoft Speech Object Library to deliver New Year wishes. Steps include adding the Speech Object Library reference, designing the UI with a Label, TextBox,
Opening file from location: AppxManifest.xml failed with error: Access is denied.
5/28/2024 11:57:32 AM.
Encountering deployment errors in Universal Windows App on Visual Studio 2015 Update 3 due to access denied issues. This typically happens when Visual Studio lacks write permissions in the project fol
TreeView Explorer Control For Windows Applications
4/26/2024 12:14:55 PM.
The TreeView Explorer Control is a graphical user interface element primarily used in Windows applications. It provides a hierarchical view of data, typically resembling a folder structure, enabling u
Deploying Windows Applications using Visual Studio 2010
4/18/2024 1:29:16 PM.
In this article, we'll Learn how to deploy your Windows applications efficiently with Visual Studio 2010. Explore ClickOnce deployment, setup projects, MSI installers, and best practices for packa
Consuming Web Service In Windows Application
4/11/2024 10:51:06 AM.
This tutorial guides beginners on consuming a Web Service in an ASP.Net Windows Application step-by-step, from adding a service reference to calling methods. It emphasizes simplicity and clarity for e
Meal Scheduler in C#
1/31/2024 10:00:52 AM.
This service reminds you when it time to eat your lunch, BF, or dinner. The app, named "Who takes care of your health," sets reminders with a light sound based on user-input meal timings.
What is Windows App?
11/17/2023 6:37:45 AM.
Windows App is a centralized hub that provides users with a unified experience across their Windows devices, cloud PCs, and remote applications
Checking Previous Instance (Single Instance) Of An C# Windows Application, Also Setting MDI Child Form To A MDI Parent
10/18/2023 4:42:04 AM.
In this article I will describe how to check previous instance (single instance) of an C# windows application and also whether a MDI child is set to a MDI parent
Read Excel File In Windows Application Using C#
10/12/2023 6:52:57 AM.
In this article we will learn how to read an Excel file in Windows Application using C#.
Animated Image Slide Show in C#
9/16/2022 11:34:22 AM.
This article describes how to create a simple Animated Image Slide Show for Windows Applications using C#.
Tutorial: Working with Toolbars in C#
8/25/2022 6:11:49 AM.
This tutorial explains you how to add toolbars to a form, load images to the toolbar buttons, and writing event handlers for toolbar buttons.
AutoComplete ComboBox in DataGridView using C#.net Windows Application
5/11/2022 10:10:15 AM.
In this article, you will learn how to use an AutoComplete ComboBox in DataGridView in C#.Net Windows Application
Developing Windows Applications
2/8/2022 10:01:06 AM.
This tutorial explains you step by step how to create your Windows Applications using Visual C#.
Create a TreeView from a Database in Windows Forms and C#
2/8/2022 9:16:11 AM.
In this article, we will try to learn how to Populate a TreeView Dynamically in C# Windows Application.
File Transfer Program using C#.Net Windows Application
1/5/2022 9:29:25 AM.
How to easily send files (including Audio, Video, doc or any type of file) from Client to Server.
Login Form in Windows Application Using ASP.Net C#
2/11/2021 4:53:09 AM.
In this article we will learn how to create a Login form in a Windows Application using ASP.Net C# and a Stored Procedure
ContextMenuStrip Control With Microsoft Office
2/8/2021 11:10:58 AM.
This article provides an enhanced ContextMenuStrip with a Microsoft Office Visual Style as a User Control.
MBTab Control With Custom Visual Styles
1/11/2021 7:57:27 AM.
This article provides an extended Tab Control with custom Visual Styles using VB.NET.
Display Data In A DataGridView C# 6
11/3/2020 7:16:27 AM.
The sample example show you how to use DataGridView to display data in a grid format.
Data Binding in WPF Windows Application
10/28/2020 11:56:10 PM.
In this tutorial I will discuss on how to bind Data with WPF windows application.
Why Should I Use Silverlight?
9/30/2020 2:29:22 AM.
Why do we use Silverlight? What would be the reason for Silverlight when there is ASP.NET, Windows apps and the latest WPF.
Amazon SNS (Simple Notification Service) Using Visual Studio
8/6/2020 12:12:26 AM.
This is the working example of the ASNS (Amazon simple notification service) you can follow the step and can implement the notification service, message service, email service using this.
CRUD Web API Service Call Function In Windows Applications
7/31/2020 7:39:36 AM.
This article describes a CRUD Web API Service Call function in Windows applications
Windows Forms Printer Selection List
5/21/2020 2:35:06 AM.
In this example we will create a sample windows form containing a combo box which will list the printers installed on the machine on which the program runs. The default printer for the machine is set
Managing printing in Windows Applications
5/21/2020 2:29:19 AM.
This article describes the basics of enabling printing in windows application using C# and .net 2.0.
Drag and Drop Using C#
5/21/2020 1:08:37 AM.
Drag and Drop in C# has been a question on the UseNet and many websites on C# so I have decided to tackle the problem here. This is an update of the directory tree component download on this web site
Print the Controls of the Window Form
5/18/2020 1:37:12 AM.
This article will show you how you can print all the controls of a Window Form.
Resolve Bulk Load Error While Using SQL Server Authentication In Windows Application
4/18/2020 1:46:32 AM.
In this article you will learn how to solve bulk load error while using SQL Server Authentication in our Windows Application.
How to Save Images in Row Format/Bytes Into a Database and Fetch Them in a C# Windows Desktop Applications
2/18/2020 11:57:53 PM.
In this article, you will learn how to save images in row format/bytes into a database and fetch from the database in a C# windows desktop application.
How To Use Light Sensor In Windows 10 Universal App
1/9/2020 11:05:34 PM.
In this article we are going to see how to use the light sensor to detect changes in lighting.
Getting Started With Windows 10
1/9/2020 12:07:42 AM.
This article explains about Windows 10 with SDK installation steps, features, prerequisites, and integration in Visual Studio 2015.
Radial Gauge For Windows 10 Universal Windows Platform
1/8/2020 4:40:12 AM.
In this article we are going to see how to display numerical data in modern way using Gauge Radial control in Windows 10 UWP App.
Hello World In Universal Windows Platform
1/8/2020 4:06:35 AM.
In this article you will learn how to create a Hello World application in Windows 10 which will target Universal Windows Plateform (UWP).
ListBox Control For Windows 10
1/7/2020 12:47:08 PM.
In the following article I will be showing on how to work with a ListBox control in Universal Windows Apps.
Toggle Button Control For Windows 10
1/7/2020 12:22:00 PM.
In the following article I will be showing how to work with a Toggle Button control in Universal Windows Apps.
ComboBox Control For Windows 10
1/7/2020 12:15:46 PM.
In the following article I will be showing on how to work with a ComboBox control in Universal Windows Apps.
CheckBox Control For Windows10
1/7/2020 11:57:25 AM.
In the following article I will be showing on how to work with a Checkbox control in Universal Windows Apps.
RadioButton Control For Windows 10
1/7/2020 11:41:43 AM.
In the following article I will be showing on how to work with a RadioButton control in Universal Windows Apps.
ProgressRing Control for Windows10
1/7/2020 11:27:38 AM.
In the following article I will be showing how to work with ProgressRing control in Universal Windows Apps.
Slider Control For Windows 10
1/7/2020 11:06:37 AM.
In this article you will learn how to work with a Slider control in Universal Windows Apps.
MenuFlyout Control For Windows 10
1/7/2020 10:57:58 AM.
In the following article I will be showing on how to work with MenuFlyout control in Universal Windows Apps.
AutoSuggestBox Control For Windows 10
1/7/2020 5:58:33 AM.
In the following article I will be showing on how to work with Auto Suggest Box control in Universal Windows Apps.
Flyout Control For Windows 10
1/7/2020 5:52:51 AM.
In the following article I will be showing how to work with Flyout control in Universal Windows Apps.
CalendarDatePicker Control For Windows 10
1/7/2020 5:50:01 AM.
In the following article I will show you how to work with CalendarDatePicker control in Universal Windows Apps.
CalendarView Control For Windows 10
1/7/2020 5:38:02 AM.
In the following article I will be showing how to work with Calendar View control in Universal Windows Apps.
TimePicker Control For Windows 10
1/7/2020 5:34:16 AM.
In the following article I will be showing on how to work with Time Picker control in Universal Windows Apps.
DatePicker Control For Windows 10
1/7/2020 5:22:01 AM.
In the following article I will be showing how to work with Date Picker control in Universal Windows Apps.
Dropbox App for Windows 8
12/22/2019 11:58:38 PM.
In this article I will describe the official announcement of the availability of the Dropbox app for Windows 8.
Consuming WCF Service In Windows Application
8/28/2019 3:18:19 AM.
In this article, we will learn how to consume a WCF Service application in a Windows Application.
Calculator in C# (Windows Application)
5/8/2019 5:14:35 AM.
This is a simple calculator program that was written using Visual Studio.NET and C#.
Microsoft Windows App Studio Beta: Publish the Menu App in the Store
12/17/2018 11:24:36 PM.
The purpose of this article is to show how to submit, in the Store, the Menu App created by Windows AppStudio.
Adding Items to a ListBox
11/16/2018 12:06:00 AM.
Sample code shows you how to add items to a list box.
Creating Run-Time Menus in C#
9/13/2018 12:14:49 AM.
Sample example on how to create runtime menus. This article demonstrates how to add menu item and remove menu items at runtime in c#.
Test Stack White - An Automation Tool For Windows Application
7/24/2018 9:41:13 AM.
In this article, I am going to explain how to automate windows application by using Test Stack White automation framework.
Creating Login Form Application Using Visual Studio 2017
5/15/2018 9:55:51 AM.
This article deals with how to create a Windows form application as a login page in Visual Studio 2017
Syncfusion Calculator Control In UWP With XAML And C#
8/28/2017 4:02:07 PM.
In this article, we will learn how to use Syncfusion Calculator Control in Universal Windows Apps development with XAML and Visual C#.
Connecting Login Form In C# With Database For User Type Authentication
8/15/2017 11:29:17 AM.
This article describes how to connect a Login Form designed in C# with a database so that the user gets validated based upon the password given by the administrator who has created the login database.
Developing A Basic Universal Windows App
1/26/2017 12:25:47 PM.
In this article, you will learn how to develop a basic Universal Windows app.
Publishing Applications On Windows Store
1/11/2017 9:10:47 AM.
This article helps you learning the method of uploading your application package on the Windows Store.
Creating App Packages In Microsoft Visual Studio
1/9/2017 11:47:52 AM.
The following article will help you to create application packages which are required to submit your application to the Windows Store.
Creating A Simple Timer In Universal Windows App using Microsoft Visual Studio
1/6/2017 5:43:28 AM.
In this article, we learn about creating simple Timer app in UWP.
Character Matching Game Using Universal Windows App
11/18/2016 12:17:51 PM.
In this article, you will learn about the character matching game, using Universal Windows app.
Coding4fun ColorHexagonPicker Control Using UWP With XAML And C#
10/14/2016 12:03:06 PM.
In this article you will learn how to use Coding4Fun ColorHexagonPicker in Universal Windows Apps development with XAML and Visual C#.
Adding UWP ToolKit Controls In Universal Application Development
9/19/2016 12:20:56 PM.
After reading this article, you can learn, how to add UWP ToolKit controls in Universal Windows apps development with XAML and Visual C#.
How To Create PieChart In Universal Application Development With XAML And C#
9/11/2016 4:08:03 PM.
In this article, you will learn, how to create Piechart in Universal Windows apps development with XAML and Visual C#.
How To Use FlipView Control In Universal Application Development With XAML And C#
8/28/2016 1:26:50 PM.
In this article, you will learn how to use FlipViewControl in Universal Windows Apps development with XAML and Visual C#.
Code For Progress Bar In Windows Application Using C#.NET
8/13/2016 4:12:47 PM.
In this article, you will learn how you can show the progress bar in Windows applications, using C#. NET.
Toast Notifications In Universal Windows Apps
8/7/2016 12:12:30 PM.
In this article, you will learn about toast notifications in Universal Windows apps.
Action Center In Universal Windows Apps
8/7/2016 12:07:25 PM.
In this article, you will learn about Action Center in Universal Windows apps.
Live Tiles In Universal Windows Apps
8/5/2016 1:48:10 PM.
In this article, you will learn about live tiles in Universal Windows apps.
Credential Locker In Universal Windows Apps
8/5/2016 1:28:04 PM.
In this article, you will learn about the Credential Locker in Universal Windows Apps.
Prism Framework for Universal Windows Platform
6/20/2016 1:47:40 PM.
In this article, I will explain how to implement Prism framework for UWP apps and advantages of using Prism framework.
Quick Start Tutorial: Creating Universal Apps via Xamarin: Label and Button - Part Three
6/8/2016 1:08:02 PM.
In this article you will learn about the Label and Button controls in Xamarin.
Get User Location In UWP
6/6/2016 2:51:29 PM.
This article covers the topic of getting user's location in Universal Windows Platform apps.
Splash Screen In UWP
6/1/2016 1:20:58 PM.
This article covers the topic of adding Splash Screen to UWP apps.
How To Use Semantic Zoom In Windows 10 UWP App
5/23/2016 11:21:06 AM.
In this article, we are going to see how to use semantic zoom control in Windows 10 UWP App.
Design Patterns In WinJS #3: Builder
5/22/2016 2:04:37 PM.
This article covers the implementation of Builder Design Pattern. This is part three of the article series.
Creating Badge Tile In Windows Apps
5/9/2016 12:29:42 PM.
In this article we are going to learn how to create badge tiles in Windows Apps.
Windows Store App Submission Process
5/3/2016 11:11:38 AM.
This article will help you to know about how to submit Windows Apps on Windows Store after developing apps.
Zip Folder And Its Content In Windows Runtime Apps
4/29/2016 1:37:56 PM.
In this article, we will learn how to zip folder and its content in Windows Runtime apps.
Create Your First WinJS Application
4/20/2016 2:34:54 AM.
In this article you will learn how to create your first Windows metro application (WInJS) apps using HTML/JS/CSS.
OOP In WinJS #5 : Encapsulation
4/19/2016 11:04:37 AM.
In this article, I'll be talking about how to use Encapsulation in WinJS library. This is Part 5 of the series.
Read XML File In Windows 10 Universal App
4/11/2016 11:56:13 AM.
In this article we are going to see how to load local HTML files in Windows 10 universal app.
Get Started With Universal Windows App Using Azure Mobile Services
4/6/2016 1:35:33 PM.
In this article you will create a cloud-based backend service to a Universal Windows app using Azure Mobile Services.
OOP In WinJS #4 : Inheritance
4/4/2016 10:36:16 AM.
In this article, I'll be talking about how to derive classes in WinJS library. This is part 4 of the series.
Crystal Report In Windows Application Without Database Connection
4/3/2016 1:27:40 PM.
In this article I am going to describe how to create Crystal Report without using Database.
Compile/Build The UWP Project From The Command Line
3/27/2016 5:07:37 PM.
In this article you will learn how to compile/build the UWP project from command line.
Convert PDF Files To Images In Windows 10 Universal App
3/18/2016 11:03:37 AM.
In this article we are going to see how to convert PDF files to images in Windows 10 universal app.
Create Your First UWP App
3/9/2016 10:16:29 AM.
In this article you will learn how to create your first UWP App. We will be using Windows 10 with Visual Studio 2015
Add Map To Your UWP App
3/8/2016 9:41:12 AM.
In this article you will learn how to add map to your UWP App.
Use Compass Sensor In Windows 10 Universal App
2/19/2016 12:58:49 PM.
In this article we are going to see how to use the compass sensor to find Earth's magnetic field in Windows 10 app.
File Handling In Windows 10 Universal App
2/17/2016 9:39:28 AM.
In this article we are going to see how to handle file operations in Windows 10 Universal App.
File Picker Control In Windows 10 UWP
2/12/2016 10:08:23 AM.
In this article you will learn about File Picker Control in Windows 10 Universal App.
Simple Data Binding In Universal Windows Platform
2/11/2016 10:06:09 AM.
In this article you will learn how to create data binding in Universal Windows Platform.
Create Your First Universal Windows App
2/10/2016 9:20:32 AM.
In this article, I am going to tell you how to make your first app in UWP, to be more specific the famous "Hello World" app.
Everything about implementing Back Navigation In UWP App
2/10/2016 6:41:40 AM.
This article will cover everything you need to know about implementing back navigation in a UWP app. It includes Windows phone hardware back button handling.