dbTalk Databases Forums  

Attach a control to another control

comp.databases.ms-access comp.databases.ms-access


Discuss Attach a control to another control in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
FrankBooth
 
Posts: n/a

Default Attach a control to another control - 08-05-2003 , 03:11 PM






Hi,

I want to add a button next to a text box that will copy the text box
text to the clipboard.

I want to this generically so that I can do this for any text box.

I got it working now using:
Private Sub Command153_Click()

SendKeys "+{TAB}", Wait

SendKeys "^c"

End Sub

But I've been reading that SendKeys isn't good to use.

Any help is appreciated.

Thanks,
--FB

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.