Skip welcome page in Delphi 2010? [duplicate]

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-02 04:12:05

问题


Possible Duplicate:
Embarcadero D2010 hide welcome page

I have Delphi 2010. How do I skip the welcome page on startup and/or create a new project like Delphi 7?

Thanks


回答1:


Remove the package startpageide150.bpl from the registry at HKEY_CURRENT_USER\Software\Embarcadero\BDS\8.0\Known IDE Packages, and you will not get a welcome page.

But you will still need to click File -> New -> Delphi VCL Forms application to create a new application each time the IDE starts up.

Because there is more than one type of project a user might need to start with, auto-creating one type isn't possible in the IDE any more. Even if you are a delphi-only customer (no C++Builder in RAD Studio IDE), you still might want to open the IDE and open an existing project 99% of your typical working days.



来源:https://stackoverflow.com/questions/6345710/skip-welcome-page-in-delphi-2010

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!