Results 1 to 9 of 9

Thread: [RESOLVED] [2008] Display a form only when app first run

Hybrid View

  1. #1
    Hyperactive Member gnaver's Avatar
    Join Date
    Jul 2005
    Location
    Denmark/Sweden
    Posts
    289

    Re: [2008] Display a form only when app first run

    never tried but sound like the thing you need

    vb Code:
    1. if My.Application.Deployment.IsFirstRun then
    2. 'Your code
    3. end if

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    Re: [2008] Display a form only when app first run

    Quote Originally Posted by gnaver
    never tried but sound like the thing you need

    vb Code:
    1. if My.Application.Deployment.IsFirstRun then
    2. 'Your code
    3. end if
    Thanks gentlemen. So the above method works fine ??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width