Copy / Paste

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I want to copy the value from a textbox and paste it to another object. I
dont want to put the copy / paste on a menu bar or shortcut menu and dont
want to use Ctrl-C and Ctrl-V. What I want is to do it with a line of code.
I thought something like DoCmd.Object.Copy and DoCmd.Object.Paste but I have
looked for and tried everything. What is the code for this?

Thank you for your help.

Steven
.



Relevant Pages

  • Re: Binding Example
    ... I dont use a datatable. ... I must be missing some fundamental "key" in the relation with the Dataset and a Datatable. ... 'Not binding - just setting value ... its not really binding the value - just displaying it in the textbox. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Change textbox backcolor after data change?
    ... your class constructor and it will assignt to every textbox it ... can find in the form the event handler so you dont have to ... private void SetTextChangeHandlers() { ...
    (microsoft.public.dotnet.languages.vb)
  • textbox controls
    ... is there a reason why when I place a textbox in a 3D rendered form they dont ... Prev by Date: ...
    (microsoft.public.win32.programmer.directx.managed)
  • TextChaged in datalist(URGENT)
    ... I have a textBox in ItemTemplate column of Datalist. ... I dont have Edit Command or UpDate command for Datlist. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • RE: Insert text into a TextBox
    ... you dont' have direct method to insert the text in a textbox. ... it using the selection text property..... ...
    (microsoft.public.dotnet.framework.windowsforms)