Jump to content

Search the Community

Showing results for tags 'IE.au3 IE Appcrash'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hey there, when I open the example au3 from _IECreateEmbedded and try to run it, it results in APPCRASH of autoit3.exe. Same happens also in an example script from myself: Opt("GUIOnEventMode", 1) Local $objIE = _IECreateEmbedded() Local $hwnd = GUICreate("Loading...", 500, 200, 10, 10) GUICtrlCreateObj($objIE, 10, 10, 400, 100) _IEBodyWriteHTML($objIE, "<b>rabbit</b>") GUISetOnEvent($GUI_EVENT_CLOSE, "ExitProgram") GUISetState(@SW_SHOW) While 1 WEnd Func ExitProgram() Exit EndFunc If i uncomment _IEBodyWriteHTML it is loading the application, if not it will crash. Any hints? Using AutoIt3Wrapper v.2.1.2.9 on 3.3.9.5, AutoIt3.exe ended.rc:-1073741819
×
×
  • Create New...