picturebox
c# picturebox question [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-02 12:30 分类:问答Iterate PictureBoxes
How can I iterate through PictureBoxes named PictureBox1, PictureBox2 ... Pictur开发者_开发技巧eBox24 in Visual Basic 10You should give your PictureBoxes meaningful names and if you have that many pic[详细]
2023-03-01 22:13 分类:问答PictureBox Intesect
I\'m working on a simple 2d game with pictureboxes but I´m struggling with collision detection. I\'ve been looking around and came up with this:[详细]
2023-02-28 19:33 分类:问答Print images c#.net
I have an image in a PictureBox, and I want to print it. No formatting, no noth开发者_运维百科ing, just print it.[详细]
2023-02-28 04:13 分类:问答How do I make picture stay on Picturebox?
I am drawing a graph on a picturebox on Windows Mobile Smart Device Application. The graph works well, but it disappears immediately afterwards.[详细]
2023-02-27 12:08 分类:问答Store image to database blob; retrieve from db into Picturebox
Hi I posted this earlier and got some help but still no working solution. I have determined thanks to the last q & a that there is something wrong with my \"save to db\" code as well as my \"retri[详细]
2023-02-24 01:02 分类:问答how to know on which control in panel double click is made in vb.net
In vb.net开发者_如何学运维 i have one panel in which multiple picture box controls are added. When a double click is made onpicture box, I want to save image of it.[详细]
2023-02-23 01:16 分类:问答PictureBox to Bitmap or Image?
I am trying to change the code http开发者_如何学Python://sites.google.com/site/webcamlibrarydotnet/winfrom-and-csharp-sample-code-and-download from picture box to image or bitmap as I dont want to dis[详细]
2023-02-22 20:37 分类:问答Popping up a TextBox on mouse click over a PictureBox for adding custom note to picture
In my C# winforms application, I have a picturebox which some bitmap images can be loaded into it. What I want to do is if user clicks somewhere within picturebox, at the mouse location a small textbo[详细]
2023-02-21 22:18 分类:问答How can I reuse a piece of code to edit multiple pictureboxes
Im trying to write a piece of code to set the image of the 92 pictureboxes I have in my form. I don´t want to write the same piece of code 92 times, so i was wondering if this can be done faster. My[详细]
2023-02-21 05:23 分类:问答