Telephone:
01273 552955

More contact details

 

Knowledgebase - Programming

XP Style Buttons With Visual Studio 2005 (06 Jul 2006)

Whilst working on a new Visual Basic 2005 application I was puzzled as to why the buttons were a pleasing XP-style rounded shape in the design environment but reverted to the old style rectangular shape when the application was run....

 

Syntax Error on ADO.NET Update (16 Jun 2006)

Recently we hit a strange problem on a VB.NET 2005 application. Stripped down to its bare essentials the code was as follows: Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\LinkCheck\db.mdb" Dim sql As String Dim adapter As OleDbDataAdapter Dim cmdBuilder As...

 

Automatic Upgrades for ClickOnce Applications (24 May 2006)

In this blog I discussed ClickOnce deployment in Visual Studio 2005. Another benefit of this approach when used on Windows Forms applications that are to be used on many machines on a network is the ability for each copy of...

 

Publishing Simple Projects in VB.NET 2005 (11 May 2006)

One of the great improvements in VB.NET 2005 over VB6 is the ease of publishing for simple applications by using ClickOnce Deployment. By simple applications I mean those just using controls provided by the .NET Framework. Simply open up the...