RE: Trapping the TAB key

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jonas  Temple wrote:
> 
> And has anyone else had problems with using the ES_NUMERIC style in an 
> edit control?  This doesn't seem to work anymore.
> 

I haven't access to Euphoria for a few days, so can you help out with 
this issue?

  include win32lib.ew
  constant w = create(Window, "Test", 0, 0, 0, 200, 200, 0),
           e = create(EditBox, "", w, 10,10, 100, 25, ES_NUMERIC)
  WinMain(w, Normal)

Does this little program allow non-digits to be entered?

----------
Derek.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu