Search found 8 matches

by 6theo4
Mon Dec 11, 2023 1:44 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1684

Re: [solved] How to send Chrome a refresh periodically

you should add an entry with the chrome title when your connection is interrupted so you can also get a refresh after a disconnection.... :D
by 6theo4
Sun Dec 10, 2023 11:25 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1684

Re: [solved] How to send Chrome a refresh periodically

maybe forgot to remove the "Debug" ?
by 6theo4
Sun Dec 10, 2023 7:55 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1684

Re: How to send Chrome a refresh periodically

this works for me Procedure SendF5(window$) ; use part of window name r=GetWindow_(GetDesktopWindow_(),#GW_CHILD) Repeat t$=Space(999) : GetWindowText_(r,@t$,999) ; Debug t$ ;to get window titles If FindString(LCase(t$), LCase(window$),1)<>0 And IsWindowVisible_(r)=#True t$=Trim(t$) ; If t$ = window...
by 6theo4
Sat Jan 04, 2020 11:57 pm
Forum: Announcement
Topic: LSB Image Steganography
Replies: 65
Views: 53846

Re: LSB File Embedding

We thank you JHPJHP for all your great work...
by 6theo4
Sat Jan 04, 2020 3:27 pm
Forum: Announcement
Topic: LSB Image Steganography
Replies: 65
Views: 53846

Re: LSB File Embedding

non https site is working...
by 6theo4
Tue Apr 02, 2019 5:52 pm
Forum: Feature Requests and Wishlists
Topic: additional optional timeout parameter for HTTPRequest ...
Replies: 16
Views: 8719

Re: additional optional timeout parameter for HTTPRequest ..

After using HTTPRequest a lot lately i believe both CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS are needed...
by 6theo4
Wed Mar 01, 2017 11:42 pm
Forum: Tricks 'n' Tips
Topic: Wake on lan WOL (Windows only)
Replies: 16
Views: 10563

Re: Wake on lan WOL (Windows only)

maybe with:
> route ADD 255.255.255.255 MASK 255.255.255.255 192.168.1.2
destination^ ^mask ^gateway(use interface ip)
by 6theo4
Fri Apr 22, 2016 7:24 pm
Forum: Coding Questions
Topic: Windows Programming: Learning more about the Win32® API.
Replies: 46
Views: 215090

Re: Windows Programming: Learning more about the Win32® API.

I found a way for hlp files to work,i tested it in my computers and help for windows api is working again..
files are in link below...

hope you find them useful...