Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Take Ownership procedure
#8
yes i bet that is the problem better to save to another directory besides program files
it has to many protections on it and really it's not designed for that

 see qm floating toolbar 
Files,web
write file  for more options
also here is a better way to get the url from ie


Code:
Copy      Help
;_s=???;
;_s.setfile("$Documents$\")
;_s.setfile("$Local AppData$\")
;_s.setfile("$AppData$\")

int w=win("Internet Explorer" "IEFrame")
Htm e=htm("BODY" "" "" w "0" 0 0x20)
str url
e.DocProp(0 url)
out url;
url.setclip
url.setfile


Messages In This Thread
Take Ownership procedure - by InterestedNewbie - 05-29-2018, 03:37 PM
RE: Take Ownership procedure - by r0n - 05-29-2018, 04:39 PM
RE: Take Ownership procedure - by r0n - 05-30-2018, 04:06 AM
RE: Take Ownership procedure - by Kevin - 05-30-2018, 03:28 PM
RE: Take Ownership procedure - by Kevin - 05-30-2018, 08:08 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)