question about copy/paste/cut in designer



hi:
Now I have implemented the copy/paste/cut by calling the StandardCommands
in the windows designer, I have some additional problem: when i copy some
controls in the designer, then paste them and new Name would be made.
ex: I copy "textbox1" and "textbox2",and then paste them as "textbox3" and
"textbox4", how can i know which controls i copied or cut from? or
"textbox1" becomes "textbox3" or "textbox4"?
(because i have some special binding somethings which can be found by
original control name)

thanks a lot :-)


Grace


.



Relevant Pages

  • Re: question about copy/paste/cut in designer
    ... Shell MegaPack: GUI Controls For Drop-In Windows Explorer like Shell ... in the windows designer, I have some additional problem: ...
    (microsoft.public.dotnet.framework.windowsforms.designtime)
  • Re: Good GUI Interface
    ... What does GetDoubleBufferGraphics look like and why are you always calling ... valueRect.X = _innerMargin; ... controls that require this feature. ... Visual Developer - Device Application Development MVPhttp://simonrhart.blogspot.com ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: setfocus() endless loop
    ... Since you said you were calling it in OnInitDialog, that sounds like you were already ... I had a loop once that would attempt to move the focus to the first enabled control (using ... after setting the controls enabled/disabled, ...
    (microsoft.public.vc.mfc)
  • Re: help with threading these requests please?
    ... responsibility, however, we must take care of the calling to the UI ... "How to: Manipulate Controls from Threads?" ... refer to the 2 articles below: ... "Practical Multithreading for Client Apps?" ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: public functions
    ... I am calling the function as "Global.HostRequested", ... >> from the codebehind ... The controls, however, cannot recognize ...
    (microsoft.public.dotnet.framework.aspnet)

Loading