Simple Error, but what have i missed.

wpf , vb 2008 , code , error Västerås, Sweden
  • 12 years ago
    Have done this in VB for WPF. But dont get or cant see what i have missed. Here is the code Public Shared Sub() Dim splashScreen As New SplashScreen("iGeek_Splash.png") splashScreen.Show(False) Dim app As New SplashScreen.App() app.InitializeComponent() splashScreen.Close(TimeSpan.FromMilliseconds(15000)) app.Run() End Sub The error is: "Identifier Expected". So my question is where is the miss.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”