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]
Pritam Zope(2)
Jean Simon Ratte(2)
Mike Gold(2)
Menaka Priyadharshini B(1)
Sandeep Sharma(1)
Dhaval Khunt(1)
theLizard (1)
Ryan Turney(1)
Shireesha Mageshkumar(1)
shru27 (1)
Ajit Mungale(1)
Vijayaragavan S(1)
Suketu Nayak(1)
Muthuramalingam Duraipandi(1)
Shalini Dixit(1)
Rajshree Mittal(1)
Nikhil Kumar(1)
Kapil Soni(1)
Muhammad Shakir(1)
shrijeet (1)
Saurabh Nandu(1)
Gowtham Rajamanickam(1)
Satendra Singh Bhati(1)
Mudita Rathore(1)
Shekhar Chauhan(1)
Prabhakar Parihar(1)
Resources
No resource found
Creating Notepad Using Windows Form Application in Visual Studio 2017
May 17, 2018.
In this Article am going to Explain how to create Notepad in visual studio 2017 using Windows Form.
Creating Advanced Tabbed Notepad In Java
May 13, 2016.
In this article, we will create a notepad in Java with features like Multi Tabbed Documents, Document Selector, Openning/Saving/Closing Multiple documents, Running External Programs,Different Look and Feels, Viewing files in Browser, etc.
Creating Advanced Notepad In C#
Apr 18, 2016.
In this article, we will create a notepad with features like Multi Tabbed Documents, Document Selector, File Association, Opening/Saving Multiple Files, Line Numbers, Running External Programs, Viewing files in Browser, Full Screen Mode etc.
How to Create Editable Notepad in Java
Aug 09, 2013.
This article explains how to create an editable notepad in Java.
Exporting datagrid from to an Excel, Word and notepad format
Jul 27, 2010.
There are several solutions for this implementation and in this example we will convert the datagrid to excel, word and notpad format.
Advanced Notepad for the Beginner
Dec 02, 2009.
This article shows how to create a notepad program with cleaner more advanced programming techniques.
Tabbed Notepad clone
Nov 27, 2007.
This article gives you valuable information about the tab control and also helps you in understanding c# easily.
Simple Notepad in C#
Feb 21, 2006.
This article shows a simple notepad application developed in C#.
Advanced Notepad in C#
Apr 13, 2004.
This is an advanced version of Notepad that allows you to search, replace, change background and foreground text color. It also provides registry editing options.
A Better Notepad using C#
Jul 30, 2001.
We can use windows registry for saving default setting of notepad. We can used notepad in C# easily.
Notepad Automation Using UiPath Studio
May 20, 2020.
Reading this article, you can learn How to create a Notepad Automation bot using Open Application, Type Into and Click activities in UiPath Studio Pro Community.
Apache Spark Apache Ambari And Notepads On Microsoft Azure HDInsight - Part Two
Jul 06, 2017.
Apache Ambari is for management and monitoring of Hadoop clusters in form of WEB UI and REST services, Ambari is used to monitor the clusters and make changes in configuration. Ambari used for provision, monitoring and managing the cluster in an easier way. Using Ambari you can manage central security setup and fully visibility into cluster health.
How To Run And Execute C# Program Using Notepad
Sep 27, 2016.
In this article, you will learn how to run and execute C# programs, using Notepad.
Notepad in Java
Jul 25, 2013.
This article shows how to create a notepad in Java. It is a simple notepad.
How to: Make a Tab System like Notepad++
May 24, 2010.
In this little tutorial, you will learn to make a tab system like notepad++, Charny NotePad, firefox, etc.
Notepad in C#
Aug 17, 2009.
Advaance Notepad that provides searching,replace,goto and color change features
NotePad 2009
Mar 02, 2009.
The attached project is Notepad application developed using C# and Windows Forms with latest shortcuts and commands.
NotePad 2008
Aug 03, 2008.
The attached project is Notepad 2008,an advanced version of Notepad that let you create and edit text, HTML, and rich text files.
Notepad with Advance Features
Apr 03, 2007.
This is Notepad with advance features. It is combination of word process and Notepad.
NotePad.NET II - Find and Replace Inside a Document Using Regular Expressions
Sep 04, 2005.
This article is a continuation of the discussion about a notepad.net editor which improves upon the current functionality in notepad. In this article we talk about regular expression matching inside the find dialog.
Notepad.NET - Printing a Multiline Textbox in C# and .NET
Jul 31, 2005.
Notepad.NET is a file text editor that allows you to edit multiple files at the same time. It also has a few nice features not included in notepad, such as print preview and a most recently used file list. This article describes how printing is performed in this utility.
Simple Editor like Notepad
May 18, 2001.
A simple application like Windows NotePad.
Sticky Notepad
Mar 05, 2001.
I wanted to experiment with writing a program that would run from the System Tray of window (that's where you have the date displayed...) since that's not possible with pure Java.
Create Your First Desktop Flow in Power Automate Desktop (PAD)
May 23, 2025.
Power Automate Desktop is Microsoft’s free tool that lets you automate tasks on your Windows PC without coding. Easily create flows to handle repetitive work like data entry, app control, web scraping, and more.
Create and Understand Your First Program in Java
Nov 01, 2013.
In this article you will learn how to create and execute your program in java.
Getting the Result of ASP.NET Web API in XML Format
May 11, 2013.
In this article, we will define the process of displaying the Web API output on Browser in XML form.
Action Template in QTP in Testing
Oct 12, 2012.
In this article we discuss Action Templates in QTP
Read All Text Files in a Folder and Merge Into an aspx Page
Apr 04, 2011.
In this article I am gathering all text files from a folder and merging them into a single aspx page. In this article I am using 45 text files; they are first read then combined into an aspx page; it's a fast way to assemble all files into a webpage.
Building a Tab System in Windows Forms using C#
May 16, 2010.
In this little tutorial, you will learn to make a tab system, like in Notepad++ or Firefox.