討論串[問題] 請問picturebox如何寫成for迴圈的形式
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者james732 (紫雁)時間17年前 (2008/08/13 04:03), 編輯資訊
0
0
0
內容預覽:
private void btnGo_Click(object sender, EventArgs e). {. int num = int.Parse(txtNum.Text);. Bitmap bitmap = new Bitmap(); // 你的圖片在這指定. PictureBox[] pi
(還有235個字)

推噓1(1推 0噓 3→)留言4則,0人參與, 最新作者GANTZZ (我愛吃蝦子)時間17年前 (2008/08/13 01:02), 編輯資訊
0
0
0
內容預覽:
我現在在做一個程式. 是要給使用者選擇想要開幾張圖. 程式就自動開幾個picturebox給他. 使用者要一張圖就是開一個picturebox. 也就是picturebox1. 要兩張圖就是開兩個picturebox. 也就是picturebox1和picturebox2. 要N張圖就是開N個pic
(還有129個字)
首頁
上一頁
1
下一頁
尾頁