Upss... sangat memalukan sekali rasanya menanyakan ini, padahal ini sangat sepele. Terimakasih bung Taufik atas responsinya. satu hal yang membuat saya menanyakan ini adalah keterangan di MSDSN bahwa untuk properti BorderStyle Textbox saat runtime bersifat read-only (dalam arti tidak bisa diubah).
Kutipannya: "Returns or sets the border style for an object. For the *Form *object and the *TextBox* control, read-only at run time<javascript:alink_4.Click()> ." Thanks On 27/04/07, Taufik <[EMAIL PROTECTED]> wrote: > > 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] > > > > > > > Untuk berhenti berlangganan kirim email kosong ke : > [EMAIL PROTECTED] > > Bagi terjangkit virus lokal, zip virus tersebut > dan kirim ke [EMAIL PROTECTED], kami > akan membuat removalnya untuk anda. > Yahoo! Groups Links > > > > -- Best Regard, [zZzz] [Non-text portions of this message have been removed]
