editcontrol Questions

6

Solved

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 m...
Never asked 27/8, 2010 at 22:23

2

I am trying to make a search edit control in MFC that has an icon displayed in the control window all the time (regardless the state and text of the control). I have written something like this man...
Fides asked 11/8, 2016 at 8:39

1

Solved

I am trying to implement my own drawing on a TEdit control when it does not have focus (show ellipsis in TEdit when the editor doesn’t fully display its text). So I starאed with this code: type T...
Betweenwhiles asked 31/10, 2017 at 12:10

4

How can I disable those 3 standard cut/copy/paste commands in the context menu of the native Windows OS edit control? I also need to disable the equivalent clipboard-related commands like CTRL+C...
Dutchman asked 7/10, 2015 at 11:47

2

Solved

Basically, I want the TextHint of my TEdits to disappear when the first character is entered and not when they receive focus, like the Edits on this Microsoft page: Sign in to your Microsoft accoun...
Swaraj asked 21/7, 2015 at 21:22

0

I am trying to catch ENTER and ESC key press in singleline edit control. When user presses ENTER or ESC I want to take away keyboard focus from edit control and set it to listview control. Listvie...
Heartbreaking asked 18/5, 2015 at 2:31

1

I've been trying to find a simple solution to change the color of an edit control that has the ES_READONLY flag. The code I have (sort of) works when the edit control is editable, however has no ef...
Pietrek asked 1/1, 2015 at 18:43

3

Solved

I have subclassed edit control to accept only floating numbers. I would like to pop a tooltip when user makes an invalid input. The behavior I target is like the one edit control with ES_NUMBER has...
Sidero asked 27/5, 2014 at 14:52

2

Solved

INTRODUCTION AND RELEVANT INFORMATION: I have an edit control that should accept only signed decimal numbers-something like -123.456. Also, it should be locale aware, since decimal separator is no...
Whitewing asked 16/2, 2014 at 13:4

1

Solved

INTRODUCTION AND RELEVANT INFORMATION: I have an edit control that needs to accept only signed decimal numbers ( something like -12.35 ). I have decided to implement this via subclassing. The ...
Bullion asked 12/3, 2014 at 3:13

2

Solved

On some forms I have dbEdits that sometimes aren't wide enough to show all the text their fields may contain. For them I have the following code: procedure Tgm12edLots.dbeLotNameMouseEnter(Sender:...
Shred asked 30/3, 2012 at 11:8

2

I have this program where i created a window and inside that i added an edit control using plain C (no MFC or dialogs), the edit control creation code is as hWnd=::CreateWindowExA(NULL, //no exte...
Kershaw asked 1/1, 2012 at 20:3
1

© 2022 - 2024 — McMap. All rights reserved.