Live data from Hacker News

Microsoft is killing WordPad in Windows

bleepingcomputer.com

331–340 of 367 posts

Re: Microsoft is killing WordPad in Windows

#331
post #328

Earlier quoted context omitted.

cmd is pretty much deprecated in favor of powershell. And both have the best terminal application available on any OS.

There's nowhere such a statement in windows. Last time i looked, accesories still included cmd.

Agreed, PowerShell (and lately the new Windows Terminal app) are nowadays the defaults but cmd.exe and the legacy conhost are by no means deprecated. https://devblogs.microsoft.com/commandline/rumors-of-cmds-de...

Re: Microsoft is killing WordPad in Windows

#332

Earlier quoted context omitted.

WordPad was an official sample application for the MFC and OLE: https://web.archive.org/web/20070429125746/http://msdn2.micr...

from https://github.com/microsoft/VCSamples/tree/master/VC2010Sam... "The WordPad sample demonstrates how to implement an application that imitates the functionality of WordPad, including the user interface elements and some of the capabilities." I should have known it wasn't the real Win95 WordPad source code since this version is written using MFC and C++. C++ was not an approved programming language for Win95 comp…

Hmm. Murray Sargent's blog post states that Win95's WordPad IS written in MFC.

from https://web.archive.org/web/20070127011040/http://blogs.msdn...: "...RichEdit 1.0 was wrapped in MFC to produce WordPad as an example of how MFC could be used for text processing. This was shipped with Windows 95 as mentioned in the previous post."

More RichEdit history: https://web.archive.org/web/20070306114503/http://blogs.msdn...

Re: Microsoft is killing WordPad in Windows

#333
post #225
post #86

Fun fact: Before WordPad there was Microsoft Write. Typing 'write' in the Run dialog still opens WordPad today. They kept the alias for 28 years.

I don't have a reference for this but I remember reading that Microsoft had to create Wordpad from scratch because they lost the code for Write. I do remember that when they introduced Wordpad it was missing several features present in Write and a very visible one was justified text.

According to Murray Sargent's blog post on RichEdit version history, justified text was added to RichEdit in v3.0. The Win10 version of WordPad seems to support fully-justified text per paragraph.

see https://web.archive.org/web/20070306114503/http://blogs.msdn...

Re: Microsoft is killing WordPad in Windows

#334

One interesting thing about WordPad (at least from the Windows XP / 7 era) was that it supported the complete OLE2 / ActiveX stack. This let you do all kinds of things like embed other types of controls (like canvases or images from Paint, or Excel tables) inside your document, and WordPad's UI would jump through all the hoops to update and transform into the embedded application's UI when that control gained focus.…

OLE has always fascinated me. I’ve wanted to play around with it just to see what sort of cursed things I can do, but my eyes glaze over looking at WinAPI docs.

Re: Microsoft is killing WordPad in Windows

#335
post #228

Earlier quoted context omitted.

Microsoft Write (which supported RTF) was included in Windows 1.0 - https://en.wikipedia.org/wiki/Microsoft_Write For Win95, the new included-in-the-box email client required a text editor which supported multiple fonts, colours, font styles, et al. But Microsoft Write code was not written to be modular and cross-platform (much of the Win95 email client code would also run on the Macintosh, for Mac OS System 7.x). So…

Funiest thing is, in win11, the notepad use RichEdit again (but use winui's richedit control, not win32

from https://devblogs.microsoft.com/math-in-office/richeditd2d-wi...

"The Windows 11 Notepad uses the RichEditD2DPT window class with a recent Microsoft 365 RichEdit."

Re: Microsoft is killing WordPad in Windows

#336
in one way, this is a good thing, right? But in another, how do i manage old servers which still use TLS1.0 or TLS1.1... The only browser i can use, most of the time, is Firefox for getting into older IPMI endpoints (old servers that dont get security updates... Thanks HP/Dell...). Guess i will be using a Linux VM for managing that kind of gear now...

Re: Microsoft is killing WordPad in Windows

#337
Next to things like Notepad, the Calculator, and Command Prompt, Wordpad is and has been one of the most useful programs ever bundled with Windows in terms of functionality and user-friendliness, so the idea of getting rid of it (even if it gets replaced) just seems kind of asinine.

Re: Microsoft is killing WordPad in Windows

#338
post #260

Earlier quoted context omitted.

I took > will be removed in a future release of Windows to mean it's not just unmaintained (indeed that's fine) but actively removed from your computer

Yeah, but it’s not like it’ll be impossible to find a copy of it

So you have to go out and install software from the internet rather than just right click and open with WordPad, particularly when using someone else's computer, or a corporate system where you can't just install random software

Similar to a local ice cream store, it may not be the best in existence, but the advantage is in it being right there right now

Re: Microsoft is killing WordPad in Windows

#339

in one way, this is a good thing, right? But in another, how do i manage old servers which still use TLS1.0 or TLS1.1... The only browser i can use, most of the time, is Firefox for getting into older IPMI endpoints (old servers that dont get security updates... Thanks HP/Dell...). Guess i will be using a Linux VM for managing that kind of gear now...

I'm confused, what does WordPad have to do with TLS and IPMI?

Re: Microsoft is killing WordPad in Windows

#340

One interesting thing about WordPad (at least from the Windows XP / 7 era) was that it supported the complete OLE2 / ActiveX stack. This let you do all kinds of things like embed other types of controls (like canvases or images from Paint, or Excel tables) inside your document, and WordPad's UI would jump through all the hoops to update and transform into the embedded application's UI when that control gained focus.…

One neat OLE object (btw this works even in Windows 10 - i don't know about 11) is the "package" which allows you to embed any file as an OLE object. So basically you can drop an image file, PDF, video, program or anything else in WordPad and it'll put an icon representing it that if the user double clicks it'd be equivalent to them doubleclicking a file. Of course most of the time it isn't very practical (and WordPa…

Which is also why you shouldn't trust an RTF file
Post reply on HN