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 ...
Search found 7 matches
- Sat Jul 26, 2008 2:37 pm
- Forum: Coding Questions
- Topic: WebGadget question ,Open webpage in same window?
- Replies: 7
- Views: 1473
- Fri Jul 25, 2008 5:26 pm
- Forum: Coding Questions
- Topic: Scroll bars vanish in web gadget
- Replies: 5
- Views: 1051
- Wed Jul 23, 2008 2:32 pm
- Forum: Off Topic
- Topic: Who is ready for PureBasic 64Bit
- Replies: 25
- Views: 5665
- Tue Jul 22, 2008 5:49 pm
- Forum: Coding Questions
- Topic: sending mouseclick to other coordinate without movin[SOLVED]
- Replies: 11
- Views: 2189
- Tue Jul 22, 2008 7:27 am
- Forum: Coding Questions
- Topic: sending mouseclick to other coordinate without movin[SOLVED]
- Replies: 11
- Views: 2189
- Sun Jul 20, 2008 3:56 pm
- Forum: Coding Questions
- Topic: sending mouseclick to other coordinate without movin[SOLVED]
- Replies: 11
- Views: 2189
- 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.
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.