Yes, of course you can create application similar to Notepad. All you need is some MenuBar with File --> New, Open, Save, Exit, TextView to see and edit text. And maybe some toolbar to show you on which line you and column you are.
2009/6/22 The_Fruitman <[email protected]> > > Yes. > > System.Diagnostics.Process.Start("notepad.exe") > > If you wanted something more, post a better worded question, your > problem and code you've tried. > > On Jun 22, 10:19 am, Afewerki <[email protected]> wrote: > > can I create Notepad in VB2008? If your answer is yes. how I can? tell > > me >
