Error while dragging the usercontrol from ToolBox to Form
-
I would like to revive and old question from 2008 that was never answered. The same thing is happening to me. I did some more investigation and have added some more clues. Please see: Error while dragging the usercontrol from ToolBox to Form - Windows Forms Discussion Boards[^]
So many years of programming I have forgotten more languages than I know.
-
I would like to revive and old question from 2008 that was never answered. The same thing is happening to me. I did some more investigation and have added some more clues. Please see: Error while dragging the usercontrol from ToolBox to Form - Windows Forms Discussion Boards[^]
So many years of programming I have forgotten more languages than I know.
Could you please at least show me a screen shot or what is your usercontrol code ?
-
Could you please at least show me a screen shot or what is your usercontrol code ?
This has been long ago and I do not have access to the example or remember all the details. In the other question I linked to I had written this comment: "Working backward I found that when you use a parameter "this.Text" or anything with "this" you cannot add it from the toolbox. The control works as expected with each instance of the tool working from its own parameters. You can copy and paste it with out problem with out problem. You just cannot get it from the Toolbox."
So many years of programming I have forgotten more languages than I know.
-
This has been long ago and I do not have access to the example or remember all the details. In the other question I linked to I had written this comment: "Working backward I found that when you use a parameter "this.Text" or anything with "this" you cannot add it from the toolbox. The control works as expected with each instance of the tool working from its own parameters. You can copy and paste it with out problem with out problem. You just cannot get it from the Toolbox."
So many years of programming I have forgotten more languages than I know.
OK, glad you found a solution.