Jump to content
Xtreme .Net Talk

nickhow

Members
  • Posts

    2
  • Joined

  • Last visited

nickhow's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In fact, this snippet of code might be of some use for when you first open your image file... strLocation = "Your File Location" Dim objFileStream As New FileStream(strLocation, FileMode.Open) mobjImage = Image.FromStream(objFileStream) objFileStream.Close()
  2. The reason you have this problem is because the file you are trying to overwrite is "already in use". If you find a way to make the file no longer in use, please let me know. Nick
×
×
  • Create New...