EDIT woes



Hi,

in an API based application I found some strange behaviour of an (single line) Edit control:

1) No caret is shown, but it would be nice to have one, for the correction of typos etc. in the middle of the input.

2) The control scrolls text longer than 14 characters, regardless of the control width. The only thing I could find so far is the right margin, but setting it to zero doesn't help. The text limit also is not reached. Latest guess: the display width of the input is calculated with a wrong (monospaced) font, while actually a proportional font is displayed.

Any ideas?

DoDi
.



Relevant Pages

  • Re: Difficulties in deriving a truly universal GUI Scripting Language
    ... What the caret ... It could also control the mouse and the keyboard. ... From this information, the script could ... You would merely have to re-examine the screen display after every input ...
    (microsoft.public.vc.mfc)
  • Re: Validating ComboBox Entries
    ... To prevent a user from entering any data, it can't be in the rowsource. ... still need to see it in the employees historical entries. ... the project name is displayed in the Combo control. ... I would have to display a Message Box or something similar to ...
    (microsoft.public.access.formscoding)
  • RE: VS2005 DataList with Nested GridView using ObjectDataSource
    ... you're wantting to display some data on the ASP.NET ... web page through the DataList control, and since those data records can ... category items in the DataList and in each DataList item, use a GridView ... | customer number in a grid (call it QUERY A). ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: Synchronizing the Main form and six (6) subforms?
    ... you're going to need to control which controls/which subform to ... display. ... > shipment to the correct main record. ...
    (microsoft.public.access.formscoding)
  • Object creation
    ... I thought that I could easily copy a single Excel file from ... I've built my userform and got some of the code running. ... display the link names accordingly. ... range of 3 columns and then show that in my control. ...
    (microsoft.public.excel.programming)

Loading