VB Code:
  1. Text1.Text = GetSettings("MyApp", "Font", "Name", Arial)
  2. Label1.BackColor = Val(GetSettings("MyApp", "Font", "Color", Str(vbBlack)))

before i try this code, aint that a bit wrong, because if the user chooses "Comic Sans Ms" then the textbox will still display Arial