picturebox
Lead round picturebox in C#
How to lead round picturebox, i want to add 2px height border in my picturebox. If its important, my picturebox have ellipse-like region. Th开发者_StackOverflow中文版anks!If I am not mistaken and unde[详细]
2023-04-12 23:11 分类:问答C# Loading screen / Threading issue
Before my main form loads it asks the user to check for 开发者_StackOverflow社区updates. When they click ok i make the main form show and make a panel that contains some labels and a picture box with[详细]
2023-04-12 07:39 分类:问答c# picturebox point to filesystem
i have a picture box in my win forms app. the question is, how can i make the image load from a directory within that application,[详细]
2023-04-09 21:17 分类:问答How do I get the dimensions of the ImageRectangle in PictureBox?
Background I want to be able to get the drawn dimensions of a zoomed image inside the picturebox (I\'ll explain below).[详细]
2023-04-08 18:36 分类:问答Onclick Image-Selection
I\'d like to create a Button, on which i can tip, afterwards, there should show up a picture selection which should be scrollable (probably its a grindview idk). It\'s like the thing in whatsapp on th[详细]
2023-04-06 07:18 分类:问答picturebox SizeMode.AutoSize problem C#
I\'m trying to allow the user to adjust the size mode property of a picturebox on a form using radio buttons. It works fine for all of the size modes, center, zoom, normal etc, but when the user selec[详细]
2023-04-05 10:01 分类:问答C# saving an image from PictureBox
i have a code like this: private void Load_Button_Click(object sender, EventArgs e) { OpenFileDialog dialog = new OpenFileDialog();[详细]
2023-04-04 11:11 分类:问答Why is this not showing any results in PictureBox?
I\'m trying to change an image to black and white on a variable threshold for use in an ocr program. My problem is that I\'m not seeing any results in the image that is supposedly processed. I do expe[详细]
2023-04-03 22:09 分类:问答Timer updating pictureBox on click error in C#
I have the following code- private void button1_Click(object sender, EventArgs e) { _soundplayer.Play();[详细]
2023-04-02 06:43 分类:问答Poor image resolution when using imageList in C#
I am using an imageList which has 5 images stored, 3 of which are .jpg and 2 .bmp. I am using these images to change a picturebox image using a timer -[详细]
2023-04-01 15:41 分类:问答