Search results for query: *

  • Users: clweeks
  • Content: Threads
  • Order by date
  1. clweeks

    Image.SaveAdd => "a generic error occurred in GDI+"

    I've posted this on an MSDN forum also, but I figure casting a wider net is always good and I can report back here if a solution comes from there and vice versa. So, I'm trying to read through a directory of tiff images, some are single and some are multi-page -- all should be group-4...
  2. clweeks

    process could not access the file...

    Hi, I have what must be a simple problem and I just need an extra pair of eyes. I'm looping through each FileInfo in a DirectoryInfo.GetFiles and then moving them to a new location. The app moves all of them but the last, at which point it barfs out a "process could not access the file...
  3. clweeks

    problems synchronizing XML file and Dataset

    Hi all, I'm doinking with XML for the first time and could use some help. I'm generating two XML filesin one application with the following code and essentially a duplicate of this code with a different datatable and path: Dim XMLs AsNew StreamWriter(path & "\" & fn)...
  4. clweeks

    Picturebox with multi-page tiff problem

    Hi, I'm writing an application that displays the pages of a multi-page tiff as the user arrows left and right through them. I've got all the basics right and it works under some circumstances. But, for certain frames of the multi-page tiff, the Image.SelectActiveFrame(FrameDimension, Integer)...
Back
Top