Posts Tagged ‘Trails’

Creating a Web Page Tweaking Helper Tool(Part 3)

In this article we will add a profile dialog box to the Trails Web Tweaker applicaiton. This dialog box will be opened from the File – New…, Open… and Change… main menu options. Step 1 – In the Solution Explorer window right click on the WebTweaker project and select Add – Windows Form from the [...]

Creating a Web Page Tweaking Helper Tool(Part 2)

You can consider this Trail as beginner level. Those experienced with Visual Studio may want to skip ahead.  I will be developing this application in C# using Visual Studio 2008. I generally use the professional edition but will be using the express edition for this Trail. You can download and use the Express edition for free. The application will [...]

Creating a Web Page Tweaking Helper Tool(Part 1)

  This is my first Trail. What is a Trail? A Trail is what I’m calling a series of articles centered around a specific project or task such as building a software application, configuration a piece of software, working with some kind of hardware, etc. I will take you through the steps involved including my thought process and decisions throughout the process. Each Trail [...]