Click here to Skip to main content
15,919,434 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncreate setup Pin
Anonymous19-Sep-05 22:25
Anonymous19-Sep-05 22:25 
AnswerRe: create setup Pin
rwestgraham20-Sep-05 8:31
rwestgraham20-Sep-05 8:31 
QuestionRe: Windows Setup Pin
Anonymous19-Sep-05 21:07
Anonymous19-Sep-05 21:07 
AnswerRe: Windows Setup Pin
rwestgraham20-Sep-05 8:42
rwestgraham20-Sep-05 8:42 
Questionupdating multiple records Pin
Rashmi Santhosh19-Sep-05 20:11
sussRashmi Santhosh19-Sep-05 20:11 
AnswerRe: updating multiple records Pin
Gopi.V19-Sep-05 22:13
Gopi.V19-Sep-05 22:13 
QuestionCreating outlook template Pin
Barm19-Sep-05 18:37
Barm19-Sep-05 18:37 
AnswerRe: Creating outlook template Pin
Edbert P19-Sep-05 20:58
Edbert P19-Sep-05 20:58 
I've worked with Outlook and other Office apps before and I find that VB.Net is the easiest language to use when coding for MS Office (mostly because of its oh-so-forgiving nature in allowing direct calls to the Office interop functions instead of using PInvoke and also not having to pass Missing as parameter value in VB).
However, VB.Net and C# are quite interchangeable you shouldn't have any difficulties in switching between the two.

To create a template you need to have an OFT file (google how to create it if you don't know how, it's pretty simple) and publish it to the client's PC (or a shared folder).
The easiest way I can think of is for you to store a running number as an xml file in the client's PC (or a database if necessary) and increment it after each use (i.e. sending an e-mail).
If you're also using Exchange Server you might be able to store the data in Exchange (e.g. bind the value to the particulare e-mail address).



Ed
GeneralRe: Creating outlook template Pin
Barm19-Sep-05 22:45
Barm19-Sep-05 22:45 
GeneralRe: Creating outlook template Pin
Edbert P20-Sep-05 13:38
Edbert P20-Sep-05 13:38 
QuestionCaller ID Application Pin
shoaibnawaz19-Sep-05 15:48
shoaibnawaz19-Sep-05 15:48 
AnswerRe: Caller ID Application Pin
Dave Kreskowiak19-Sep-05 17:03
mveDave Kreskowiak19-Sep-05 17:03 
QuestionIE DocumentComplete Pin
namespaceuser19-Sep-05 13:47
namespaceuser19-Sep-05 13:47 
AnswerRe: IE DocumentComplete Pin
Dave Kreskowiak19-Sep-05 17:06
mveDave Kreskowiak19-Sep-05 17:06 
GeneralRe: IE DocumentComplete Pin
namespaceuser19-Sep-05 17:21
namespaceuser19-Sep-05 17:21 
GeneralRe: IE DocumentComplete Pin
Dave Kreskowiak20-Sep-05 2:07
mveDave Kreskowiak20-Sep-05 2:07 
Questioncombobox item highlight event Pin
johnnyf197719-Sep-05 9:16
johnnyf197719-Sep-05 9:16 
AnswerRe: combobox item highlight event Pin
Dave Kreskowiak19-Sep-05 12:48
mveDave Kreskowiak19-Sep-05 12:48 
GeneralRe: combobox item highlight event Pin
johnnyf197719-Sep-05 13:03
johnnyf197719-Sep-05 13:03 
Questioncopy region of picture box... Pin
schweet_nectur19-Sep-05 9:01
schweet_nectur19-Sep-05 9:01 
AnswerRe: copy region of picture box... Pin
Christian Graus19-Sep-05 11:44
protectorChristian Graus19-Sep-05 11:44 
GeneralRe: copy region of picture box... Pin
schweet_nectur21-Sep-05 12:23
schweet_nectur21-Sep-05 12:23 
QuestionWhats wrong with this....... Pin
daviiie19-Sep-05 8:39
daviiie19-Sep-05 8:39 
AnswerRe: Whats wrong with this....... Pin
KaptinKrunch19-Sep-05 8:42
KaptinKrunch19-Sep-05 8:42 
AnswerRe: Whats wrong with this....... Pin
Dave Kreskowiak19-Sep-05 9:17
mveDave Kreskowiak19-Sep-05 9:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.