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
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
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:
I have an image in a PictureBox, and I want to print it. No formatting, no noth开发者_运维百科ing, just print it.
I am drawing a graph on a picturebox on Windows Mobile Smart Device Application. The graph works well, but it disappears immediately afterwards.
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
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.
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
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
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