Hello All,
I'm writing a small application that watches a directory for .tif image
files. When one arrives in the directory, my application needs to
resize it so it prints out on a letter-size page. If I print them the
way they arrive, the top corner of the image is printed (and it spans
th...
more >>
hello-
i am creating a .NET C#/WinForms application that needs to allow the user to
scroll *flawlessly* through a set of between 50-150 JPG images (of size
~30-80K per image), via a standard scrollbar.
i have implemented this solution already, using a single PictureBox for
display. the i...
more >>