No announcements
Found 2924977 threads
-
0 Votes
OpenDialogBox to a PictureBox
I'm trying to show in a PictureBox an image (.jpg) selected from the OpenDialogBox. I tried: PictureBox1.Image = ...Proposed | 2 Replies | 499 Views | Created by Martin R P - Sunday, March 22, 2020 7:43 PM | Last reply by Julie Xu-MSFT - Thursday, March 26, 2020 2:47 AM -
2 Votes
OpenDialogBox.......
short, you have two OpenFileDialog instances in your code. Set fd.Multiselect to true, not this.openFileDialog1.MultiSelect. David Morton - http://blog.davemorton.net/Answered | 3 Replies | 3060 Views | Created by RJC131 - Monday, November 3, 2008 6:09 PM | Last reply by RJC131 - Monday, November 3, 2008 6:21 PM -
0 Votes
About OpenDialogBox Control
How to get Full path of OpenDialogBox File,in SilverlightAnswered | 4 Replies | 4821 Views | Created by MSDN_Forums_User - Wednesday, February 11, 2009 2:16 PM | Last reply by MSDN_Forums_User - Wednesday, February 11, 2009 3:15 PM -
0 Votes
picturebox on a picturebox?
PictureBoxSizeMode.StretchImage, you can adjust the image size to fit the PictureBox size. Have a look at the following code snippet. Put a panel and put four ...Answered | 8 Replies | 3038 Views | Created by tce - Tuesday, September 9, 2008 2:07 AM | Last reply by Dave299 - Tuesday, September 9, 2008 10:27 AM -
0 Votes
How to rotate a PictureBox
I don't think there is a way to rotate a control and that includes a picturebox. But you can get the same effect by rotating the image ...Answered | 1 Replies | 3242 Views | Created by ugp - Sunday, May 27, 2007 1:13 PM | Last reply by JeroGrav - Sunday, May 27, 2007 11:21 PM -
1 Votes
Open Excel file from Opendialogbox
I am trying to open an Excel file from an Opendialogbox to a Datagridview. I have successfully opened an Excel file in to a Datagridview ...Answered | 3 Replies | 3946 Views | Created by pthslcky1 - Tuesday, December 20, 2011 10:20 PM | Last reply by Cor Ligthert - Thursday, December 22, 2011 8:24 AM -
7 Votes
Writing to a PictureBox
be better off just using the locations and sizes of the yellow boxes to calculate the size of a PictureBox in an AutoScroll Panel. After playing with it a ...Answered | 18 Replies | 662 Views | Created by Les2011 - Thursday, July 30, 2015 5:51 PM | Last reply by IronRazerz - Friday, July 31, 2015 7:04 PM -
0 Votes
creating and saving image in server database without using opendialogbox
I'm in need of a code which creates image in canvas in client browser and save that image in server database by using silverlight , the code must not use opendialogbox concept for ... -
0 Votes
How to draw new PictureBox on a pictureBox
Hi djzar2004, The easiest way to do it is adding a PictureBox to another one. Try something ...Answered | 1 Replies | 4145 Views | Created by djzar2004 - Monday, July 16, 2007 12:25 PM | Last reply by Rong-Chun Zhang - Tuesday, July 17, 2007 2:45 PM -
2 Votes
Assigning "health" to a picturebox
Most controls (including PictureBox) have a Tag property with type Object that you can set to anything you like. You can use it to store "Health". ...Answered | 3 Replies | 2916 Views | Created by Matt 135 - Sunday, May 1, 2011 12:12 AM | Last reply by Blackwood - Sunday, May 1, 2011 1:02 AM -
0 Votes
picturebox in picturebox
I can't put an image to picturebox like we did on VB6 I wanna save the inside picturebox with it has another image. How can I see like ...Answered | 7 Replies | 3453 Views | Created by monurce - Tuesday, September 4, 2007 4:15 PM | Last reply by Brendan Grant - Tuesday, September 4, 2007 8:38 PM -
2 Votes
How to Move a PictureBox
Hi, Im trying to move a picturebox in a panel by moving the mouse. Here is the code I'm using: System.Drawing.Point ...Answered | 10 Replies | 3669 Views | Created by rcornejo - Tuesday, June 22, 2010 6:15 AM | Last reply by rcornejo - Tuesday, June 22, 2010 8:32 AM -
1 Votes
Printing a PictureBox
Take a look to this discussion: http://stackoverflow.com/questions/5920989/printing-content-of-a-pictureboxAnswered | 1 Replies | 1785 Views | Created by Enric Vives - Monday, April 9, 2012 6:09 PM | Last reply by Marco Minerva - Monday, April 9, 2012 7:01 PM -
0 Votes
a problem about pictureBox
This can be done in paint event of picturebox. You have to give coordinates of the image you need to ...Answered | 1 Replies | 3707 Views | Created by ecelik - Wednesday, July 9, 2008 12:02 PM | Last reply by Khanna Gaurav - Wednesday, July 9, 2008 2:06 PM -
0 Votes
Picture in a Picturebox
how to shrinks a Picture and display it in a Picturebox without stretching it, keeping the same look.Answered | 4 Replies | 7246 Views | Created by amendez - Monday, September 11, 2006 7:33 PM | Last reply by Mamta Ray - Wednesday, July 21, 2010 6:57 AM -
0 Votes
Half of a Picturebox over other picturebox
when you come back? Have a nice day. Best regards Liliane Teng [MSFT] MSDN Community Support | Feedback to ...Unanswered | 3 Replies | 1417 Views | Created by bipolar - Tuesday, October 18, 2011 2:56 PM | Last reply by Liliane Teng - Thursday, October 20, 2011 7:43 AM -
5 Votes
Sending graphics to a picturebox
the longest length and set my picture box width and height which is in a panel with scrollbars. This guarantees me that the picturebox is close to exactly the longest ...Answered | 16 Replies | 1022 Views | Created by Les2011 - Monday, July 9, 2018 3:47 AM | Last reply by Les2011 - Sunday, July 15, 2018 5:08 AM -
0 Votes
Picturebox image to another picturebox
Ok, here is what I am trying to make happen. The user selects a small area inside one picturebox and then clicks on another picturebox and it paints down the ...Answered | 2 Replies | 2947 Views | Created by Gunghir - Monday, June 23, 2008 10:56 PM | Last reply by Gunghir - Wednesday, June 25, 2008 2:31 PM -
0 Votes
Validating a PictureBox control
set it to be rendered in the PictureBox. If you have any questions, please feel free to tell us. Best ...Answered | 3 Replies | 2313 Views | Created by tswaters - Monday, August 8, 2011 8:23 PM | Last reply by Neddy Ren - Wednesday, August 10, 2011 8:27 AM -
0 Votes
drag a picturebox
hi dears. i have inserted a picturebox in my richtextbox in runtime mode and i wanna the ability to drag it over my richtextbox. can i make it ...Answered | 1 Replies | 7357 Views | Created by MKSoft - Wednesday, December 16, 2009 6:19 PM | Last reply by Jim Zhou - MSFT - Tuesday, December 22, 2009 9:17 AM - Items 1 to 20 of 2924977 Next ›
No announcements