![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Staright answer....NO
BUT you can use a combination of num control to create a decimal number... like one to the hole number, one to 1/10ths and one th the 1/100... then combine the results a=num1.value &","& num2.value & num3.value suposing that the min is set to 0 and max to 9 If num1 = 5 and num2=4 and num3 = 2 a=5,42
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
||||
|
Quote:
![]() To REALLY make it look like a normal UpDown control leave the Textbox enabled and use a GotFocus event procedure to prevent user entry. ![]() Code:
Sub TextBox1_GotFocus
Num1.Focus
End Sub
Last edited by agraham : 07-29-2007 at 07:07 PM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NumUpDown | skipper | Questions & Help Needed | 2 | 02-13-2008 04:19 PM |
| NumUpDown anomaly | agraham | Bug Reports | 1 | 07-30-2007 04:57 PM |
| Wrong numUpDown control during design on the device | specci48 | Bug Reports | 0 | 05-20-2007 08:24 AM |
| NumUpDown | petrbury | Bug Reports | 6 | 05-15-2007 05:55 PM |