Hi all i need help with save settings.
Ho do i do this ?

RadioButton3
RadioButton4

Are Blank so when 1 is clicked and button1 is clicked
then it will save. so if i close and open the dialog3 it have to be
the radiobutton i selected

Same as
TrackBar1.value

how do i save that ? cuz when i did it it have problems :S

Save it to a public variable.

Public RadioSelected As Integer = 0

Everytime the Dialogbox loads, tell it to select the radiobutton depending on the value of RadioSelected

Everytime you press OK, save the value to RadioSelected based on selected radiobutton

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.