Click here to Skip to main content
15,892,199 members
Everything / Editing

Editing

editing

Great Reads

by Evoluteur
A generic Web User Interface for CRUD applications generating all screens at run-time based on external metadata. It comes with sample applications for address book, memo pad, to do list, restaurants list, wine cellar, and database structure documentation that are easily customizable.
by adriancs
A program/application for learning and writing HTML. Get instant visual effect side by side with your code as you type. Support HTML5, Javascript and CSS3 elements.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
If you want to set text inside AJAX HTMLEditor or HTMLEditorExtender, then this is the right place. Enjoy the tip.
by John Atten
Install Sublime Text 3 (beta) on Linux Mint or Ubuntu.

Latest Articles

by Emiliano Musso
Create a Word-like software using RadRichTextEditor and C#
by jgauffin
Griffin Editor - a markdown editor written in TypeScript
by RedDk
Use ALT+SHIFT to "block" select text (thinking of justifying columnar relations of words/data/etc. so the visual appearance is perfectly tabular) ... and TAB (TAB+SHIFT to undo) to MOVE SELECTION right (and left) ...
by Andy Point
Android Material Design: Working with Floating Label EditText

All Articles

Sort by Updated

Editing 

3 Jun 2013 by Abhinav S
You can explore iTextSharp[^] for PDF editing.
4 Feb 2014 by Abid Shk
remove the property display none of requiredfieldvalidatorprovide initial value to requiredfieldvalidator
4 Feb 2014 by Abid Shk
suppose initial value is 0 assign this value to ur textbox at design time or load time when user change this value to 10 and again insert 0 then it will work its better u use javascript function valid() { var v_type =...
14 Aug 2013 by adriancs
A program/application for learning and writing HTML. Get instant visual effect side by side with your code as you type. Support HTML5, Javascript and CSS3 elements.
17 Sep 2014 by AlwaysLearningNewStuff
INTRODUCTION AND RELEVANT INFORMATION:I am trying to implement listview control with editable items and subitems. Instead of regular listview look, items and subitems should have edit control, checkbox or combo box.I am using raw WinAPI and C++. I am targeting Windows XP onwards.MY...
17 Jul 2016 by Andy Point
Android Material Design: Working with Floating Label EditText
2 Jul 2013 by Anilkumar2vvv
Hi, you can use telrik rad property grid but what is the need of using multiple property editors. In single editor u can add no of properties which u want. u can add custom properties if u need.Thanks Anil
2 Feb 2014 by Aweiwei_
I thinks open-source code-completion plugins for emacs/vim can be great references.And I believe that writing the part yourself will be a better choice.It's not so hard u see.Parse and store the key words,and monitor on the user's input then fetch the most approximate one from the database..
25 Oct 2017 by Azzyloth
I managed to create a code for my edit button and search button. My edit button is functional. It can edit my data in database, my search code is also functional. My problem is to edit data in search results. Like if i search "naruto", my datagridview will filter all the names that has "naruto"...
9 Feb 2015 by Bacanzela
Good Morning,I have asked this question yesterday and i didn't get good response. i am working on a resx file. I have read the file and load it on data-gridview. now i wanted to be able to edit from the file and save.I have tried many ways but i didn't come with the solution. yesterday i...
21 Jun 2013 by Bilashcse
Please check this link : http://nicedit.com/demos.php?demo=2[^]
11 Oct 2015 by BillWoodruff
I've tried the freeware editor NotePad++ [^] (open-source, GPL License, uses the Scintilla edit engine), and I've tried the commercial program SublimeText [^] (US $70 license per user, I sampled the trial version only, but assume it has all the features of the for-sale version).I settled on...
21 Jun 2013 by blachsmith
I have added nicEdit to my code but somehow when i select the font size and family, nicEdit does not show the selection made. Any way out and possible solution to this?
21 Jun 2013 by blachsmith
thanks, i found that the js file i use is too old
6 Mar 2014 by BotCar
This looks promising.Alternatively, if you're willing to pay for it you can also have a look at this.
27 Oct 2013 by Braydon
Hi my name is Braydon and I have a website that teaches people how to code but I want the people who are learning the code to get a voice and interactive tutorial just like [This website]. I want it to auto type text in until it is paused and allow the user to input text also. If I can get...
2 Aug 2018 by CHill60
Use Notepad++, record a macro on the first line then play the macro to the end of the file. Alternatively, load the text file into a database such as SQL Express or Access etc and write some SQL to make the changes then export back out to a text file. Could do something similar in Excel too. ...
30 Mar 2012 by Clifford Nelson
How can I change the title on some articles I have written. Have realized I did not title them right to be found in searches.
12 Jan 2013 by cocis48
The report viewer already has the ability to export in various types (excel, pdf and word) automatically,but it does not allow the user to change the data, we don't know what your Editor is doing with the text, only you can answer that question. 'Esc' chararaters require special handle logic in...
17 Mar 2012 by Code Master38
Hi,I am writing a memory editing program and I am having some trouble figuring out how to find a dynamic memory address in VB. I've found it is really easy to find and write to a static address, but I'm wondering how do you find and edit a dynamic memory address in VB.NET?Here's the...
16 Mar 2012 by CodingLover
Hi all,I install MwdiaWiki (version 1.18, the very latest) locally in my machine and everything is working fine. However, I am not satisfied with the editor that MediaWiki has by default. So I decide to go for the FCK Editor.Download the extension (version 2.6.6) and install it as...
23 Oct 2012 by CodingLover
Hi all,What is the best simple editor for C/C++ you recommend?Thanks in advance
23 Oct 2012 by CPallini
vim [^].
21 Aug 2013 by CPallini
To speed up things, I believe you have to load in memory (and elaborate) large chunks of the file (or the whole file, if you can).
6 Mar 2014 by dan!sh
Take a look at this[^] control.
11 Oct 2015 by dan!sh
Simplest would be notepad. However, I am not sure why you do not want to make use of Visual Studio. If you are looking for a free/cheap edition, I will recommend community edition. Here[^] is the link to begin.
17 Mar 2012 by Dave Kreskowiak
This isn't going to work. First, there's no such thing as a "dynamic memory address". But, by that, I'm assuming you're trying to edit the memory of a managed code process. Under the .NET CLR, managed code objects can be relocated in memory at any time. so therein lay your problem.The...
24 Aug 2017 by ddgjgj
This is the view : @model CMSFC.Models.ContentHtml @{ ViewBag.Title = "Edit"; } Edit @using (Html.BeginForm("Edit", "ContentHtml", null, FormMethod.Post, new { enctype = "multipart/form-data" })) { ...
11 Jun 2015 by dinesh_redhawk
Hello Friends,I have to add a editor (text/xml) with tables in my winform. Please refer to the sample image link for better idea.http://www.cmsreview.com/XML/Editors/images/SernaUI.gif[^]The white document part with tables is the part that i want to have in my I dont have any clue...
2 Oct 2015 by DonaldTar
C# how build a document\graphic editor that uses XML files. I need to build an editor like the rich text box that I can move image frames around and text around on a grid. It needs predefined objects (text box, image box) that an end user could select to place on a grid and be able to...
2 Oct 2015 by DonaldTar
I found an SVG editor on this website.I think it will work with some modifications.It creates vector objects on a background with a Gridand saves to SVG which I didn't know is in an XML format.I can read the object names X and Y location values and X and Y dimensions from the SVG...
30 Jan 2012 by Dr. Song Li
I am trying to submit an article on WCF Rest Service. I had no problem to create the article, but when I try to edit it, I get the following error message:There was a problem creating your article. The filename did not contain valid charactersI never had a problem to upload and...
22 Jun 2015 by DrABELL
Computer mouse triple-click is a convenient feature
23 Oct 2012 by E.F. Nijboer
Windows? Linux? Does it need code completion? What is important to you? This would all be personal taste. Check out this link and see if you can find something you like.http://www.freebyte.com/programming/cpp/[^]Good luck!
26 Jun 2023 by Eddie Winch
Hi there, Are there any Hex Editors, that you can use, to Change Values in just a particular Column rather than a block ? For example changing all bytes, to a particular value in the first column i.e. 00, or another selected column, to...
24 Jan 2013 by Emanuil ACHIM
I’m looking for a tool / library for drawing simply geometrical forms (composed of points, lines segments and curves). The geometric figure can be symmetric (mirrored) or not and working with more figures on the same “view” should be possible. The user should be able to show the distance (short...
24 Jan 2013 by Emanuil ACHIM
Sergey you're right, but we are talking about "special software" for "special customers", not for "you & me". So, my company wants to satisfy the needs of their customers (they pay ...). Thank you, anyway ...
21 Nov 2017 by Emiliano Musso
Create a Word-like software using RadRichTextEditor and C#
5 Jul 2015 by Eng.Yahya92
I created a custom control with extendable property "ButtonProperties " which has a custom form editor and it works perfectly fineMy proplem is when selecting more than one control the TextBoxes of the form will be blank instead of having values for the properties which are the same between...
6 Jul 2015 by Eng.Yahya92
code that solved my proplem: public class ButtonEditor : UITypeEditor { public override UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { return UITypeEditorEditStyle.Modal; } ...
2 Jul 2013 by Eran SMS
Hi AllI would like to know (and to do) if it's possible to add multiple UIeditors in property attribute? How?Is it possible to add checkbox to property category attribute? How
19 Mar 2022 by ernteSKY
I have created a form where can list all diseases in DataGridView. I can add or delete any kind of diseases. But I still can't edit any diseases which already added into the database. Here is my code: if...
11 Jun 2010 by Evoluteur
A generic Web User Interface for CRUD applications generating all screens at run-time based on external metadata. It comes with sample applications for address book, memo pad, to do list, restaurants list, wine cellar, and database structure documentation that are easily customizable.
31 Mar 2015 by FattyXP
You need to figure out a signature you can scan for to find the address you need. There are many Byte Signature sources available, search Google for your language preference.
4 Nov 2013 by Fredrik Bornander
You click the Improve question link under the question.Note that you have to have earned a certain status in order to be able to do this, if you have that status then a dialog to the right of the question will indicate this using the following text:Your status enables you to edit this...
23 Jul 2018 by Gerry Schmitz
Create an "add node", delete and a "rename / replace" node function via a PF Key, button etc, and prompt for the required data to apply to the tree view / node. Your life will be simpler if you maintain "control" of the tree view maintenance process instead of guessing what the user might be...
23 Apr 2012 by gloutonsoft
Hello there !It's been a while that I'm faced to a major problem and Internet doesn't help me for the moment... Hope to find answers here !I'm working in Visual Studio 2005 for work purpose (especially in VB.NET). I've made a custom editor to edit a special collection in a component...
23 Apr 2012 by gloutonsoft
Well I have to answer myself to my question since I've found the solution.Go to the very good blog of Daniel Cazzulino at http://blogs.clariusconsulting.net/kzu/how-to-get-a-system-type-from-an-envdte-codetyperef-or-envdte-codeclass/[^]Thinks become suddently easier !
28 Mar 2013 by GRASSDRAGON
how to create a textbox or richtextbox and it every row has a rowline?like word's gridlines,in every row.you can show it or hide all lines.rowline!can you help me?
28 Mar 2013 by GRASSDRAGON
like this,but I dont get rowhight.class rowlineTextbox : TextBox { const int WM_PAINT = 0xF; protected override void WndProc(ref Message m) { base.WndProc(ref m); if (m.Msg == WM_PAINT||m.Msg == 0x133) { ...
4 Feb 2014 by hypermellow
Try adding the ValidationGroup attribute to your TextArea control:... something like this:
25 Apr 2015 by imad afzal
Hi Guys,I need your expertise to overcome a simple issue which will not be a problem for you, I'm in the middle of developing a web application which involves 7 to 8 steps registration here I'm looking after the efficiency of registration and my application so I'm thinking for a solution of...
23 Oct 2012 by JackDingler
A simple editor you can use is 'edlin'.
23 Jan 2016 by jaylisto
been looking for the answer for 4 days.i wish some one here can help me pls.i do a lot of research none of them works.i know this is a know issue for sharepoint 2010.tried the following* installing sp2010.batchedit extension for sharepoint 2010 ( the batch edit button didn't...
20 Nov 2017 by jgauffin
Griffin Editor - a markdown editor written in TypeScript
26 Mar 2017 by Jim246
Hello,I am writing an application in Classic asp (I'm experienced in SQL Server databases, but fairly new to asp). I'm working in an iSAMS framework, a commercial product which is the front-end for managing school data (pupils, reports, etc)My code is VBScript, and in it's simplest form,...
15 Sep 2014 by Jitendra Ku. Sahoo
Do you mean to store HTML code in database?
2 Aug 2018 by Jochen Arndt
With Notepad++ you can use regular expressions for search and replace. See How to use regular expressions in Notepad++ (tutorial)
28 Jan 2015 by John Atten
Install Sublime Text 3 (beta) on Linux Mint or Ubuntu.
4 Aug 2015 by kanthasamy
hi all.,I have Used Whizzywig rich text editor to Send email form in my asp.net application.There is no problem while in Sending Email from my application.but receiver of the email has got the email content in html tags.kindly help me sort it out.Thanks in...
8 Oct 2015 by KarstenK
I would recommand Notepad++ which supports a lot of languages, is high customizable and has a lot of useful plugins. If you fizzle around you can develop own highlighting rules.
31 May 2012 by Karthik. A
You definitely have to post some code for somebody to help.An option is CKEditor - http://ckeditor.com/download[^]. Look for "CKEditor for ASP.NET".
23 Oct 2012 by kiddfrost
Hi, you may describle your need more detail, if you want to learn c/c++, I think notepad++ is a good choice^^
3 Dec 2012 by Krishna Kumar Soni
best 3rd party tool is infragistic, please try it.
11 Oct 2015 by Krunal Rohit
Notepad++.https://kencenerelli.wordpress.com/2014/03/08/using-notepad-to-write-c-code/[^]-KR
11 Oct 2015 by kwrambo
I'm a beginner, I'm interested in a simple editor other than Visual Studio to write simple programs using C#.Net on a Windows PCThank YouKen
23 Aug 2012 by Kyudos
In the VS2010 resource view there are always empty entries - which I assume are non-existant interfaces or something. Can I get rid of them, they are annoying clutter...?
13 Jun 2014 by labshasanbd
Here is a word document in the below link, due to formatting problem, I could not post here.....https://dl.dropboxusercontent.com/u/16371969/Objective.docx[^]In the word file at last a paragraph with TODO describes my query or helping query. I have got a task to:1. take input from web...
31 Jan 2014 by Lal Singh Anjana
how do i set Line space in tiny mce editor ? List box in select Line space and apply on all document in tiny mce editor.
7 Feb 2014 by Lal Singh Anjana
i got a solution from tinymce.create('tinymce.plugins.LineSpacePlugin', { createControl: function (n, cm) { switch (n) { case 'listbox': var mlb = cm.createListBox('listbox', { title: 'Line Space',...
14 Oct 2015 by LLLLGGGG
Hi,You may try to use regex in PHP (http://php.net/manual/en/function.preg-match.php[^]) in order to get that result. Follow this[^] tutorial.What you have to do is simply detect the URL with this...
31 May 2012 by Manfred Rudolf Bihy
Have you looked at this one yet: FreeTextBox - The most popular free ASP.NET WYSIWYG rich HTML editor[^]?Regards,Manred
23 Jul 2018 by Markus Rechberger
I want to set the text of my Edit Control. When I do, the new content is Chinese. For example, this: [DllImport("user32.dll")] public static extern int SendMessageW([InAttribute] System.IntPtr hWnd, int Msg, int wParam, string lParam); [DllImport("user32.dll", CharSet = CharSet.Auto,...
24 Jul 2018 by Markus Rechberger
I have a TreeView (using Crownwood.DotNetMagic, it should be similar to WinForms) and when the user edits a node, he should not be allowed to leave the edit mode when the text is empty. The TreeView has similar events like this treeview from WinForms What I have tried: I've tried doing this...
23 Oct 2012 by Maximilien
I suggest Visual Studio (Express) if working on Windows.
23 Apr 2014 by Member 10556609
Am New to Android .I have Searching Data in ListView from WebService Using JSON In Android.But I Want to modifying and deleting that searched data..How to put coding for that Please help me thanks in Advance..
13 Jul 2014 by Member 10556609
Hi guys , Am New to Android ..In My apps am using insert,edit,update process... in That insert process am using android spinner for insert value..Now my question is i wants to edit the inserted spinner value..Please any one help me..
24 Aug 2017 by Member 11025896
Hi, When you edit the form and not select any file then HttpPostedFileBase file will be null.that's why Ctl column will be bank. In this case you should use contentHtml.Ctl=contentHtml.Ctl means when user not select file then you should set the old file name in Ctl column. Hope this work..
7 Sep 2014 by Member 11045698
How html source code file in SQL 2012 to write?
16 Nov 2014 by Member 11237865
I have an editor template in which I display a list of objects. These can be modified by the user. I want to postback only modified objects or to somehow mark from UI using js I guess the dirty objects. Can you please point to the right direction of how i can do this? Thank you
9 Feb 2015 by Member 11430228
Well I need ideas or some advices to start a new project, I have to find a way of how "edit/overwrite" the content of a page in ASP.Net C#Suppose I have n controls in the page and 1 link button(or button) that turns in "edit mode" the page, in other words, when I click that button (some...
12 Jun 2015 by Member 11492419
Recently I have been working on a live wallpaper. I have the wallpaper drawn in OpenGLES. But I want to create a settings button so people can, say change the color of the cube I made. How exactly would I go about doing that, I know you have to use PreferenceActivity and you need to create a...
15 May 2015 by Member 11691168
Is there an ECCN, CCATS# and/or ERN assigned to ASN.1 editor or Code Project that we can reference for the purpose of exports from the US?Thanks.
17 Aug 2015 by Member 11915503
Hi,I'm looking for some advice/information on a program I want to develop. I have some experience programming (mostly) in C# and using the .Net framework.In the program I want to develop, I want the user to be able to design a custom GUI to suit their needs by adding/removing some...
17 Dec 2016 by Member 12904918
How I can add delay between execution of two lines means i want to execute one line and then wait for 5 second and then execute second line. thread.sleep is not working well in windows form in c#. Is any other way?What I have tried:steps[recursiveStep, left].BackColor = Color.Fuchsia; ...
2 Aug 2018 by Member 13935422
I got a text file of URLs like archive.org/details/ightrailwaycon00parkgoog ,but i need change any of them to a form like archive.org/download/lightrailwaycon00parkgoog/lightrailwaycon00parkgoog.pdf , in which the word "details" got replaced by "download",and the thing after the last slash got...
6 Mar 2014 by Meysam Toluie
Hello ExpertsMy project is about calculating the root of equation which can not be solve easily by hand.It is windows form application.I have created the project but just one step remains to finish it!I need an equation editor so the user can insert his/her own equation.There are...
16 Aug 2012 by MikeVaros
I have been having a lot of issues as I try to insert ComboBox values into the Ajax Html editor. I have seen a few questions on here related, and I've tried several of the scripts that are listed as accepted answers, but I still cannot get the values to insert at all. I am using Visual Studio...
12 Jan 2013 by navidsoft
Hello every body I cunstructed an EDITOR seems to windows Notepade for my software to bring out special informations and show them to the user. the user has ability to make some changes like Font size change or bold some where in text by the editor and save in SQL and then print the text...
20 Jun 2013 by onemorecoke
Does anyone know of a on-line HTML editor I can use in a webpage to create webpages using blocks where you drag in Text, or an Image, etc. Some web hosting services like Weebly have these HTML editors, so I am wondering if there was something out there I could use. Just as a background, I have...
21 Aug 2013 by OriginalGriff
There really isn't much option: you can write the whole revised file each time, or you can write the file from the point of the first modification onwards.The problem is that text files don't understand lines - the content is just a sequence of characters to them - so if you insert or delete...
4 Nov 2013 by OriginalGriff
Press the "Improve Question" widget below the question body, on the right.
17 Dec 2016 by OriginalGriff
It's complicated, because you are trying to get one thread to do o different things at the same time: show what is going on, and wait for a specific product of time before doing something else - and that isn't going to work. So set up a Timer, and user that to kick off the second colour change...
26 Jun 2023 by OriginalGriff
Probably not: binary files don't have "rows" or "columns" - those are arbitrary constructs created by the editor in order to conveniently display the data to you according to the address of the byte in the file. Most hex editors chose to display...
31 Mar 2015 by Pandu Rang
In your program, need to replace below condition :if(f==1) target.replaceSelection( "\n\t");with this code:if(f==1) { target.replaceSelection( "\n"); target.replaceSelection("\t //write your code"); ...
8 Oct 2015 by Patrice T
About any editor for programmer is doing syntax highlighting.But there, you want it to evaluate #defines, I have never needed such a thing because I know What I am doing and why I have some #ifdef in my code. And I have a common usage that is to build for different targets and the #define...