Ok. Thanks. I figure out the issue. VB6 allocates a dynamic part of code in the page that has got Read/Write access. If you have enabled DEP it will cause the access violation error.
Your program is being crashed (with ACCESS_VIOLATION error) on the dynamic part of code at the first instruction.
Name:  ??????????.jpg
Views: 11210
Size:  16.3 KB
Perhaps this code doesn't execute because this page have RW access rights and you have enabled DEP. You should disable DEP.