Hi everyone,
Although I've been using VB.net for a few web projects over the last year and a half, I'm not overly comfortable with it yet. I come from the classic ASP realm primarily, trying to reeducate myself in things beyond just websites (where I've spent my last 12 years, self-taught).
Anyway, here's my situation. I'm trying to build my second program ever using Visual Studio.NET, having just finished my first program last week. This particular program will send out monthly bills via email to my clients in Word docs, and I'm going to install it on my server via Windows Task Scheduler.
I'm not looking for help in coding any of that stuff. What I can't figure out, as stupid as it sounds, is which template to use to get started with. I don't need to interact with the program at all, so running it as a Windows Forms application seems like something of a waste to me. I've never built a Console application before, so I don't have a clue if it's capable of something like this (although it looks like theoretically it would be.) I've never even heard of Windows Presentation Foundation before. And I'm not sure if this would work as a class library if I registered the DLL using regsvr32.
If someone could tell me where I should start, I'd appreciate it very much. Again, I'm not looking for someone to code this for me. I'm just looking to better understand which of the templates I should select. I know it's stupid, but it's the piece of knowledge I'm missing.
Although I've been using VB.net for a few web projects over the last year and a half, I'm not overly comfortable with it yet. I come from the classic ASP realm primarily, trying to reeducate myself in things beyond just websites (where I've spent my last 12 years, self-taught).
Anyway, here's my situation. I'm trying to build my second program ever using Visual Studio.NET, having just finished my first program last week. This particular program will send out monthly bills via email to my clients in Word docs, and I'm going to install it on my server via Windows Task Scheduler.
I'm not looking for help in coding any of that stuff. What I can't figure out, as stupid as it sounds, is which template to use to get started with. I don't need to interact with the program at all, so running it as a Windows Forms application seems like something of a waste to me. I've never built a Console application before, so I don't have a clue if it's capable of something like this (although it looks like theoretically it would be.) I've never even heard of Windows Presentation Foundation before. And I'm not sure if this would work as a class library if I registered the DLL using regsvr32.
If someone could tell me where I should start, I'd appreciate it very much. Again, I'm not looking for someone to code this for me. I'm just looking to better understand which of the templates I should select. I know it's stupid, but it's the piece of knowledge I'm missing.