Fill listbox with menu control menu items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I want to fill a listbox with menu control menu items in VB.Net, where
administrator can check menus to give permissions to users.
I tried in several ways; but not success. Please give me some sample coding.

This should be in tree sturcture as follows;

eg.

File
New
Department
Section
Employee
Edit
Exit
View
Window
Help
 
Hi,

Is it for WinForms or WebForms?

Did you try CheckedListBox (for WinForms) with UseTabStops property set to
True? For ASP.NET, probably using hierarchally-arranged checkboxes would be
easier.

Hi all,

I want to fill a listbox with menu control menu items in VB.Net, where
administrator can check menus to give permissions to users.
I tried in several ways; but not success. Please give me some sample coding.

This should be in tree sturcture as follows;

eg.

File
New
Department
Section
Employee
Edit
Exit
View
Window
Help
 

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