Search the Community
Showing results for tags 'Visual Studios'.
-
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)
-
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?