VB Code:
Text1.Text = GetSettings("MyApp", "Font", "Name", Arial) 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




Reply With Quote