Showing results for November 2020 - Math in Office

Nov 29, 2020
0
1

Displaying Enlarged Images in Popup Window

Murray Sargent
Murray Sargent

RichEdit clients may want to zoom images that the user clicks on. To satisfy this need, the Microsoft 365 version of RichEdit supports the EN_IMAGE notification, which notifies the RichEdit client when the mouse moves over an image or the image is clicked on. The client can then display an enlarged image in a new window by sending the RichEdit cont...

Nov 1, 2020
5
1

RichEditD2D Window Controls

Murray Sargent
Murray Sargent

This post is for desktop programmers who use RichEdit window controls in their applications and would like to have more display functionality. Examples of such controls include the desktop Outlook To, Cc, and Subject lines as well as WinForms RichTextBox controls, WordPad, and myriad other programs. It’s easy to create a RichEdit window control by ...