How to write a notepad program in C???????????????????????

Updated on technology 2024-03-12
8 answers
  1. Anonymous users2024-02-06

    I haven't studied how to select this problem after finding it.,I don't know if richTextBox can be implemented.,If it's just a search, it shouldn't be difficult.。

  2. Anonymous users2024-02-05

    The notepad is easy to do.,Drawing is just.。。。

    I'm a newbie, so I'm commenting on it.

  3. Anonymous users2024-02-04

    Indeed, take a closer look at GDI+Writing a notepad is actually quite simple. If you are a beginner, you can find a source**, look at it first, and then expand the function to help yourself more.

  4. Anonymous users2024-02-03

    It's convenient to use richtextbox for notepads.

  5. Anonymous users2024-02-02

    "About Notepad"This feature is not written in anything, but needs to be compiled in advance".chm"The help document can be loaded when the written program is packaged.

  6. Anonymous users2024-02-01

    When there is a selection of Chinese books, cut copy delete is available, gray is not available when it is not selected! ** Below:

    private void richtextbox1_selectionchanged(object sender, eventargs e)else

    Then cut copy and delete **very simple, are all built-in methods of richtextbox1, ** as follows:

    private void undo toolstripmenuitem click(object sender, eventargs e).

    private void Cut ToolsTripMenuItem Click(Object Sender, EventArgs E)

    private void copy toolstripmenuitem click(object sender, eventargs e).

    private void Paste ToolsTripMenuItem Click(Object Sender, EventArgs E).

    private void Delete toolstripmenuitem click(object sender, eventargs e).

  7. Anonymous users2024-01-31

    When you click on the combox, your selection in richbox is canceled, you assign the font to an empty selection, and of course there is nothing.

  8. Anonymous users2024-01-30

    Break the dot after each if and see if it's in.

Related questions
6 answers2024-03-12

2, Then, save the file to your computer.

3. Select the notepad file, click "Rename" in the right-click menu, and click to open. >>>More

4 answers2024-03-12

Lo and behold, some of the ice flowers on the window look like little rabbits, and some look like small ones. >>>More

4 answers2024-03-12

Cherish the love of your loved ones.

When you wake up in the morning, who has already prepared a delicious breakfast for you? When you're bullied, who's fighting for you? When you win a certificate of merit, who is so happy that it cried? >>>More

2 answers2024-03-12

I used a lot of methods on the Internet (changing the language of the computer system), but it didn't work, so I researched two methods myself, and I only recently researched them. The first) >>>More

11 answers2024-03-12

srand(int) is used to set the seed, and then returns a random value each time rand(). >>>More