Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
Exchange Links About this site Links to us 
|
Control NOTEPAD
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Q: I want to change some defaults of notepad, such as printing page
number (which it prints but I don't Want), page setup and font size.
How can I do them (Even if I Can't do them in delphi) How can I change
the defaults of notepad?
A: (using NT4:)
It appears that you can change some or all of those in
HKEY_CURRENT_USER | Software | Microsoft | Notepad.
(This seems not to exist in Win95)
Comments:
|