I guess I have two questions (Visual Basic 2010)-
When I run my compiled project, it creates a start menu folder and desktop icon. But there's nothing in the Program Files of my OS. Is it because my project is still small- or something else? Shouldn't it create a folder in the Program Files?
Speaking of creating a folder- I need to create a folder on my C drive when the program is installed, and inside the folder an Excel spreadsheet needs to be deposited (C:\DailyLogs\DailyLog.xlsx). I've been up and down the internet looking for code to accomplish this- maybe I'm not searching right. Can someone point me in the right direction?
TIA