No announcements
Found 3402926 threads
-
0 Votes
How to drag a LABEL control from the Toolbox into a PICTUREBOX control.
AllowDrop is not used for drag and drop control from ToolBox, it is used at runtime and you could drag and drop other files to ...Answered | 6 Replies | 1145 Views | Created by Kumar pankaj singh - Wednesday, July 22, 2015 5:57 PM | Last reply by Edward8520 - Wednesday, July 29, 2015 2:23 AM -
2 Votes
How to move label control within picturebox control
Probably you drag it beneath the picturebox.Answered | 6 Replies | 2906 Views | Created by Kumar pankaj singh - Monday, July 13, 2015 6:19 PM | Last reply by Cor Ligthert - Tuesday, July 14, 2015 11:05 AM -
0 Votes
How to create a control for Toolbox in MFC
Also posted to this forum with similarAnswered | 4 Replies | 1747 Views | Created by ilikecoding - Sunday, December 1, 2013 5:48 AM | Last reply by ilikecoding - Thursday, December 5, 2013 4:06 AM -
0 Votes
How do I create a custom control using a picturebox control?
My question was misleading, I should have asked "How do I create a custom control using a picturebox to add to the toolbox for future ...Answered | 13 Replies | 6186 Views | Created by Lord Odyssey - Saturday, December 11, 2010 6:56 PM | Last reply by Lord Odyssey - Monday, December 13, 2010 8:53 AM -
0 Votes
How to Allow Drag and Drop on pictureBox?
Maybe somebody can tell me how to give a positioning when dropping in a picturebox.Answered | 5 Replies | 71079 Views | Created by C_Newbie01 - Wednesday, February 6, 2008 7:59 PM | Last reply by Pascal Le Griffon - Wednesday, August 15, 2012 2:58 PM -
0 Votes
VS 2010 - Renaming the default name SSIS ToolBox task use when dragged from SSIS Toolbox to Control Flow
As far as I know there are no public APIs exposed from the SSIS canvas that allow you capturing the on drop event and rename the component name.Answered | 1 Replies | 905 Views | Created by HarshitVasa - Wednesday, June 11, 2014 12:17 PM | Last reply by ArthurZ - Wednesday, June 11, 2014 7:29 PM -
1 Votes
To Create a toolbox of controls which can be drag and dropped in Silverlight
HrishiMambo, There is a blog about create controls that can be drag and drop, please ...Answered | 2 Replies | 1965 Views | Created by HrishiMambo - Friday, February 1, 2013 9:16 AM | Last reply by iwpf - Wednesday, February 20, 2013 6:56 AM -
1 Votes
how to run Label (the toolbox control) on loop coding
Best Regards Neddy Ren [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from ...Answered | 2 Replies | 2700 Views | Created by Prathamesh Shende - Sunday, September 25, 2011 7:55 PM | Last reply by Neddy Ren - Wednesday, September 28, 2011 8:20 AM -
0 Votes
Failed to load toolbox item 'controle name' it will be removed from the toolbox.
check weather the DLL where the user control is written is registered in the GAC if it is already installed then uninstall the same from GAC and re install this should work.Answered | 3 Replies | 17223 Views | Created by Abinash Tumulu - Wednesday, September 2, 2009 5:09 PM | Last reply by Anil Kumar M.V - Friday, September 11, 2009 8:03 AM -
1 Votes
controls(picturebox)
Hi, Here is some sample code to check pictureBox: foreach (Control c in this.Controls) ...Answered | 3 Replies | 6572 Views | Created by davejp112175 - Tuesday, August 10, 2010 1:33 AM | Last reply by cchitsiang - Tuesday, August 10, 2010 5:41 AM -
0 Votes
Toolbox Item Drag and Drop
I have tried instantiating the DragEnter and PreviewDragEnter events for the custom user control, as well as the canvas that is docked in the custom user control.Answered | 3 Replies | 4531 Views | Created by Pat Sissons - Thursday, July 31, 2008 12:14 AM | Last reply by Pat Sissons - Monday, August 11, 2008 9:49 PM -
0 Votes
Toolbox won't drag into xaml
Not broken you can't drag items from the toolbox into the XAML only onto the designer surface.Answered | 1 Replies | 4137 Views | Created by jhoffa - Tuesday, June 17, 2008 1:54 PM | Last reply by Wodahs - Tuesday, June 17, 2008 6:29 PM -
0 Votes
Transparent Label on a Picturebox while runtime
Hi NelsonPer Welcome to MSDN Try the following: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load ...Answered | 6 Replies | 5273 Views | Created by NelsonPer - Sunday, February 3, 2013 11:03 PM | Last reply by Xiong Wei, Jin - Monday, February 4, 2013 5:15 PM -
0 Votes
How to capture the event while drag and drop the controls from toolbox to my template in VS shell Isolated.
Here I need to capture the event while drag and drop the controls from toolbox to my template .Answered | 2 Replies | 3504 Views | Created by sragupathi - Friday, June 27, 2008 3:00 PM | Last reply by Feng Chen - Saturday, June 28, 2008 8:22 AM -
0 Votes
toolbox controls
http://msdn.microsoft.com/en-us/library/bb286995(VS.80).aspx If you search for "Toolbox Controls Installer" at ...Answered | 1 Replies | 4041 Views | Created by MrBoTay - Friday, May 21, 2010 3:30 AM | Last reply by pvdg42 - Wednesday, May 26, 2010 9:51 PM -
0 Votes
Ole controls in Toolbox disabled
You can only drag a webcontrol in the designer view.Answered | 2 Replies | 1640 Views | Created by Volking - Wednesday, March 14, 2012 2:51 PM | Last reply by Mike Feng - Tuesday, March 20, 2012 9:48 AM -
0 Votes
Friend Class Control Not Shown In ToolBox
But you can as soon as you have dragged it from the toolbox set it in the designer to friend Success CorAnswered | 7 Replies | 798 Views | Created by Pratush Krishna - Thursday, August 11, 2016 10:47 AM | Last reply by Kareninstructor - Saturday, August 13, 2016 10:51 AM -
0 Votes
Drag and drop from toolbox not working
Please restart PC, run VS as admin, create a new and simple ASP.NET web app, drag and drop a standard control on a page to check the result.Answered | 2 Replies | 1378 Views | Created by Bill_Hebb - Saturday, December 28, 2013 12:45 AM | Last reply by Amanda Zhu - Thursday, January 2, 2014 9:12 AM -
2 Votes
Control dragging with mouse
Javaman II, I require very accurate dragging, and it is all done in the same control(in the canvas) and just being dragged around, not anywhere else.Answered | 22 Replies | 3459 Views | Created by Igor_abc - Friday, March 23, 2012 12:55 PM | Last reply by Igor_abc - Saturday, March 24, 2012 2:21 PM -
6 Votes
Transparent label on top of picturebox
I wanna put a background transparent label in front of a picturebox with an image, but when I do that, the background of the label also transparents the picturebox ...Answered | 6 Replies | 1476 Views | Created by WeekSky - Sunday, April 24, 2016 12:57 PM | Last reply by Mr. Monkeyboy - Sunday, April 24, 2016 3:54 PM - Items 1 to 20 of 3402926 Next ›
No announcements