-
This is a silly question, but how can I put spaces in the name of DLLs? When I add references, all of the preexisting ones have spaces, but VB gives me an 'Invalid Name' error when I try to put spaces in the name when creating the DLL.
Thanks in advance.
-
Go to the project menu, project properties, on the general tab there is a field called "Project description" put the name you want in there, if it is blank then the normal project name is used and that can't contain spaces.
same for OCX activeX controls
Cheers