How to run project loaded from DB directly

Hello,

I have finally managed to save a project to db and also load the same from db.

But whenever I load the project from db the IDE shows up. I just want to load the project invisibly and run it instead of showing the IDE to the user.

How to do this?

Regards,

Yogesh

If you just load the project and call TIDEEngine.RunProject, the IDE should not appear. What is the exact code you are using?

Hello Wagner,

Thanks for the tip. It is working!