Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtEditCurrency Collapse All
Subject Author Date
Eddie Judson Apr 20, 2006 - 11:10 PM

Is there an easy way of making the CExtEdit control act the same as the CExtGridCellCurrency?
Thanks in advance,
Eddie

Technical Support Apr 21, 2006 - 7:30 AM

The CExtGridCellCurrency class uses the system GetCurrencyFormat() method which formats a number string into the currency for the specified locale. It is done in the CExtGridCellCurrency::TextGet() method. Please take a look at this method so you can implement the same functionality in your CExtEdit-derived class.