News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Caret Control Problems

Started by RuiLoureiro, September 17, 2008, 04:08:58 PM

Previous topic - Next topic

RuiLoureiro

Hello all,
           I have one problem to input in the STATUS BAR
           I have problems to control the caret position.
           It doesnt follow the next char. I am using the Status bar handle
           the satus bar DC and GetTextExtentPoint32.
           Am i doing something wrong ?
           
           To show the problem i attached the folder RuiEdit1,
           with files:
Quote         
     * EditBox6. (asm & exe ) - problems with WM_PAINT when it
                                          ends in:  xor    eax, eax
                                                       ret
     * EditBox7. (asm & exe ) - all message processing ends in DefWindowProc

    Try this:
                   . run EditBox6.exe and see the text

    Now, try this:
                   . run EditBox7.exe, type something and see the Caret

    Anyone have an idea that can help
    Thanks
Rui               

[attachment deleted by admin]

RuiLoureiro

Hi,
    I found one solution ( ? ) to my problem. See EditBox11
      Meanwhile i was playing with fonts.
      EditBox11 runs correctly in your pc ?
      Have you any help to my problem ?

Thanks
Rui


[attachment deleted by admin]

ToutEnMasm