overstrike mode in Windows API

Started by tpekar, September 23, 2014, 10:55:03 PM

Previous topic - Next topic

tpekar

Seems like an easy enough question.  But for some reason I can't seem to figure out how to do it.  The default is insert mode.  How can I toggle between insert and overstrike mode?

Sam Steele


tpekar

I think I need to refraise the question.  I am looking for perhaps a message I can send to place a control into overstrike mode when the user enters it.

DMac

How about this?
FORWARD_WM_CHAR(hEdit, VK_INSERT, 0, SNDMSG);
No one cares how much you know,
until they know how much you care.