Search found 33 matches

by ecksphore
28 Jun 2016, 11:03
Forum: Ask for Help (v1)
Topic: Proxy Support Help Needed
Replies: 8
Views: 2292

Re: Proxy Support Help Needed

I'm sorry for the delay. I just checked and still getting prompted for a username / password and it's still returning 0.

I have private proxies that your more than welcome to if you would like to test on your end (just in case I'm doing something wrong?). I can PM them to you.
by ecksphore
26 Jun 2016, 13:50
Forum: Ask for Help (v1)
Topic: Proxy Support Help Needed
Replies: 8
Views: 2292

Re: Proxy Support Help Needed

This looks great, but unfortunately does not work for me. I'm still prompted for a username & password. All 4 exit codes were blank. On a off note, I noticed your DLL calls sets the user/pass for "WB" only - is there a DLL call that can also set the IP address & port for "WB" only as well? My curren...
by ecksphore
26 Jun 2016, 10:51
Forum: Ask for Help (v1)
Topic: Proxy Support Help Needed
Replies: 8
Views: 2292

Re: Proxy Support Help Needed

Would it be possible for you to give me an example how to make the DLL Call for this? I'm not too familiar with how to set the parameters for it.
by ecksphore
26 Jun 2016, 00:13
Forum: Ask for Help (v1)
Topic: Proxy Support Help Needed
Replies: 8
Views: 2292

Re: Proxy Support Help Needed

Yes I am, Thank you. Is this the only way to set it? The authentication box pops up so randomly (sometimes takes a minute before I see it). I noticed this can be done with a DLL call as well - any way to log in to the proxy and send auth with this method? https://msdn.microsoft.com/en-us/library/win...
by ecksphore
25 Jun 2016, 22:26
Forum: Ask for Help (v1)
Topic: Proxy Support Help Needed
Replies: 8
Views: 2292

Proxy Support Help Needed

I'm on the road a lot and I've created a script that automates a whole bunch of work using a web browser control. Going forward, I am now required to connect to my work's proxy server before I can do anything. This issue I am having is that it requires authentication, and I can't figure out how to a...
by ecksphore
15 Jun 2016, 10:36
Forum: Ask for Help (v1)
Topic: InternetSetOption - How To?
Replies: 1
Views: 1122

Re: InternetSetOption - How To?

Anyone? I could really use some help here.
by ecksphore
13 Jun 2016, 23:37
Forum: Ask for Help (v1)
Topic: InternetSetOption - How To?
Replies: 1
Views: 1122

InternetSetOption - How To?

Could someone show me how to set Proxy username & password with InternetSetOption? I believe it's something close to this : https://msdn.microsoft.com/en-us/library/windows/desktop/aa385328(v=vs.85).aspx#INTERNET_OPTION_PROXY_PASSWORD ProxyUser = Username ProxyPass = Password DllCall("wininet\Intern...
by ecksphore
20 Mar 2016, 20:33
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 72162

Re: [Class] LV_Colors - 1.1.03.00 (2015-04-12)

Ah .. after looking at my custom function again, that's exactly what's happening.

When rows are moved up/down, they are getting deleted and re-created. I'm going to solve the issue by looping through the first column contents and re-applying the color.

Thank you very much for all your hard work!
by ecksphore
19 Mar 2016, 13:33
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 72162

Re: [Class] LV_Colors - 1.1.03.00 (2015-04-12)

After re-reading the comments in the script, maybe I misunderstood something. Static color assignment, i.e. the colors will be assigned permanently to the row contents rather than to the row number. I was under the impression this would mean I could move a row up/down and the custom background color...
by ecksphore
18 Mar 2016, 12:59
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 72162

Re: [Class] LV_Colors - 1.1.03.00 (2015-04-12)

just me - is Static Mode working for you in Win 10 Pro (x64) using ANSI?
by ecksphore
17 Mar 2016, 21:50
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 72162

Re: [Class] LV_Colors - 1.1.03.00 (2015-04-12)

Static Mode doesn't appear to be working in Windows 10 64bit (using ANSI version)
by ecksphore
16 Mar 2016, 11:49
Forum: Ask for Help (v1)
Topic: Disable ActiveX in Webbrowser Control
Replies: 6
Views: 2301

Re: Disable ActiveX in Webbrowser Control

Is there any way to figure this out? I'd be willing to pay you for your time (via PayPal).
by ecksphore
10 Mar 2016, 23:39
Forum: Ask for Help (v1)
Topic: Disable ActiveX in Webbrowser Control
Replies: 6
Views: 2301

Re: Disable ActiveX in Webbrowser Control

Hmm .. adding that extra bit of code didn't solve the issue - everything still loads up. Oh and yes, I'm running Windows 10 64bit.

Any other suggestions?
by ecksphore
10 Mar 2016, 22:48
Forum: Ask for Help (v1)
Topic: Disable ActiveX in Webbrowser Control
Replies: 6
Views: 2301

Re: Disable ActiveX in Webbrowser Control

Thank you, unless I'm doing something wrong (or misunderstood something), shouldn't your code prevent flash objects (game) from loading? Gui Add, ActiveX, x0 y0 w800 h600 vwb, Shell.Explorer Gui Show, w800 h600 NA, Browser wb.Silent := true SetWBClientSite() wb.Navigate("http://www.flashgames.com/1-...
by ecksphore
08 Mar 2016, 23:32
Forum: Ask for Help (v1)
Topic: Disable ActiveX in Webbrowser Control
Replies: 6
Views: 2301

Disable ActiveX in Webbrowser Control

I was wondering if someone with DLL Call experience could let me know how implement this? Thank you in advance! DLCTL_NO_DLACTIVEXCTLS and DLCTL_NO_RUNACTIVEXCTLS : ActiveX controls will not be downloaded or will not be executed. Source: https://msdn.microsoft.com/en-us/library/aa770041(v=vs.85).aspx
by ecksphore
29 Sep 2015, 23:23
Forum: Ask for Help (v1)
Topic: Click link contained in <div>
Replies: 6
Views: 4136

Click link contained in <div>

I'm having a heck of a time trying to click on a link in a <div>. The reason I don't look just for "a" tags, is that I am only interested links that are contained in a div - the other 100+ links I want to ignore. Any help would be appreciated. <div><a href="http://www.somelink.com">all-time today</a...
by ecksphore
16 Aug 2015, 21:56
Forum: Ask for Help (v1)
Topic: Issue with WB.Navigate and PostData
Replies: 9
Views: 3063

Re: Issue with WB.Navigate and PostData

Thank you, everything works except ... if load up any website that has any real content on there (ahkscript.org for example), the webpage loads about 1/2 way and crashes autohotkey. I found this happens with all websites I tested (except for mine - which has literally no content, just a few lines of...
by ecksphore
15 Aug 2015, 20:56
Forum: Ask for Help (v1)
Topic: Issue with WB.Navigate and PostData
Replies: 9
Views: 3063

Re: Issue with WB.Navigate and PostData

Could anyone please give me an example how to send the post data & headers using the code below : I need it done via BeforeNavigate2 so I can click around my site and set data before the navigate starts. ; BeforeNavigate2(wb, url, flags, frame, postdata, headers, cancel) IE_BeforeNavigate2(p*) { glo...
by ecksphore
15 Aug 2015, 11:59
Forum: Ask for Help (v1)
Topic: Issue with WB.Navigate and PostData
Replies: 9
Views: 3063

Re: Issue with WB.Navigate and PostData

What do I need to do in order to make this work though? (without the endless loop)

What am I missing?
by ecksphore
14 Aug 2015, 09:47
Forum: Ask for Help (v1)
Topic: Issue with WB.Navigate and PostData
Replies: 9
Views: 3063

Re: Issue with WB.Navigate and PostData

That's what I see when I run the code as well - it crashes AutohotKey .. and I don't know why or how to fix that.

Go to advanced search