Jump to content

sxyObs

Members
  • Posts

    8
  • Joined

  • Last visited

sxyObs's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. First of all, i wanna say hi to all glad that I'm a member of autoit community and this is my first time to post for new topic, okay, now im gonna start the topic. I think a lot of you here knows "Opencv", if not, OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision, Here's the OpenCv Documentation or you can download free the installation and samples Here Okay, so what im trying to do for now is to make OpenCv UDF supported with thisReferences and Documents by calling Opencv dlls(cxcore.dll,cv.dll,highgui.dll) using autoit dllcall function. BTW i tried searching it in the forum but no success, i guess if i'm not wrong, this is the first topic about opencv. If any one interested, feel free to help . i know its possible in autoit.
  2. Before you put security to somethin you need to think first the most common and simplest rule -"know your enemy". NVM, BTW I tried unlocker to delete virtual drive and it says an error "drive access denied" - atleast unlocker have still a weak point.
  3. "bypassed just a matter of mouse clicks" - how? hmm if that so then just put your code and don't be shy . hmmm and BTW i guess all locked folders including system folders can be deleted by this one UNLOCKER 1.9.0 BY CEDRICK 'NITCH' COLLOM. Don't waste your time making a locker for folder if someone can just delete it in a matter of mouse clicks
  4. ok here's the unlocker for your mystery locker. If you need some improvement the best way is to post your code. not all but some 50% i guess. if $icacls = true Then ShellExecuteWait("icacls",'"' & $lockedfolder & '" /remove:d everyone',@SystemDir,"",@SW_HIDE) Elseif $icacls = false Then ShellExecute("cacls",'"' & $lockedfolder & '" /p everyone:f',@SystemDir,"",@SW_HIDE) sleep(100) SendKeepActive("cacls") send("y{Enter}") EndIf
  5. only change while the scripts run, I've seen some java apps that change vista theme to classic. I'll try it later in Autoit.
  6. i changed your _WinAPI_RedrawWindow($GUI) to _WinAPI_RedrawWindow($GUI, 0, BitOR($RDW_INVALIDATE, $RDW_UPDATENOW)) and it works fine, but still the embedded IE still flickering the best way for now is changing my window vista theme to window classic. 100 % no flickering does anyone knows or a script about changing vista theme? i tried forum but no success.
  7. wew, i just remove the Function in _WinAPI_RedrawWindow(&gui) and the Gui flashing stop, but the embedded IE still flashing hmmm still need you help.
  8. hi guys, The browser GUI flashes in windows vista. why?
×
×
  • Create New...