solution any time,
caring every time.
MLM Software Demo
Inventory Control Software Demo
Store Management Software Demo
Home
Products
Services
Download
About Us
Clients
Success Stories
Feedback
Events
Contact Us
Post a Message in reply to
Re: Re: copying and pasting from a textbox array...
by
adam
From:
Email Address:
Subject:
Message:
> > Clipboard.SetText (text1(0).Text) > > text1(1).Text = Clipboard.GetText > > > I appreciate the reply, this method does work, however, i would like to be able to copy and paste from whichever textbox is active in the array, opposed to specifying each one. Ive tried the screen.activecontrol method with no luck. It always says OBJECT DOES NOT SUPPORT THIS PROPERTY OR METHOD. > I am using the click event. > > Thanks again though.