Hi i am working in Visual basic and i have made a module for a game im working on, so i have made the module private but this is what my code looks like at the top:
Private Module Module01
The problem is that Module01 is underlined and it says that "Types declared private must be in another type" ?? plz help me
1
Expert's answer
2012-09-06T10:32:05-0400
Rename Private Module Module01 to Private Module Mod01 and it will be true.
Comments
Leave a comment