I just need a simple example to implement.
Currently looking at http://www.timeanddate.com/ and http://time.is/
Whichever is easier would be fine with me
Search found 10 matches
- Thu Jul 02, 2015 3:32 am
- Forum: General Discussion
- Topic: Is there an example of a 7 day trial run code?
- Replies: 6
- Views: 10237
- Tue Jun 23, 2015 5:02 pm
- Forum: General Discussion
- Topic: Is there an example of a 7 day trial run code?
- Replies: 6
- Views: 10237
Is there an example of a 7 day trial run code?
Actually, I'm looking for a very simple 7 day trial run code. Eg. Each time the program is run, it goes online check the date, if the online date is between 24 Jun 2015 and 30 Jun 2015, the program then continue executing the rest of the code. If online date is outside 24 Jun 2015 and 30 Jun 2015, t...
- Wed Apr 01, 2015 5:32 pm
- Forum: Technical / Scripting
- Topic: Change window title?
- Replies: 8
- Views: 9577
Re: Change window title?
Both of you are right, I'm sorry, it only works if I compiled the script into exe file. But theres one problem, if the windows task manager is the active window, the notepad window will change to Confirmed but it wont be on top of the task manager window, it will still be in minimise taskbar state. ...
- Tue Mar 31, 2015 4:49 pm
- Forum: Technical / Scripting
- Topic: Change window title?
- Replies: 8
- Views: 9577
Re: Change window title?
To activate a window use SetFocus: SetFocus>window_title I think you misundertand my question, I mean when after window title changed, sometimes that particular windows is minimise to taskbar, I want to restore/become the active window on my desktop or the top most windows on my computer screen. Se...
- Sun Mar 29, 2015 7:23 am
- Forum: Technical / Scripting
- Topic: Change window title?
- Replies: 8
- Views: 9577
Re:
Well if this is a web page that you wrote then simply change the TITLE tag in the HTML. Otherwise, yes, you can do this: GetWindowHandle> Existing Window Title ,hwnd LibFunc>User32,SetWindowTextA,r,hwnd, New Window Title Thanks, this work but after changing the window title, how can I made it becom...
- Sat Nov 08, 2014 1:04 pm
- Forum: General Discussion
- Topic: How to check current active window is Desktop or not?
- Replies: 4
- Views: 8418
Re: How to check current active window is Desktop or not?
Sorry, my mistake, I thought making it active is what I want, I'm wrong as usual. :( Initially, I thought detecting the active desktop window will do but I was wrong, when I saw the desktop on screen, it doesn't mean its active or not, so I'm wrong, sorry. :( So, actually, what I'm trying to achieve...
- Sat Nov 08, 2014 12:11 pm
- Forum: General Discussion
- Topic: How to check current active window is Desktop or not?
- Replies: 4
- Views: 8418
Re: How to check current active window is Desktop or not?
Thanks Marcus, the code works provided I click the desktop first. I use it like below Wait>5 GetActiveWindow>title,x,y If>title=Program Manager //Desktop is active MessageModal>Desktop is Active. Else //Something else is active MessageModal>Desktop is not Active. Endif I compiled it into exe, then r...
- Sat Nov 08, 2014 8:36 am
- Forum: General Discussion
- Topic: How to check current active window is Desktop or not?
- Replies: 4
- Views: 8418
How to check current active window is Desktop or not?
I'm not sure whether its possible or not but is there a method to detect whether current active window is Desktop or not, Eg. 1)Monitor active window 2)If active window is currently desktop then launch a program(process)/made the program(process/window) the active window if its currently running. Th...
- Thu Oct 23, 2014 1:36 pm
- Forum: General Discussion
- Topic: Read all urls in ie and write to a file
- Replies: 5
- Views: 9313
Re: Read all urls in ie and write to a file
I mean the actual link in the address bar in IE, I want to copy that link into a file. Eg, if I open multiple IE tabs, I just want copy the address link in each IE tab into a file or if I open multiple IE windows, I want copy the address link in each IE window into a file. For now, I'm doing it manu...
- Wed Oct 15, 2014 5:12 pm
- Forum: General Discussion
- Topic: Read all urls in ie and write to a file
- Replies: 5
- Views: 9313
Read all urls in ie and write to a file
I'm tired of manually copying all the urls one by one in ie browser tab links or multiple ie windows/browsers urls address link field, then paste into a text file.
Anyone have any simple coding method of doing it?
Thank you.
Anyone have any simple coding method of doing it?
Thank you.