poringgunner
Active member
- Joined
- Feb 23, 2014
- Messages
- 42
- Programming Experience
- Beginner
plss help..
this is my code
RichTextBox rich = new RichTextBox { Parent = tab, Dock = DockStyle.Fill, Name = "richbox" + f++, Enabled = false };
how can i put limitation for making rtb? i put a name for it but nothings happen.
when i used the richbox i always got a error. name does'nt exist.
i dont know what i gonna do pls help..!
this is my code
RichTextBox rich = new RichTextBox { Parent = tab, Dock = DockStyle.Fill, Name = "richbox" + f++, Enabled = false };
how can i put limitation for making rtb? i put a name for it but nothings happen.
when i used the richbox i always got a error. name does'nt exist.
i dont know what i gonna do pls help..!