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
 
Back
Top