HI,

i'm making a program that wil change registry settings for a user. I want to build in a listbox in checkbox state and the user must be able to click on the item(There by checking it) en then when the press save and the registry settings will be saved. The problem is i dont how how to get selected box's and pass the value's.

Example.: If a user selected NoFind in the list box i must change the dword HKEY_blab\anotherkey\..\NoFind in to 1
normaly i would do this like X=savesettings HKEY_blab\anotherkey\..\check1.value (i when use checkboxes)

But how do i do this with a listbox ??

Thanx in advance for the help