Urgent Plz.......

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

This doesn't make any sense, why would you create command buttons for each
item in the list box.

Why not one command button, that checks the SelectedIndex of ListBox and
then does actions based on that...

-CJ
 
If u know any other controls (or third party controls) plz let me know .

Check out the Glacial Components. They have a listbox that supports
putting a button (or any other control) in the list. Plus, they're free.

www.glacialcomponents.com

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 
Hi,
I've one list box where am displaying files of a particular folder only.
what i want is along with the files i have to display the command buttons in
the list box.
for eg i've a folder by name ABC in this folder i've 10 files
and am displying these 10 files in the listbox along with this i've to
display command buttons (10).
for each file there must be a command button.

Plz tell me how to display this its very urgent.

If u know any other controls (or third party controls) plz let me know .

thanks in advance.
 
yoshitha said:
I've one list box where am displaying files of a particular folder only.
what i want is along with the files i have to display the command
buttons in the list box.
for eg i've a folder by name ABC in this folder i've 10 files
and am displying these 10 files in the listbox along with this i've to
display command buttons (10).
for each file there must be a command button.

I suggest to create only one button and check the selected item in its
'Click' event handler.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top