Jump to content

Making a Widget?


IAMK
 Share

Recommended Posts

Hello,

 

I have never worked with widgets before, so I just wanted to ask if making a widget for Windows 10 with AutoIT is possible? E.g. A UI (number) on my desktop which updates every X minutes or when it is clicked, or a script is run (how it updates isn't too important).

If possible, what are some things I could use to begin with?

 

If the above is not possible, I will simply make a script which goes to a URL, reads the source, and then finds the values I need and processes them. E.g. In the attached image, I will look for "Total portfolio value", then record the number in the following tag (highlighted).

#include <INet.au3>

$data = _INetGetSource('URLTOMYSTOCKTRADINGPROFILE', True) ;Get HTML source.

However, how would I make it log in? Note: I do not want any browsers being opened or user control being lost.

 

Thank you in advance.

SourceTableStock.png

Link to comment
Share on other sites

  • Moderators

Did you try searching the forum first? There are a number of people who have played with widgets in one form or another:

site:autoitscript.com widget

 

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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...