[comp.windows.misc] CWINDOWS TOOLKIT field initializations

davidph@lcra.uucp (07/06/90)

This is under the windows section because I couldn't think of any better place
to put it. It concerns CWINDOWS TOOLKIT. I haven't found a decent method of
initializing their fields to blanks. Using a string of spaces leads to
problems when the user presses the delete key. The problem is that the delete
key leaves behind lengths of the field highlight bar equal in length to the
number of deletes pressed. Initializing to blanks ('\0') renders a field
with no highlight bar at all. Does any one have a solution?