I want to make a text editor in c or c++ with features like bold,italic,underline,save as ,save,open,font size,font colour, font type,alingment(left,right,mid),cut,copy,paste..........
Plz i need the code if any one can help me plzzzzzzzzzz,,,,,,,,,,,
YAMNA MIDHAT -5 Junior Poster in Training
sergent commented: plzzzzzzzzzz,,,,,,,,,,, learn to spell -1
Recommended Answers
Jump to PostSo you want to make a text editor, but you don't want to actually do the work?
Jump to PostA command line text editor is vastly simpler, and a good exercise for an intermediate beginner. It continues to be a good exercise as you grow because there are numerous considerations and possibilities when it comes to making the editor faster. But doing a full blown GUI editor with rich …
Jump to Postthanks but what to do with this hell assignment
Go to google, find OpenOffice, get the source code, and send it to your teacher xD
Jump to PostHere you go YAMNA MIDHAT! I hope you one day get a job at Microsoft.
#include <textedit.h> #include <fonts.h> #include <richedit.h> #include <intrface.h> int main(void) { TextEdit TextEditor; TextEditor.Init(); TextEditor.Default.SetFont("Arial"); TextEditor.Default.Color = TD_BLACK; TextEditor.Launch(); while (Globals.Interface.ProcessMessages()) TextEditor.ProcessEvents(); return 0; }
Jump to Postwhat is this i can not even understand a word of it:sad:
It's a joke.
All 23 Replies
Narue 5,707 Bad Cop Team Colleague
Stefano Mtangoo commented: You said it well +13
YAMNA MIDHAT -5 Junior Poster in Training
YAMNA MIDHAT -5 Junior Poster in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Narue 5,707 Bad Cop Team Colleague
YAMNA MIDHAT -5 Junior Poster in Training
Stefano Mtangoo 455 Senior Poster
YAMNA MIDHAT -5 Junior Poster in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
YAMNA MIDHAT -5 Junior Poster in Training
YAMNA MIDHAT -5 Junior Poster in Training
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
YAMNA MIDHAT -5 Junior Poster in Training
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
YAMNA MIDHAT -5 Junior Poster in Training
Stefano Mtangoo 455 Senior Poster
sergent 52 Posting Pro
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Stefano Mtangoo 455 Senior Poster
N1GHTS 102 Posting Whiz in Training
YAMNA MIDHAT -5 Junior Poster in Training
Narue 5,707 Bad Cop Team Colleague
YAMNA MIDHAT -5 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.