Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetToolbarOwner, does this new dll function still work on xp
#10
You use SetProp. In next line insert atend SomeFunction w2, where SomeFunction is name of a function that sets the property to 0, or removes it.

Code:
Copy      Help
if(GetProp(w2 "running")) ret
SetProp w2 "running" 1
atend SomeFunction w2

Function SomeFunction:
Code:
Copy      Help
function w2
SetProp w2 "running" 0

(not tested)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)