create a textbox control in windows form and add this code in FormLoad Event. Button btn = new Button(); btn.Parent = textBox1; textBox1.
確定! 回上一頁