Jump to content

Search the Community

Showing results for tags 'dotnet'.

  • 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

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

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 3 results

  1. Hi! Is there any way to use .NET DLL libraries with AutoIt? I happen to have one that'd have made my life easier, but DLLCall() returns an error: no functions with such name found. Searching and reading forums made me think that's not a fault of a library. I've used yashied's DLL Helper, but it didn't return any function names as well. Thanks!
  2. Hi all, I want use this in my script. Local $Dict = ObjCreate("Scripting.Dictionary") Does this needs dot net framework in my end users PC ?. As far as i know, "Scripting.Dictionary" is not from mscorlib.
  3. Hello, Is there a way to do something similar to a .DotNet FlowLayoutPanel (http://www.dotnetperls.com/flowlayoutpanel) or something similar to it ? (like the ScrollView from Android (http://examples.javacodegeeks.com/android/core/ui/scrollview/android-scrollview-example/ at the bottom of the page)). I need to do a list of controls, and I need to have a srollbar if the controls are going lower than the window's height. Thanks Jmon
×
×
  • Create New...