Jump to content

Get text from editbox


Recommended Posts

Hi,

I work on SQL application, However i am building a tool which helps me to do my Job but i am stuck here :

How do i get the data into clipboard which is inside editbox or inputbox.

The below are my two questions which in troubling me a lot. Please answer :)

Q1: With the help of CONTROLFOCUS it is only possible to get into the row, but i am unable to copy the content into clipboard

Q2: How do i get a select a particular item inside the COMBOBOX, in the SQL application as well as in WEBPAGE

Please just help me or tell me the function name. So that i could do trail and error method.

Thanks for the replies in advance :P

!!!AUTOIT Rocks!!!^^^^^^^^^^^^

Link to comment
Share on other sites

WEBPAGE : _IE*

SQL application : SQL UDFs ( i think some1 wrote it)

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

Hi,

I work on SQL application, However i am building a tool which helps me to do my Job but i am stuck here :

How do i get the data into clipboard which is inside editbox or inputbox.

The below are my two questions which in troubling me a lot. Please answer :)

Q1: With the help of CONTROLFOCUS it is only possible to get into the row, but i am unable to copy the content into clipboard

Q2: How do i get a select a particular item inside the COMBOBOX, in the SQL application as well as in WEBPAGE

Please just help me or tell me the function name. So that i could do trail and error method.

Thanks for the replies in advance :P

Have a look at ControlCommand which might have options you need. If that doesn't do waht you want for the combo then maybe you could set focus to the combo then send {DOWN} the correct number of times to select the entry you want.

@Clipper34

$textfromclipboard = ClipGet();there are no parameters.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...