Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
haibec
Yak Posting Veteran
54 Posts |
Posted - 2008-01-22 : 11:29:51
|
Hi all!I have a textbox . I want when this textox list value of value user type previous. User can't type into this textbox (don't use "Disabled").Please help methank |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-01-22 : 11:57:05
|
Homework? E 12°55'05.25"N 56°04'39.16" |
|
|
haibec
Yak Posting Veteran
54 Posts |
Posted - 2008-01-22 : 12:37:14
|
quote: Originally posted by Peso Homework? E 12°55'05.25"N 56°04'39.16"
hic. What ? |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2008-01-24 : 07:12:20
|
you've given so little information about the problem, it reads like a schoolboy/girl asking for help in "programming101" class. |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-01-24 : 09:06:37
|
quote: Originally posted by haibec Hi all!I have a textbox . I want when this textox list value of value user type previous. User can't type into this textbox (don't use "Disabled").Please help methank
You need to set keyascii value to 0 when anything typed in a textboxSerach for Keypress event in googleMadhivananFailing to plan is Planning to fail |
|
|
|
|
|