Jump to content

Search the Community

Showing results for tags 'Visual Studios'.

  • 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 2 results

  1. I'm trying to work on a code base that is pretty chaotic and hard to follow. The code uses an DB2 connector, which I know how to use in autoit, but I really don't know how to use in C#. Can someone point me toward a tutorial or provide some suggestions on what I should be looking at/researching? This is essentially what I need to do: 1) From the DataGrid, loop through each line 2) If the Y/N field is checked, perform different queries 3) Pass the results into another form to validate 4) Push the final results into a separate database (tracking database)
  2. I've seen a number of tutorials that invoke autoit scripts and run autoit inside visual studios, but this one in particular is something I'm trying to wrap my head around. http://stackoverflow.com/questions/6810692/how-to-use-autoitx-in-net-c-without-registering What I'm trying to do is set up a code repository that can leverage autoit without installing it. I'd like to include autoit into the VS solution so when a new developer pulls down the code repository, they also get the same version of autoit and they don't need to install anything. I've been trying to figure out how to do this with autoit portable, but it doesn't have the same DLL files, which makes this a little more difficult. Can someone dumb this down a little for me? Is there a way to do what I'm trying to do?
×
×
  • Create New...