View Single Post
Old Mar 28th, 2008, 11:59 AM   #7
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Re: First-time setup of application

Seems the problem is with this line:
vb Syntax (Toggle Plain Text)
  1. frmFromEmail.Show()
Try this. Can't guarantee anything as I'm not a VB coder, but hopefully it'll work.
vb Syntax (Toggle Plain Text)
  1. Private Sub Pinger_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  2. Dim tabs() As Integer = {20, 40, 60, 80}
  3. Dim FromEmailForm As New frmFromEmail()
  4.  
  5. If IO.File.Exists(frommail) = False Then
  6. Me.Hide()
  7. FromEmailForm.Show()
  8. End If
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote