May 04, 2024, 12:08:12 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Edit Control

Started by ExMember001, July 20, 2006, 05:07:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ExMember001

I have set an edit control to on receive only number in.
but it seems i can't enter a . (dot) to use decimal
is there a workaround to use this ?

Ionic Wind Support Team

Numeric edit controls are numbers only.  It's a Windows feature.

If you want to create an edit control that handles decimal you'll need to create your own by deriving from the class, overriding WndProc and trapping WM_CHAR.

Ionic Wind Support Team

ExMember001