Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have Visual studio 2019. How do i code a Notepad using VB.net?

What I have tried:

Nothing yet. Still figuring it but need step by step instructions.
Posted
Updated 26-Apr-22 8:32am
v2
Comments
jeron1 26-Apr-22 14:04pm    
You tagged this with C++...

Quote:
How do i code a Notepad using VB.net?

Such project is already way too big to be answered of such a little textbox.
Quote:
How do i code a Notepad using VB.net?

First you need to list all features you want it to be able to do.
From this list of features, you will deduce a project structure, then how to organize your code.

- Learn one or more analyze methods, E.W. Djikstra/N. Wirth Stepwize Refinement/top-Down method is a good start.
Structured Programming.pdf[^]
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
Program Development by Stepwise Refinement[^]
 
Share this answer
 
Comments
Maciej Los 26-Apr-22 14:32pm    
5ed!
Patrice T 26-Apr-22 14:38pm    
Thank you
Use a Multiline TextBox Class (System.Windows.Forms) | Microsoft Docs[^], which will do most of the work for you.
 
Share this answer
 
Comments
Maciej Los 26-Apr-22 14:33pm    
5ed!
Start here: Let Me Google That[^]
There's about 708 000 results!

And... Please, respect the rules of QA forum[^].
The rule no. 1 is:
Quote:
Have you searched or Googled for a solution?
 
Share this answer
 
Comments
Patrice T 26-Apr-22 14:39pm    
+5 too
Maciej Los 26-Apr-22 14:43pm    
Thank you.
:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900