see object with 0,0 size
-
1 กุมภาพันธ์ 2555 8:36
Hi.
I have an object on my form (let's say a picturebox). If I set the its size 0,0 then it is still on the form, but it is not anymore visible. How can I select it again to change back its size?
- ย้ายโดย Esther FanMicrosoft 23 เมษายน 2555 1:00 (From:Visual Studio Class Designer)
ตอบทั้งหมด
-
2 กุมภาพันธ์ 2555 9:10
Hi Andrei,
Welcome to the MSDN forum.
You can try the following steps:
1. Right click the form, select the property, then property window appear
2. Select the pictureBox in the dropdown list that on the top of property window
3. Change the value of the size property of pictureBox
If I misunderstood anything, please feel free and let me know.
Best regards,
Shanks Zen
MSDN Community Support | Feedback to us
- ทำเครื่องหมายเป็นคำตอบโดย Andrei Pislariu 2 กุมภาพันธ์ 2555 9:18
-
2 กุมภาพันธ์ 2555 9:18
thanks!
I found it yesterday, but thanks for help. I realized that I'm so blonde..:))