Winston
Junior Contributor
Hi i wanna save the color setting and retrieve it
on a menu wen user clicks it, a color dialog appears they select it
i mean the color is then applied to the ListView back color
how should i go about saving it?
wen the user clicks ok?
and im planning to save it to the registry using the savesetting and getsetting feature
wat do i put for my values
this is wat ive got
SaveSetting(application.productname,"Options","ListColor", clrdlg.color)
i get an error coz color cannot be converted to string
any ideas guys?
thanks
on a menu wen user clicks it, a color dialog appears they select it
i mean the color is then applied to the ListView back color
how should i go about saving it?
wen the user clicks ok?
and im planning to save it to the registry using the savesetting and getsetting feature
wat do i put for my values
this is wat ive got
SaveSetting(application.productname,"Options","ListColor", clrdlg.color)
i get an error coz color cannot be converted to string
any ideas guys?
thanks