Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook in background

Status
Not open for further replies.

Gianricus

Programmer
Apr 2, 2003
62
IT
Hi, yesterday i have post one question with title : Outlook in background".
This morning i recived one notifyme, but if i click the link, my thread.
Yesterday i have ask what can i know the relative number of this code-row:

Set objOLPop = objOLCB.Controls("Tools")
Thanks
 
I answered your original question but when I looked just now that thread has vanished! I can't believe somebody red flagged it.

Anyway, there is no relative number except in a resource file in my project. If you're only targetting Italian versions of Outlook, I would just declare constants for literal strings and use the constants throughout the code. Then the strings only have to be maintained in one place.

Paul Bent
Northwind IT Systems
 
I had also suggested that, if you are nervous about hard coding constant values for these strings, you could store them in an ini file or:

a) Store the strings in a database table
b) Supply strings on command line and use Command function to retrieve.

Any of these methods would allow you to change the strings without building and shipping a new EXE in the event that you had to support an additional language or a new version of Outlook that might use different terminology.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top