Hi! I have recently found out, what the problem is under Windows 95/98. I am using the function GetOpenFileName to let the users specify the File he wants. SO far so good. It works under CE, NT but not under Windows 95. This is because I have to write all apps under CE in full Unicode. So the port I made from CE to NT does also work with unicode. Problem is now, that Microsoft didnt liked to implement the Unicode Version for Windows 95/98, so I get the error message 120, named "The function is only valid under NT". So I have to rewrite everything in non-unicode, that takes time, and I dont need this function normally, so It will take time until I will release the WIn95-Version Regards Thorsten