Click here to Skip to main content
15,885,154 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 Score

Editing 

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.
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.
5 Mar 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
If you want to set text inside AJAX HTMLEditor or HTMLEditorExtender, then this is the right place. Enjoy the tip.
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.
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^^
25 Oct 2017 by Richard Deeming
Try something like this: private DataRowView GetCurrentRowData() { if (JOGridView.CurrentCell == null) return null; int rowIndex = JOGridView.CurrentCell.RowIndex; if (rowIndex == -1) return null; return JOGridView.Rows[rowIndex].DataBoundItem as DataRowView; } ...
30 Mar 2012 by Sergey Alexandrovich Kryukov
One problem with changing article is that the submission of the article creates a permanent URL, which should not be changed. At the same time, I have done a minor fix to one of my article, so I remember it was possible. If you cannot find it, perhaps you should ask here:...
23 Oct 2012 by CPallini
vim [^].
23 Oct 2012 by JackDingler
A simple editor you can use is 'edlin'.
23 Oct 2012 by wenfeng_ji
vimthe content is too short
23 Oct 2012 by WebMaster
Linux: vimWindows: Notepad++============================
3 Jan 2013 by Sergey Alexandrovich Kryukov
Of course you are right: polling by timer… bad idea. Of course, you should not do it.Here is my pitch: where is your logic? Follow me: if you are already ready to handle some events to update the properties, why not looking for some other events, more suitable ones. But what events?...
13 Apr 2013 by Sandeep Mewara
Once you are logged in, hover over your username. You will get a menu. Click 'My Settings'. You will find a tab for Professional Profile.
28 Jan 2015 by John Atten
Install Sublime Text 3 (beta) on Linux Mint or Ubuntu.
26 Oct 2013 by phil.o
Please see here:Q&A FAQ[^]and here:What have you tried?[^]This forum is not meant to provide you a full solution based on your requirement.You have to make some research from your side and begin to code something.Following page could be a good start:code editor web control[^]
4 Feb 2014 by hypermellow
Try adding the ValidationGroup attribute to your TextArea control:... something like this:
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 =...
9 Feb 2015 by Sergey Alexandrovich Kryukov
To start with, look at the "Crazy Hack 1" at the "Crazy Cool Javascript Hacks" page: https://bhuvans.wordpress.com/2007/01/22/crazy-cool-javascript-hacks[^].Simple, isn't it? Only you can "turn it on" on your page yourself in first place.Now, it says: "of course you cannot save it back"....
20 Nov 2017 by jgauffin
Griffin Editor - a markdown editor written in TypeScript
11 Oct 2015 by Stefan_Lang
The problem with #define symbols is that there are so many places to define them: in #include files that are located in some project-specific path, in the project setting itself, in environment variables (indirectly), or on the command line. That makes it very hard for any editor short of full...
8 Feb 2017 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) ...
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..
23 Jul 2018 by Richard Deeming
According to pinvoke.net[^], you need a MarshalAs attribute on the string parameter: [DllImport("user32.dll")] public static extern int SendMessageW( [InAttribute] System.IntPtr hWnd, int Msg, int wParam, [MarshalAs(UnmanagedType.LPWStr)] string lParam);
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...
30 Jan 2012 by Sergey Alexandrovich Kryukov
Post it here: http://www.codeproject.com/Forums/1645/Site-Bugs-Suggestions.aspx[^], explain your problem.Try to simplify your file name.—SA
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...
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...
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 !
31 May 2012 by se.nishant
I am using Ajax Editor control in my asp.net project, but its not working perfectly for example its not opening dropdown of color but other dropdown like font size font name are fine.Also suggest me a Free HTML editor control for asp.net
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".
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
29 Aug 2012 by Piyush Manharlal
I'm writing my very first article on this site, and having trouble with editing/writing properly, becouse every time I hit enter key it afects on first row of text (in this case the Introduction title).I'm using opera browser, tried with IE with same results. Is there something I'm doing...
29 Aug 2012 by Wes Aday
I believe that this would best be answered in the Article writing[^] forum
23 Oct 2012 by Street Racers
best is "EditPlus" you can edit c,c++,java,c# etc.,
18 Nov 2012 by Renuka Sundar
Hai,how i have to fix header and footer in html editors by using asp.net and third party control as dev express.anybody answer should be appreciated,try to answer asap, sorry for rushing my question.
3 Dec 2012 by Krishna Kumar Soni
best 3rd party tool is infragistic, please try it.
14 Dec 2012 by tcnm
How can I edit a post I recently made?tcnm
14 Dec 2012 by Richard MacCutchan
Here in QA use the Improve question link. In the main forums use the Edit link.
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...
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...
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 ...
7 Mar 2013 by tarjeetsalh
HI, I Have Created a Desktop Winforms Application On The Basis of Wix.com Means a user can create Html templates in the Application and then Publish Them.now when a user Clicks on the Menu On Right side( Which Contains Menu For Adding Buttons and Other General Controls),The Control is Drawn on...
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) { ...
5 Apr 2013 by YuriMaks
Hello.Netbeans 7.3 for PHP. Code editor adds * in the each line of multiline comment:/* * * */I didn't find any option in "tools->options->editor" or elsewhere to disable this annoying behavior. Please help (googling didn't help).
27 Nov 2017 by srikaracharya
We are building a document management system in ASP.NET. This application should support document (office documents, PDF and TIFF) viewing and editing on line (in the browser itself). We are looking for a third party component which offers these services. The API/SDK should not use any ActiveX...
3 Jun 2013 by Abhinav S
You can explore iTextSharp[^] for PDF editing.
6 Jun 2013 by T0mii
Hi guys,is there any ck editor expert?i would like to integrate elFinder filemanager into CKEditor.i followerd this guide:https://github.com/Studio-42/elFinder/wiki/Integration-with-CKEditor[^]The problem is i know nearly nothing about ck editor.My problem is after i...
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...
20 Jun 2013 by Sergey Alexandrovich Kryukov
Your requirements are not quite clear, but look at this one: http://en.wikipedia.org/wiki/TinyMCE[^].—SA
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 Bilashcse
Please check this link : http://nicedit.com/demos.php?demo=2[^]
21 Jun 2013 by blachsmith
thanks, i found that the js file i use is too old
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
2 Jul 2013 by Ron Beyer
You can place multiple EditorAttributes on the property, but the property sheet will only pick the last one that it finds I believe. It only allows multiple for inheritance purposes, so there is no way to tell it which one to choose at design time.And no, you can't add a checkbox to the...
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
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...
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).
4 Nov 2013 by OriginalGriff
Press the "Improve Question" widget below the question body, on the right.
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...
4 Nov 2013 by Shmuel Zang
It depends on your privileges. See the 'Privileges' tab in your profile, for more details.
10 Jan 2014 by vasuvasanth
Hello All,I am developing a small c\c++ code editor using .NET scintilla edit component.I want to add code completion feature for that. Is there any opensource C++ Code completion library available?Thanks in Advance.
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',...
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..
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...
6 Mar 2014 by dan!sh
Take a look at this[^] control.
2 Apr 2014 by sdancer75
Hi,I want to create an slide show editor,with 2d & 3d object support (including video and images). I need also animation support. For the preview layer mode what framework should I use A) GDI or B) OpenGL ?Does OpenGL support easy basic object creation, like circles, rectangles etc,...
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..
10 Aug 2014 by Vikrant Chauhan
Characters left: var max_chars = 200; //max characters var...
10 Aug 2014 by Snehasish_Nandy
You can check thishow-to-break-line-after-some-characters-using-eval-in-asp-net-c-sharp[^]Just replace the character. Hope it will help..
10 Aug 2014 by Vikrant Chauhan
what's wrong with code project editor when i paste my code with some html,js some of the things automativally gets stripped off from my code
10 Aug 2014 by Richard MacCutchan
This is not the correct place, please post your query in the Article Writing forum.
15 Sep 2014 by Jitendra Ku. Sahoo
Do you mean to store HTML code in database?
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...
9 Feb 2015 by Sisir Patro
Hi,lets assume you are having 10 textboxes in your page. You want to make the edit enabled in your control page. For that you can make a template (May be a separate div containing the controls to edit the data) which will contain the template of the same page with some extra buttons there in...
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...
9 Feb 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
I think you should check this answer - Modifying .resx file in c#[^].Also - Editing a Resource File Treating It as an XML File[^]
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"); ...
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...
11 Jun 2015 by Sergey Alexandrovich Kryukov
Please see my comment to the question. You need to find such editor or create one from scratch by yourself. See, in particular, this one, it is for System.Windows.Forms: http://sourceforge.net/projects/dlxmleditor[^].You can try to find something else: http://bfy.tw/I0S[^].—SA
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...
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; } ...
4 Aug 2015 by Sergey Alexandrovich Kryukov
The question is quite unclear (please see my comment to it), but I can give you some hint: it's more likely that your mail is composted incorrectly. It can be single-part or multipart. If there is only one part, it needs content-type "text/html". Your mail could be multipart, then only HTML...
17 Aug 2015 by Richard MacCutchan
It is a question of capturing information as the user makes their selection. Assuming you allow them to drag and drop the control onto some surface, you need to capture the control type and its properties (color, location, size etc) as they select it. You can then write this information into a...
7 Oct 2015 by Torakami
Hii , I generally use sublime text editor for developing web pages , now i havce started using scss but not sure how to compile using sublime text 3 . I have checked plugin , but that seems to be working only for mac pcs. Anyone knows how to compile in windows Thanks
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
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.
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 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...