I want to develop a portable application (VB6, Single EXE).
I created simple a web browser (WB-Test.exe) which opens file "index.html" from the same folder.
When index.html is added to DLLBox the main exe (after compilation) cannot access them. it shows error: "file not found".
I think that Virtual Files function works incorrectly

Is it possible to pack the executable and supplementary files into a single file using Virtual Files?
My source project (EXE+MAP+VMP) and VMProtect Project File are included in the attachment.
Would you like to tell me how to fix it?
Regards MrVB6