Menu

#4 .Load method file test is wrong

open
nobody
None
5
2009-01-06
2009-01-06
Anonymous
No

In the .Load(picFile) method, the testing for desired filename is wrong and subsequent invocations use the original file name.
Modified first line similar to:

If ((m_file = "") Or (m_file <> picFile And picFile <> "")) Then

Discussion


Log in to post a comment.