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 ??