Click here to Skip to main content
15,893,904 members
Everything / Text

Text

text

Great Reads

by shunninghuang
CPS1 emulator, ROM hacking
by Andy Allinger
Add features to k-means for missing data, mixed data, and choosing the number of clusters
by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Edwyn Amador
Handles and validates input typing and pressed keys in TextBox, RichTextBox and ComboBox, displaying custom balloon tips messages

Latest Articles

by Jo_vb.net
This article and the demo are about getting started using the MVVM Toolkit and some self-created interfaces / services for MessageBox and some dialogs.
by Xavier Junqué i de Fortuny
Converts MathML coded string to/from plain text string
by Macabies Gilles
An easy-to-use filterable, multilingual custom DataGrid control for managing and filtering data for your WPF applications
by shunninghuang
C# arcade emulator, ROM hacking

All Articles

Sort by Title

Text 

20 Aug 2014 by Sandeep sunku
This article explains the boot strapping process of .NET Application.
25 Oct 2015 by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
26 Mar 2016 by Amit Kumar Tiwari
.NET to Hadoop connection using Keytab file
23 Mar 2010 by Eunge
The article introduces how to easily develop business solutions in RapidWebDev through developing a product management system with the special requirement step by step.
24 Aug 2018 by simonp_ca
How to remove Windows service from Service List (not just stop/disable it, but to delete it from the list totally)
24 Jan 2005 by darkoman
An article on creating 2D animated charts using Windows GDI.
20 Oct 2018 by Yogi S.
This article explains how useful the jQuery Load method is for doing AJAX calls in our web projects. I will explain the 4 ways/situations where you can use this method and create astonishing great feature for the users.
1 Oct 2012 by Jackie00100
Hi im working on a little "lol" project that should work like a semi-simple image editor, and i am currently looking for a way to add text to a image. How ever the text is RTF encoded (to get the bold/italic etc. options) and i really wanna have this added to the program.I've seen a few...
1 Oct 2012 by Bernhard Hiller
You need the Graphics.DrawString method. You can get the Graphics object by Graphics.FromImage. And then draw all the text your self...
2 Oct 2012 by BobJanova
There are two options here:You can write the text to a RichTextBox and then screen capture it with Control.DrawToBitmap[^]. You probably need to post-process the Bitmap you get to sort out the transparency.You can write a miniature RTF (or HTML or other tagging system; RTF is pretty...
21 Oct 2012 by Jackie00100
I found this class recent extending the graphics class, i changed it a little, and it does everything i could ask for!using System;using System.Drawing;using System.Runtime.InteropServices;using System.Windows.Forms;using System.Drawing.Imaging;using System.Text;public static...
22 Jun 2005 by Douglas M. Weems
[Obsolete]Capture whole web pages as a single image using C#.
23 Oct 2013 by thongla
I have a text file with this content08:00 - 09:3009:45 - 11:1511:30 - 13:0008/04/1314:00 - 15:3015:45 - 17:1517:30 - 19:00MIS (CH27) UMMIS (CH27) UMWith each empty line corresponds to one day in week, 08/04/14 is the first day of the week. I want to read...
31 Jan 2021 by Steffen Ploetz
Creation of a basic icon editor with as little code as possible, that is running on ReactOS and Windows, to check out the stability of application development capabilities on ReactOS
4 Oct 2018 by Rahul Rajat Singh
In this article we will look at how Dependency Injection works in ASP.NET Core.
21 Feb 2017 by Member 1895422
This article discusses bridging from Fortran to the .NET language C#.
27 Aug 2003 by ucc801
A cool GDI pattern brush tool with C++ source code. You can create a new office XP style pattern fill mode quickly.
25 Jan 2006 by Wilfred Verkley
Describes a custom XML serialization library, with functionality to compare for, and to combine differences
4 Oct 2004 by liyang yu
A custom TextBox with input validation written in VC++.NET, also walks you through the steps needed to build your own custom controls
23 Oct 2021 by honey the codewitch
A handy code snippet that can set indentation levels while rendering multipart documents with a TextWriter
16 Apr 2018 by Voevudko A. E., Ph.D.
Demonstrating a few approaches to generating and plotting fractals in R and offering R scripts realizing it.
9 Apr 2002 by Johnson Zhou
In Visual Studio, you will find an auto-completion list when you type your code in the IDE. This is a similar control but using a tree.
14 Jan 2015 by Alessandro Lentini
My article shows a library that everyone can use to create their socket communication. Also, it explains how the library is developed.
12 Oct 2018 by Vikas K Gupta
Illustration of factory method pattern among various approaches
23 Jul 2003 by Nitron
A quick reference to pointers and pointer operations
30 Sep 2000 by Sherwood Hu
17 Aug 2002 by Len Holgate
Writing a high performance server that runs on Windows NT and uses sockets to communicate with the outside world isn't that hard once you dig through the API references. What's more, most of the code is common between all of the servers that you're likely to want to write.
14 Jan 2020 by David A. Gray
The routines in this library can parse any string that I can throw at it, including Common Name strings read from X.509 Digital Certificates.
12 Apr 2006 by Michael Vasquez
This article includes a simple address book application in Perl.
10 Aug 2012 by dreamgarden
SoapBox Core uses WPF's MEF to provide a base application framework that is easy to extend. This is a simple example that includes elements of a basic application (toolbar, statusbar, document area, etc.).
19 Aug 2003 by Rama Krishna Vavilala
A utility that can be used to spy the properties of any Windows forms control in the system
23 Sep 2004 by liyang yu
A simple GUI written in MC++ providing a DOM tree and XPath navigator for XML files
23 Aug 2010 by Erion Pici
Generating docx reports in a client-server architecture, without using MS Office
30 Sep 2019 by Member 4206974
A Tcl -Tk Form Generator that can be used alone or used to provide a fast Form generation for language in which this activity can be complex
1 Dec 1999 by David Lantsman
A tree control / list control hybrid
8 Jan 2018 by Steffen Ploetz
How to provide multi-language resources from .NET compatible *.resx files for GUI applications on ReactOS (and other non-Windows OS like Linux)
30 Nov 2018 by Michael Shpilt
A WPF tutorial on how to create FilteredListView: A ListView custom control with search filter that uses Throttling.
27 Oct 2018 by Steffen Ploetz
Give an brief overview of text rendering options for OpenGL/OpenTK especially for MONO/.NET.
6 May 2012 by kunaltilak
Dear friends,I want to enter and insert all rows in one go from Gridview textboxes into database , initially all textboxes are empty. I have 33 rows and 7 columns of text box in Gridview and 1 column for display purpose in unicode (extreme left) .For simplicity of code...
6 May 2012 by kunaltilak
Answer is:Just has to EnableViewState="false" for both Gridview and textbox.
20 Jul 2015 by Kornfeld Eliyahu Peter
You should post in Bugs & Sugs[^]And for the problem - I'm too not living in a named street and my house not numbered...I used my P.O.Box number...
20 Jul 2015 by E.F. Nijboer
I don't think your question belongs here. I think you need to check under Help -> About or Suggestions.http://www.codeproject.com/suggestions.aspx[^]http://www.codeproject.com/info/about.aspx[^]Good luck!
18 Feb 2019 by Steffen Ploetz
How to realize text copy functionality via inter process communication for your OpenTK based C# OpenGL application running on X11
29 Oct 2015 by Member 11999641
hi all,I have a main directory which contains many sub directories. In each sub directory there will be images. I have managed to export images from each subdirectory into each excel spreadsheet in a excel workbook. For example, if I have 10 sub directories, there will be 1 excel workbook with...
29 Oct 2015 by VR Karthikeyan
Hi refer following CP article,Create/Read/Edit Advance Excel 2007/2010 Report in C#.Net using EPPlus
10 May 2012 by aliasad106
I need to enter a separator in RichTextbox between text.. Just LikerichTextBox1.AppendText("From:");richTextBox1.AppendText("\n" + strFrom + "");richTextBox1.AppendText("\nTo:"); richTextBox1.AppendText("\n" + strTo + "");And on this place i want to add a gray separator line to...
10 May 2012 by Ganesan Senthilvel
MSDN reference at http://msdn.microsoft.com/en-us/library/ms749187.aspx[^]
10 May 2012 by Maciej Los
Here is a collection of useful links:C# - Formatting Text in a RichTextBox by Parsing the Rich Text Format (RTF)[^]How to format characters in RTB[^]format text in richtextbox[^]
24 Jun 2002 by Retana Padilla
A simple extension of the menu control that displays icons
28 Apr 2019 by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
8 Dec 2017 by Dirk Bahle, Alaa Ben Fatma
Tips & tricks on visting and searching nodes in WPF TreeViews
1 Aug 2021 by David A. Gray
Though useful and mostly harmless, pitfalls can lead unwary developers astray.
9 Jan 2019 by steveb
Describes all aspects of MFC serialization mechanism
12 Sep 2018 by Rahul Rajat Singh
In this article, we will try to understand the concept of middleware in ASP.NET core.
6 Oct 2014 by Paolo Costa
Provides a simple generic base class that allows fast and easy access to cached methods. The class is especially designed for high traffic web sites as it reduces to the minimum the number of concurrent queries to the data source.
26 Jan 2004 by Corneliu Tusnea
Observer Pattern implemented in a nice template model, easy to use as it does not require the classical inheritance and can easily decouple Subject and Observer
20 May 2013 by Jon Honess
Using Windows Azure to build an online board game.
29 Oct 2015 by minor_28
Web Control - Google Maps
6 Jan 2022 by honey the codewitch
This article describes an improvement to the state removal algorithm for converting FAs to regular expressions
7 Jul 2003 by Johan Danforth
A BLOG tool ready to use. Post weblogs to an XML file from a windows application via Web Service. Uses SOAP Headers for authentication. Uses simple XSL Transformation for the RSS feed.
16 Apr 2007 by Bryan Ray
In this article, I'm going to show how to generate a dynamic MenuStrip (.NET 2.0's replacement of the MainMenu control) using recursion in C#. The MenuStrip will be based on XML data which contains all the details about the generated Menu.
20 Nov 2014 by Gregory Morse
Analyzing Text With DirectWrite in .NET Using SharpDX
17 Jul 2016 by Andy Point
Android Material Design: Working with Floating Label EditText
20 Sep 2018 by Sujeet Bhujbal
Angular 4 Insert, Update, Delete with ASP.NET WEB API
12 Nov 2018 by Tushar_Gupta
Quick Start tutorial for creating AngularJS applications
17 Apr 2000 by Anton Stuck
A class that provides some simple, yet spectacular window animation effects. Try the demo!
6 Nov 2007 by .Suchit
Generating smooth lines with antialiasing; sample code for animation is included
27 Jun 2002 by Paul J. Weiss
C++ implementation of the Doomsday Rule to determine the weekday
13 Apr 2007 by Chris Hambleton
A class/utility that converts data-files of various formats to .NET DataSet-compatible XML
28 Aug 2013 by Aron Kovacs
This is an alternative for "fastJSON"
20 Feb 2019 by JL Doty
Minimalist app to monitor a system's sensors
24 Aug 2006 by Asif Sayed
An applied approach to get you started with MS Reporting Services using Smart Client host
8 Jan 2001 by T. Kulathu Sarma
This article explains how to avoid object dependencies using the Observer Pattern with a simple example.
8 Jan 2001 by T. Kulathu Sarma
When it is possible to have several different algorithms for performing a process, Strategy Pattern can be used to determine the best solution.
8 Feb 2022 by Pavel Bashkardin
ARC4 (Alleged RC4) Cryptography Provider Class Library
17 Apr 2003 by Barretto VN
Article on changing screen resolution
19 Dec 2014 by Member 11274361
Hello every one. I want to write a program for SMS spam classifier using Artificial Immune System (AIS) algorithm and i need to know about Artificial Immune System (AIS) Algorithms.how it works? can who explain Artificial Immune System (AIS) Algorithms to me? if it's possible please give some...
19 Dec 2014 by Richard MacCutchan
See https://www.google.com/search?q=Artificial+Immune+System+(AIS)+Algorithm[^].
20 May 2002 by Jason Henderson
Draw and animate ASCII characters to a window using this COM object.
28 Jul 2006 by azamsharp
A discussion on caching in ASP.NET 2.0
9 Nov 2018 by YasIkeda
Tutorial about how to add authentication functionalities to your existing ASP.NET Core project using Microsoft.AspNetCore.Identity.UI package
31 Jul 2018 by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Master Detail HTML CRUD (Insert, Update, Select and Delete) for both Master and Detail Grid with Sorting and Filtering using Entity Framework, and Web API.
30 Oct 2018 by Leonard E. James
Create initial object model and database and display first Razor Page
5 Jul 2019 by Joseph Rozario
This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
10 Oct 2019 by Joseph Rozario
This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
2 Oct 2015 by Patrick70__
When pressing a button I have to create on client a text file, open it and then delete it. I can create and open/download it with:protected void btNotepadPending_Click(object sender, EventArgs e){ string sFileName = System.IO.Path.GetRandomFileName(); try { ...
3 Oct 2015 by F-ES Sitecore
Your code isn't creating a file on the client, it is offering the client the opportunity to download the file. You can't create files on the client and you can't delete them either. Would you want web sites creating and deleting files on your file system?
3 May 2000 by Mike Junkin
How to use asynchronous IO to send data from an ISAPI module
14 Sep 2018 by bkelly13
Goal: Describe how asynchronous or non-blocking TCP code works
29 Mar 2013 by bkelly13
Goal: Describe how asynchronous or non-blocking TCP code works
6 Mar 2021 by Clark Fieseln
Chat using "enhanced" end-to-end-encryption and modulation of audio signal in isolated device, ensuring privacy, anonymity and cybersecurity.
25 Sep 2021 by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
1 Aug 2018 by Habibur Rony
This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into ASP.NET Core 2.0 web app for authentication and role based authorization.