![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is it possible to implement a timer event to execute a function after given
interval. |
Ads |
#2
|
|||
|
|||
![]()
Sort of but not really. With form code VBScript you cannot call any Win32
API calls, so using a system timer is out. Most ActiveX controls such as any timers you might have from something like VB6 probably won't work too well in a form and won't fire a timer elapsed event for you. About the best would be to loop and check the system time (Now) and compare the current and start values to derive the interval. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Bilal" wrote in message ... Is it possible to implement a timer event to execute a function after given interval. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Script: Use a timer on custom Form | bbnimda | Outlook - Using Forms | 1 | February 15th 08 02:10 PM |
Custom Outlook Form - Item_Reply event does not fire | dch3 | Outlook - Using Forms | 3 | December 19th 07 01:41 AM |
New Help With Custom Form Event | John Lane | Outlook and VBA | 3 | April 25th 07 07:18 PM |
forward event of Custom form | cynthia | Outlook - Using Forms | 5 | March 9th 07 02:37 PM |
Custom Event Form | Anne | Outlook - Using Forms | 0 | August 25th 06 09:59 PM |