Jump to content

TarwadaC4

Active Members
  • Posts

    69
  • Joined

  • Last visited

TarwadaC4's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. ShadowDefender here : C:Program FilesShadow Defender when i commit i file with right clicking ... i think the system call this file : C:Program FilesShadow Defendercommit.exe when i go to that path and double click on the Commait.exe ... nothing happens and i see no GUI but when i right click on any file and "Commit with ShadowDefender .... i see this GUI i want to access this GUI using a script for example : Commit a text file on my Desktop using a script "when i double click on the script i see the above Pic for my text file ^^ sorry for my bad english i hope you got that ^^
  2. can't see ShadowDefender on that path HKEY_CLASSES_ROOTexefileshell
  3. didnt get it yet sorry dude im noob i little bit check this photo : i want to commit a file on my desktop with ShadowDefender but without right clicking on the file any one can tell me please ?
  4. thank you sir i will try this and if something i will come back here <3
  5. hello all i wanna know how to access right click commands with autoit3 look here : how to tell my script to open a text file on my Desktop and use the "open with hex" command i don't know if this possible lets say the text file name is : test.txt i hope any one can help me
  6. hello guys i was working on KODA like 4 hours ..... now when i click on the GUI That i created ... nothing happen i can't move , add anything or even Modified the GUI i made i tried to close and open my work and i still can't do anything to my work any one can help ?
  7. yes i tried to modified that part of the code but nothing works ......
  8. i want to start the sound when i pass my mouse over the whole gui
  9. hello guys, i think this script should beep when i make my mouse over the form #include <GUIConstantsEx.au3> _Main() Func _Main() Local $aArray, $hGUI, $iLabel $hGUI = GUICreate("test") $iLabel = GUICtrlCreateLabel("Test", 10, 10, 100) GUISetState(@SW_SHOW, $hGUI) While 1 $aArray = GUIGetCursorInfo() If Not @error Then If $aArray[4] = $hGUI Then Beep(500, 100) ; SoundPlay or Beep. EndIf EndIf Switch GUIGetMsg() Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd EndFunc ;==>_Main anyone can help me ?
  10. what a fast reply thanks dude u r great <3
  11. i wont my script icon to appear here so i can only close my script using the Exit button
  12. so when i run my script another time it tells me that my script already running in message box, i have made the message box, just wanna know how to do that
  13. how can i change my script process name ?
  14. im not proud of being lazy, if i were like that, i couldn't register, why u don't answer on the other part of my comment ( about GUI Creating ) just tell me an example about what should i write, im trying to respond all of you, also im using the smiling not because im not serious, im using it because i wanna make u feel that i'm not trying to abuse to you, thats all overall im sorry if i made something wrong here
×
×
  • Create New...