From the course: Robotic Process Automation: Tech Primer

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Programming basics: Visual Studio

Programming basics: Visual Studio - UiPath Tutorial

From the course: Robotic Process Automation: Tech Primer

Programming basics: Visual Studio

- [Bryan] Okay, we've created our new console app, and like I said, many of the videos in this section were recorded with an older version of Visual Studio. But again, all the features I'm going to show you still work on the newer version. If you want your version of Visual Studio to look more like my recording, go ahead and unpin this output window, if it's present. And we can also unpin this toolbox for now. So now I'll take you back into the original video on the older version of Visual Studio. And if we explored this window on the right side, we see that the project is called simple-app. And there's a module inside the project automatically named Module1.vb. So that reflects the fact that this is one VB file that contains some script. We can rename that file to whatever we want. So for instance, if I click on here and just rename this MainModule and hit Return, it says, "Hey, you're renaming a file. Would you also like to perform a rename in this project of all references and…

Contents