Top "Notepad" questions

Notepad is a simple text editor for Microsoft Windows.

UTF-8 characters missing or displayed as boxes in Notepad, but works fine in webbrowser and other text editors

I have UTF-8 text stored in DB and served as text/plain; charset=utf-8 in a web application. All the …

windows utf-8 character-encoding notepad
Notepad files always open as a very small window

I couldn't fix it no matter what I did. I'm on Windows 7, 64 bit. I know; creating a shortcut to that …

windows windows-7 notepad maximize maximize-window
Windows.Form c# without visual studio

I am trying to learn Windows.Forms, and while I have Visual Studio (edit, my mistake obviously), I feel that …

c# winforms notepad
Replacement for SimpleCursorAdapter?

I'm looking at the Notepad Tutorial on the Android developer's site and noticed that SimpleCursorAdaptor is deprecated. The new constructor …

android deprecated notepad
Get QTextEdit changes when textChanged() signal is emited

I have a QTextEdit and I connected the textChanged() slot to a signal. How can I find the changes when …

c++ qt notepad qtextedit
Visual studio file opens only with notepad

I have a very strange issue with Visual Studio 2010. My program have some memory issues, so I have to reboot …

c++ visual-studio visual-studio-2010 notepad
How to get the exact path of notepad.exe in order to associate a file extension

I need to associate a file extension I have created “.rulog” with notepad.exe as part of a setup project …

c# .net path registry notepad
How to press "ALT+F4" using AutoIt

I am new in AutoIt. I have run the notepad by using the following code in AutoIt: Run("notepad.exe") …

autoit notepad alt-key
VBScript to Notepad/Wordpad

I'd like to write output from VBScript to notepad/wordpad in realtime. What's the best way to do this? I'm …

vbscript notepad output-redirect
Python create save button that saves an edited version to the same file(not save as)

This is a simple notepad program that i am currently writing. Most things are working but cannot get the save …

python tkinter save notepad