Noob of the month? It might be a bit longer than that
When I moved over from DBC it took me a while to get my head around the project files. What I do to create a new project is:
Open up DBPro and you get the "untitled" code window (of what ever itt's called).
You can then simply save the project:
File > save project as
The save the file:
File > save as
I tried using the FILE > NEW > PROJECT but for some reason it struggled to save projects when I wanted them.
If you're using the default editor: to the left of the code window, there another window with some tabs at the bottom. Click the tab that say "solutions explorer" this will show all the dba files attached the project. What this means, is that all functions (and I believe labels, sub-routines and date lables) will be shared across all the file. If you right click a dba file you can swap it out as main or remove files. If the want to add a new file to the project select "project" (top left of solutions window) then select "add new file", you can also add files from import existing files. For messing about with snippets, I just have a single project file called "stuff" then create, remove and swap around dba files, which saves faffing about with lots of project files.