Hello
in a case there I wan't to change letter in an index from 0- 28 to
just 0 - 26 it's commandbuttons, and the 3 letters should be dissaabled,
the code is in swedish just now, but
I will change that in language settings to english letters.
and how can I make that the layout in national enveriment change to english
Thanks in advance
Lenny
the code
Dim x
For x = 0 To 28
SSCommand1(x).ForeColor = &HC00000 ' blå&HC00000
SSCommand1(x).Font3D = 0
Next
SSCommand1(index).Font3D = 3
SSCommand1(index).ForeColor = &HFF& ' röd &HFF&
Label1.FontBold = True
Label1.ForeColor = &HFF&
Label1.Caption = " Vald Bokstav " & SSCommand1(index).Caption
SSCmdOk.Visible = True
Label9.Visible = True
Label9.Caption = " OBS!"
Label8.Visible = True
Label8.Caption = " Inga Uppgifter tillgängliga på bokstaven " & " , lägga till"
Label10.Visible = True
Label10.ForeColor = &HFF&
Label10.Caption = SSCommand1(index).Caption
Text1EftN.SetFocus
SSCmdCancel.Visible = True