![]() |
| | #1 |
| Registered User Join Date: Feb 2002
Posts: 24
| NumericUpDown Control I have a problem with this control. Everything works fine as long as I change its value via the up/down scroll buttons. But when I change its value manually, the previous value is retauned- the changes are not saved. Help! Thanks Goz
__________________ And if you get no joy from music hall Remember there is always alcohol And If you get no joy from Gin Here is the abyss jump in |
| gozlan is offline | |
| | #2 |
| Registered User Join Date: Jan 2003
Posts: 8
| I've never heard of this...of course, I've never used this particular control either. What I would do (I don't know if that's good enough or not) is to set up an event handler for the control's TextChanged event. In the handler, use something like Code: MyUpDownControl.Text = MyUpDownControl.Text; |
| dragunsflame is offline | |
| | #3 |
| Registered User Join Date: Feb 2002
Posts: 24
| Upand Down Control No, it didn;t do the trick . Maybe I better post it in a VB forum as well, ha? They know their controls don't they... Thanks for your help! Goz
__________________ And if you get no joy from music hall Remember there is always alcohol And If you get no joy from Gin Here is the abyss jump in |
| gozlan is offline | |
| | #4 |
| the hat of redundancy hat Join Date: Aug 2001 Location: Hannover, Germany
Posts: 2,769
| I never had such problems, could you post a piece of code to demonstrate what you mean ?
__________________ hth -nv She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate." When in doubt, read the FAQ. Then ask a smart question. |
| nvoigt is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (Multiline) Edit Control Limit | P4R4N01D | Windows Programming | 9 | 05-17-2008 11:56 AM |
| line number on a rich edit control | rakan | Windows Programming | 1 | 02-18-2008 07:58 AM |
| Button handler | Nephiroth | Windows Programming | 8 | 03-12-2006 06:23 AM |
| very weird .h problem | royuco77 | C++ Programming | 1 | 09-11-2005 07:55 AM |
| Tab Controls - API | -KEN- | Windows Programming | 7 | 06-02-2002 09:44 AM |