Jump to content

Input Box Data to Application


 Share

Recommended Posts

A few basic questions... I think. =/

1. What commands are used to send data from GUICtrlCreateInput into other applications?

2. Is there a way to store that data in a protected form, during transition?

3. Is there a command to wipe all data that was received, once GUI is closed?

Thanks very much for any help.

Edited by infosecz
Link to comment
Share on other sites

A lot more information like:

What kind of application do you want to send the data to? A GUI you, a web page ...?

What do you mean by "protected form, during transition"?

You want to clear all input fields of the target application, right?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

A few basic questions... I think. =/

1. What commands are used to send data from GUICtrlCreateInput into other applications?

2. Is there a way to store that data in a protected form, during transition?

3. Is there a command to wipe all data that was received, once GUI is closed?

Thanks very much for any help.

1. GUICtrlRead() can get the information from an input

2. any kind of encryption

3. we don't know where the data is, where do you save it? there's always a way.

Link to comment
Share on other sites

Oh, I apologize for being vague. I am trying to seek basic answers without violating forum rules. I am making a GUI that interacts with a java application, which I own. It is only meant to be accessed by my employees, and I would like to do this relatively securely. The info would only be stored on the local host, but I would still like to ensure the data being parsed from input to app is securely handled.

Anyways, I want to enter data into GUICtrlCreateInput and have that sent to a specific field in the application. Unfortunately, when I use WIndow Info it does not note a difference from any area of the web application. The frame and the position do note change, no matter where I place the finder tool. GUICtrlRead() seems to be what I need to parse the data from GUI to App, but now i need to determine how AutoIt can designate a target.

Again, thanks for the help and I apologize if this isn't being explained properly.

Edited by infosecz
Link to comment
Share on other sites

  • Moderators

infosecz,

I was turning a blind eye to this thread, but you have now forced my hand. :(

What you were trying to do in your first thread is against the Forum rules and now you are trying to get exactly the same information in this one. You obviously did not notice that there is also a rule about posting the same question if a previous thread was closed - so admitting that you are doing that means I have no choice but to lock this thread as well. Please do not open a third one. :naughty:

M23

P.S. Java apps are very difficult to automate as is is often impossible to identfy the various controls meaning that you have to fall back on simple (and less accurate) Send commands. ;)

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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