Search found 7 matches

by .:M:.
Sat Jul 26, 2008 2:37 pm
Forum: Coding Questions
Topic: WebGadget question ,Open webpage in same window?
Replies: 7
Views: 1473

That's it.
Using Threads for better handling of #PB_Web_Busy.
Remember:
#PB_Web_Busy has problems with some websites (because loading
permanently some ad-stuff, flash...)
You then better get the full code of the website in every loop and search for "</html>" instead of using #PB_Web_Busy.
"</html ...
by .:M:.
Fri Jul 25, 2008 5:26 pm
Forum: Coding Questions
Topic: Scroll bars vanish in web gadget
Replies: 5
Views: 1051

Lol, as luck would have it, i need it :-)

Thanx.
by .:M:.
Wed Jul 23, 2008 2:32 pm
Forum: Off Topic
Topic: Who is ready for PureBasic 64Bit
Replies: 25
Views: 5665

...and i have a nice view out of my window(s).
by .:M:.
Tue Jul 22, 2008 5:49 pm
Forum: Coding Questions
Topic: sending mouseclick to other coordinate without movin[SOLVED]
Replies: 11
Views: 2189

You all know those fake popups on the porn sites and fake AV sites (that I never go to!) that say CLICK OK or CANCEL... My bet is he wants to trap the closewindow X and make it OK

no, thats to easy!
my program will let the user have a long and hard fight with his mouse...

http://www.youtube.com ...
by .:M:.
Tue Jul 22, 2008 7:27 am
Forum: Coding Questions
Topic: sending mouseclick to other coordinate without movin[SOLVED]
Replies: 11
Views: 2189

Ok, I got it.

The problem with the webgadget is, that the gadgetid() isn't the handle of the browser inside the gadget :idea:

I have tested with WindowFromPoint().
With the real handle u can simulate clicks into "the browser inside the webgadget :-)", on every x/y coordinate u want to.

Now i'm ...
by .:M:.
Sun Jul 20, 2008 3:56 pm
Forum: Coding Questions
Topic: sending mouseclick to other coordinate without movin[SOLVED]
Replies: 11
Views: 2189

Hello,

It's for interacting with a WebGadget!

Ok, i want to klick the Button and then automaticly a leftclick should be done on a link in the webgadget.

i have made so many tests and code examples, but nothing works, i think its something wrong with the handle, or the coordinates?

This is my ...
by .:M:.
Sun Jul 20, 2008 7:43 am
Forum: Coding Questions
Topic: sending mouseclick to other coordinate without movin[SOLVED]
Replies: 11
Views: 2189

sending mouseclick to other coordinate without movin[SOLVED]

hello,
is it possible?

i have found no way to "simulate" a Lbutton mouseclick without moving the cursor to exact that point to be clicked.

sendmessage() and mouse_event() have no effect without setting the cursor
before.

why isn't it possible?
Or is there still another way?

thanx a lot.