Tag: c#.net

  • Determine if Skype is Installed

    The easiest method of checking whether Skype is installed is actually to check for a Registry Key. We, of course, can’t check C:Program Files for a Skype Directory because the user could have installed elsewhere (or maybe if 64 bit the operating system did?) Skype’s API Document provides us with the following information: To check […]

  • Mouse Overs For ASP.NET

    Have you ever wanted to have the ability for the colour of a row to change when your user moves the mouse over top of a particular row, and then change the colour back whenever the cursor is moved back off? Well, this process isn’t very difficult in fact using some knowledge of JavaScript & […]