Shandy's Blog

Where Andrew Sutton, aka Shandy rants and rambles on as the fancy takes him

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

My name is Andrew Sutton, aka Shandy.

I am currently living and working in the UK within the garment industry as an IT specialist. This blog contains mainly IT related issues.

I was a Microsoft VB MVP for a couple of years (Apr 2004-Mar 2006) and was a vbCityLeader between April 2003 and June 2007.

If you are looking for my Sri Lanka or Morocco experiences check out Shandy's Sri Lanka Blog or Shandy's Morocco Blog.

JulAugust 2008Sep
SMTWTFS
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

Articles

Archives

Topics

Image Galleries

.NET

Blogs I Read

Others

VB.Classic

I have just posted an article, Creating A Splash Screen In VB.NET 2005.. Not rocket science but a start on documenting my VB.NET 2005 experiences. Hopefully it will be of use to other newbies, like myself, in the future.
posted on Friday, April 13, 2007 9:34 AM

Feedback

# re: Creating A Splash Screen In VB.NET 2005 Article Posted 4/16/2007 2:12 PM Fixx
you can use the deployment version instead of the 'normal' version (deply v. autoupdates itself every depolyment):

Try
If System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed Then
label1.Text = "version " & My.Application.Deployment.CurrentVersion.ToString()
End If
Catch ex As Exception
End Try

Post Feedback

Title:
Name:
Url:
Comments: 
Protected by Clearscreen.SharpHIPEnter the code you see: