zZzz,
Dalam form tambahkan 1 textbox dan 1 command button, copy paste
script di bawah,
Private Sub Command1_Click()
If Command1.Caption = "Command1" Then
Text1.BorderStyle = 0 'None
Command1.Caption = "Command"
Else
Text1.BorderStyle = 1 'Fixed Single
Command1.Caption = "Command1"
End If
End Sub
F
--- In [email protected], vbPian <[EMAIL PROTECTED]> wrote:
>
> Bagaimana caranya merubah property BorderStyle TextBox saat run-
time, please
> advice...
>
> TIA,
>
> --
> Best Regard,
> [zZzz]
>
>
> [Non-text portions of this message have been removed]
>