Click here to Skip to main content
15,880,364 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to create notepad in vb.net. I don't know what the following fields are: word warp, status bar, find ... So give me full details and coding.
Posted
Updated 7-Jul-11 3:29am
v3
Comments
Smithers-Jones 7-Jul-11 9:52am    
"I want to create notepad" contradicts "So give me full details and coding.", don't you think so?
Sergey Alexandrovich Kryukov 7-Jul-11 15:51pm    
Oh yes. Way to typical...
--SA
fjdiewornncalwe 7-Jul-11 12:45pm    
I don't know what word warp is either. :sigh:

Word wrap is merely the formatting of text so all words in a line are within the confines of the window, and any excess is displayed on the line(s) below.
Status Bar[^] is a Windows.Forms control.
Find is a function to find a particular character string in the text being edited.

The code you have to write yourself.
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 7-Jul-11 15:50pm    
Replaced '::' as this is not C++/CLI. My 5.
--SA
Richard MacCutchan 8-Jul-11 4:43am    
I knew there was something nagging in the back of my mind when I wrote it; thanks.
Sergey Alexandrovich Kryukov 12-Jul-11 15:06pm    
You're most welcome.
--SA
Learn to use Google and do not copy code, try to understand it.

check this out:

http://sushantkumar.wordpress.com/tech/notepad-in-vbnet/[^]

hope it helps :)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 7-Jul-11 15:51pm    
Sorry, ugly, ugly code referenced.
--SA

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