Search found 9 matches

by HomePlayer
20 Jun 2018, 02:07
Forum: Ask for Help (v1)
Topic: LoopReadLine, works, can't get it to work as a function Topic is solved
Replies: 2
Views: 937

LoopReadLine, works, can't get it to work as a function Topic is solved

I must be missing something, The first part will return "21;22;23;25;26" kolx := 3 varx := "04-06-2018" koly := 4 vary := "04-06-2018" kolz := 5 varz := "" loop read, % "n.csv" { if a_loopreadline = "" continue col := strSplit(a_loopreadline, ";", " `t" ) if (col[kolx] = varx) && (col[koly] = vary) ...
by HomePlayer
20 Jan 2014, 07:14
Forum: Ask for Help (v1)
Topic: Rbutton + Lbutton, help pls 8) Topic is solved
Replies: 1
Views: 1489

Re: Rbutton + Lbutton, help pls 8) Topic is solved

Code: Select all

;something like this
r::
Click down	;Presses the left mouse button down and holds it.
Click right
Sleep, 100
Click up right ;Releases the right mouse button.
Click up
see Click.htm
by HomePlayer
20 Jan 2014, 04:36
Forum: Ask for Help (v1)
Topic: Need help COMobj, making a add manager
Replies: 7
Views: 2941

Re: Need help COMobj, making a add manager

mmm strange, maybe the site sees your not Dutch or from The Netherlands, never-mind, a <input type=" file "> is in the html source. I have done all kinds of text insert, but every time the file select box pups up, the filed is empty. If i then run this WinGet windows, List Loop %windows% { id := win...
by HomePlayer
20 Jan 2014, 03:08
Forum: Ask for Help (v1)
Topic: Need help COMobj, making a add manager
Replies: 7
Views: 2941

Re: Need help COMobj, making a add manager

Darn, I forgot to put the code in #SingleInstance force #Persistent wb := ComObjCreate("InternetExplorer.Application") ; create IE wb.Visible := true ; show IE If(ErrorLevel) Msgbox % ErrorLevel else wb.Navigate("https://www.marktplaats.nl/syi/plaatsAdvertentie.html") ;wb.Navigate("C:\Users\Dell\Des...
by HomePlayer
19 Jan 2014, 12:29
Forum: Ask for Help (v1)
Topic: Need help COMobj, making a add manager
Replies: 7
Views: 2941

Re: Need help COMobj, making a add manager

Help please,

if you run the above script a file-select window will pop-up
at that point the script pauses til the pop-up closes.

but i cant send and letters or any thing.
by HomePlayer
18 Jan 2014, 11:03
Forum: Ask for Help (v1)
Topic: Need help COMobj, making a add manager
Replies: 7
Views: 2941

Re: Need help COMobj, making a add manager

@Blackholyman wow thanks nice peace of code, this will help for sure. My code looks like this; #SingleInstance force #Persistent wb := ComObjCreate("InternetExplorer.Application") ; create IE wb.Visible := true ; show IE If(ErrorLevel) Msgbox % ErrorLevel else wb.Navigate("https://www.marktplaats.nl...
by HomePlayer
16 Jan 2014, 11:39
Forum: Ask for Help (v1)
Topic: Need help COMobj, making a add manager
Replies: 7
Views: 2941

Need help COMobj, making a add manager

Hello all, We my wife and I have over a 100 add's on this ebay like site. Managing those add is getting harder whit every new add. So i'm trying to get some code off the ground, to help us whit it. the goal is; To get a database (excel,txt) to write the adds in, and get the script to post them on th...
by HomePlayer
15 Jan 2014, 17:48
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 76084

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

Hey,

would you pls describe what it is does?

Go to advanced search