Jump to content

conmed

Members
  • Posts

    6
  • Joined

  • Last visited

About conmed

  • Birthday September 5

Profile Information

  • Location
    La Paz, Bolivia

Recent Profile Visitors

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

conmed's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Very interesting, i'm reviewing and i hope this can help me not to discard my scrpit, thank you very much!
  2. Thank you for responding, I imagined it was. How I can do what you recommend (window in kiosk mode) or is not a good idea to continue the script.
  3. Hello friends, can guide me on how to do to activate the submit button? I've opened in IE but the app is not compatible with IE I could login. The problem I have is that the submit button is not active and does not appear the audio record button. Please I need a guide to how to fix this: #include <ie.au3> #include <GUIConstantsEx.au3> $Form1 = GUICreate("WhatsApp - Autoit", 816, 550, 192, 124) $oIE1 = _IECreateEmbedded() _SetUserAgent("Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0") GUICtrlCreateObj($oIE1, 8, 6, 800, 500) GUISetState(@SW_SHOW) _IENavigate($oIE1, "web.whatsapp.com") ;Create event sink for IE $oIeEvent = ObjEvent($oIE1,"IEEvent_","DWebBrowserEvents2") _IELoadWait($oIE1, 1000, 10000) ;$oIE1.Document.getElementsByClassName("send-container")[0].Click() While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch Sleep(10) WEnd Func _SetUserAgent($agent) $agentLen = StringLen($agent) Dim $tBuff = DllStructCreate("char[" & $agentLen & "]") DllStructSetData($tBuff, 1, $agent) $chk_UrlMkSetSessionOption = DllCall("urlmon.dll", "long", "UrlMkSetSessionOption", "dword", 0x10000001, "ptr", DllStructGetPtr($tBuff), "dword", $agentLen, "dword", 0) EndFunc ;==>_SetUserAgent
  4. Thank you for answer, now I understand , you're right in the use of these notifications and now I see your other UDF , all are very good and especially useful for any design. Thank you very much Melba23 , Conmed
  5. Hello Melba23, I used your UDF ( Notify, Notify_Mod ) , I look very good. I want to know what differences there are between them. And how I can there to increase the height of the notifications. Thank you very much Melba, Ariel
  6. ​I can not activate the extension , I can not follow the steps you indicate . How I can do step 2 ??
×
×
  • Create New...