editcontrol
Windows 7 edit control, vertical scroll does not work
I have an application that compiles ok (mingw) and runs ok, however the edit control that is created has scroll bars but the vertical scroll bar doesn\'t do anything. The same executable works fine on[详细]
2023-03-30 13:50 分类:问答Paint problem when handling WM_CTLCOLOREDIT
I have an non read only edit control for which I need to change colors so I handle WM_CTLCOLOREDIT. It works well when I am typing continuously but the problem is when I hit backspace or delete or eve[详细]
2023-02-20 20:55 分类:问答How to use EM_SETHANDLE on edit control?
I am unable to figure out how to properly use the EM_SETHANDLE mechanism to set the text for an edit control. Get and Set window text will be too slow for my application.[详细]
2023-02-20 20:01 分类:问答How to turn off beeping when pressing ENTER on a single-line EDIT control under Windows CE?
I\'m developing an application targeted to a POCKET PC 2003 (Windows CE 4.2) device using C++ and native WINAPI (i.e. no MFC or the like). In it I have a single-line edit control which part of the mai[详细]
2023-01-14 11:27 分类:问答How to limit number of characters typed in a textbox in MFC?
I have 2 questions...my 1st question is how do I limit the number of character typed in a textbox in MFC..say if I want the user to type only 4 characters..the text box should take only 开发者_JAVA技巧[详细]
2022-12-19 21:25 分类:问答