Jump to content

how can made notepad application in c#.net?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
ufone2008

ufone2008

    Newbie

  • Members
  • Pip
  • 8 posts
salam sir;
how can made notepad application in c#.net?please you will inform me that which books is best about project made in c#.net.please send me books free download url in c#.net
thanks sir

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Just use the text input (change this to multiline) or rich text editor and place it on your form. Once you've done this all you need to do is add the surrounding buttons (Save, New, etc).

#3
Kierien

Kierien

    Learning Programmer

  • Members
  • PipPipPip
  • 32 posts
If you need help with the code and all, i can write a guide on it, but if you do a brief google search, you will find many. But if you dont understand those, i can write a guide with the most simple code that i can think of.

~kierien

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Even though I know how, I wouldn't mind seeing a tutorial/guide on it. :)

#5
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
First add a MenuStrip control (docked to the top). Then add a textbox and set the Dock to Fill. That's the layout done - now just write some code to save, new, open etc.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#6
Kierien

Kierien

    Learning Programmer

  • Members
  • PipPipPip
  • 32 posts
I made a guide on how to to this, waiting for moderator's approval, will post link when done.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
approved
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
Kierien

Kierien

    Learning Programmer

  • Members
  • PipPipPip
  • 32 posts
Link to tutorial: http://forum.codecal...-notepad-c.html