Shandy's Blog

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

vbCity Blogs moved to:
http://cs.vbcity.com/blogs
  Home :: Syndication  :: Login

My name is Andrew Sutton, aka Shandy.

I am currently living and working in the UK as a software developer. 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. My personal (Non IT) blog is now at Shandy's Place

OctNovember 2009Dec
SMTWTFS
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

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: