Jump to content

mihelson83

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mihelson83's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. _TalkOBJ("Hi!") Func _TalkOBJ($s_text)     Local $o_speech     $o_speech = ObjCreate("SAPI.SpVoice")     $o_speech.Voice = $o_speech.GetVoices().Item(0) ;0, 1, 3 - voices     $o_speech.Speak ($s_text)     $o_speech = "" EndFunc ;==>_TalkOBJ() Yes, it works
  2. Some ideas in attach for virtual keys, like: images in another folder, don't lose focus then click on buttons. Clickable area between buttons. Thank to Yashied for nice work. The topic is still relevant. SkinUfdWorking.zip
  3. It really working for me. Now I cand send command to my pc
  4. How to open a new tab in Chrome? #include "wd_core.au3" #include "wd_helper.au3" And what here?
×
×
  • Create New...