Microsoft
Software
Hardware
Network
Question : Resetting a combo box vb.net 2010
Hi All,
Im wondering if someone has a solution to reseting the original text of a combo box once a user selects an item, I cannot get it to reset to the original message.
Michal
Answer : Resetting a combo box vb.net 2010
write this to the form load Or when : ComboBox1.Tag = ComboBox1.Text
when you want to rest the control to the original state Use : ComboBox1.Text = Tag
Random Solutions
Oracle forms and reports in Oracle 10g
converting mp3 to ringtones for iPhone
How to copy a new copy of MS Access when the mdb is open
asp.net-easy question
2 raid controllers managing the disk array
Visual Studio 2008 Threading Window
Finding multiple matches in join and also having 'grandchild' records in t-SQL
Acronis True Image 11 Home stops in the middle of the job
freeware to modify Physical MAC address of a Win XP PC
How to write a simple PHP login script