Hi all
Today I received an error n. 13 (type mismatch) when I executed my compiled application.
The very strange thing is that if I open the project (.vbp) and execute the application from VB all is ok.
Can anybody help me?
Before the exe compilation, if I put a MSGBOX "OK" statement at the beginning of the Form_Load event, I see the dialog but I receive the error n. 13; if I put the statement at the end of the event, I receive only the error message.

Thanks in advance
Nando