|
-
Sep 10th, 2003, 06:41 AM
#1
Thread Starter
Member
DomainUpDown
Does anyone know if the DomainUpDown control can be used to create a very simple list editing function. I have loads of lists that need to be editable however they are rarely going to be used – if ever and so I don’t want to spend a lot of time and form space fiddling around with list boxes and so forth.
A simple DomainUpDown list with a Add and Remove button next to it would be perfect if only editing it did actually edit the selected item. Instead and as soon as you change anything the selected item becomes -1 and the originally selected item remains unchanged.
I’ve had an attempt and fudging it using TextChanged and SelectedItemChanged however since both are called together can not find a way of getting it to work.
If anyone knows a way around this or alternative, I would be interested to hear…
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|