I'm trying to implement a control access menu based in SysTreeView32.
I want to check/uncheck menu items that the user can or not access.
- Code: Select all Expand view
{-}--Menu 1
| |---[ ] Menu 1.1
| |---[x] Menu 1.2
| +---[ ] Menu 1.3
|
{-}--Menu 2
|---[x] Menu 2.1
+---[x] Menu 2.2
Using TreeView I did any like this and I will use a bitmap to checked and other to unchecked state.
1. How can I change bitmap when we click over?
2. How can I know if a item is checked or not to save the results in a database?
Best regards,
Maurilio[/img]