Create gui with notepad in Windows

Asked By 80 points N/A Posted on -
qa-featured

How to create gui with notepad in windows 7? I quite prefer to make a GUI that when you sort a content in the Info box and click a catch a Notepad may as well pop up and the content you composed in the GUI include confine shows up the Notepad. 

 

I've attempted this for a hour now and n'tn't resolve how to do it effectively. It appears that its giving me blunders and when I'm rectifying these blunders I'm getting no where. 
SHARE
Answered By 5 points N/A #149846

Create gui with notepad in Windows

qa-featured

Hello. There are many programming language that will let you create such a GUI. If what I understood was right, you want an interface that will sort out some contents in a entry box and let that output appear on notepad. You can create it using Visual Basic 2008 for instance. Interfacing it with notepad is as easy as calling it through a shell. 

But if I were you, why not just create a gui that looks similar to notepad, and let all the outputs appear there instead of having it called notepad. You can have more control over what exactly you want as an output.

Related Questions