Background:
80% web development 19% scripting 1% everything else.
Only windows programming background is a VB class i'm currently taking. At least I know how to do layouts and understand most windows concepts (handles to windows basic types for function calls etc...)
I don't want to use VB because if I'm going to go full blown app route I'd rather learn C# plus the very little VB i'm doing for this class makes me want to punch a baby.
App overview:
Currently a simple word document checklist
Features:
Link several outlook contacts to this document
When various boxes are checked either
1. add an outlook apppointment/send a meeting notice with the contacts linked earlier added as default recpients. The text of the appointment should be templated (ie initially propogated) but changeable.
2. Send an email (same templated but changeable format)
3. Schedule a todo (same format)
I assume if I go the c# route there is a library for outlook integration (hopefully free, possibly part of this .net thing i keep hearing about?) and I could just code up the various check boxes and associated text within the application.
But with the very very very little bit I know about VBA (mainly that it exists and is supposedly good for macroing office apps) it seems that this maybe easier.
Comments?
This message has been edited. Last edited by: Mrdzone, December 02, 2009 15:37
80% web development 19% scripting 1% everything else.
Only windows programming background is a VB class i'm currently taking. At least I know how to do layouts and understand most windows concepts (handles to windows basic types for function calls etc...)
I don't want to use VB because if I'm going to go full blown app route I'd rather learn C# plus the very little VB i'm doing for this class makes me want to punch a baby.
App overview:
Currently a simple word document checklist
Features:
Link several outlook contacts to this document
When various boxes are checked either
1. add an outlook apppointment/send a meeting notice with the contacts linked earlier added as default recpients. The text of the appointment should be templated (ie initially propogated) but changeable.
2. Send an email (same templated but changeable format)
3. Schedule a todo (same format)
I assume if I go the c# route there is a library for outlook integration (hopefully free, possibly part of this .net thing i keep hearing about?) and I could just code up the various check boxes and associated text within the application.
But with the very very very little bit I know about VBA (mainly that it exists and is supposedly good for macroing office apps) it seems that this maybe easier.
Comments?
This message has been edited. Last edited by: Mrdzone, December 02, 2009 15:37