<font size=2 face="sans-serif">Does anyone have an example of interfacing MS Access to VEE?</font>
<font size=2 face="sans-serif">Thanks in advance</font>
<font size=2 face="sans-serif">...Rob</font>---You are currently subscribed to vrf as: rsb@soco.agilent.comTo subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to"owner-vrf@it.lists.it.agilent.com".Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Great idea!!! Thankz
After reading your mail, I thought of two things I might try to do:
Autorun menu: what if you could make a nice menu for your CD (like those of Agilent) so that you could just click and show your demos? This way you will not need to go to Start-->Run--> "E:VEE etcetc". You would have a page explaining the demos and links to execute them. I did a google search for create+autorun+cd and found some interesting stuff. (http://www.google.com/search?hl=en&lr=& ... tnG=Search)
ActiveX or .NET: One little disadvantage of running of a CD (I think) is if the program needs some ActiveX or other of that fancy stuff. Or maybe there will be a way to "automatically" register the ActiveX temporarily and unregister after the demo. I guess if .NET is used, it could already be on the target PC, or otherwise it could be installed and convincing the client you are doing him a favor updating his system with the latest .NET).
Linux distributions are hard trying to get people to know them by using LiveCD's, and they are succeeding. So Agilent could consider a VEE-LiveCD (including the VEE-TV Episodes) for marketing. (I am the first on the list for receiving one
Just some thoughts,
Nelson
P.Weber-pcmess wrote:
Hi all,
Â
I had often had the challenge to show a customer *how his programm might show*. It was always a kind of *struggle* to explain, that Runtime has to be installed and will be removed by WINDOWS. Actually, WINDOWS does not remove all traces of VEE-Runtime! (I always kept this a secret)
I checked, what I can do and here's the result:
Copy "VEE Pro Runtime ..." -folder from your hard-disc: C:...*agilent". * means in German : Programme, might be Program Files; sorry, I don't have English Windows.
I found it to be convenient to have another folder on the CD: ..vxes, where I put all my vxe-files to be showed.
How to run that CD?:
Check START and "ausführen", which might be "run". Select your CD-Drive and select VEERUN.EXE. This will show you something like that:
"E:VEE Pro RunTime 7.0veerun.exe". (if E: was the name of your CD-Drive).
KEEP THE "" ! and add the name of the vxe you want to open.
Example: >"E:VEE Pro RunTime 7.0veerun.exe" ..vxesexample.vxe < leads to open that example.vxe from CD. Â
Â
I was very happy, when I found that solution. Maybe you all already know. This is not a question, it is an answer to my questions. I wanted to contribute it to the VRFers.
(no thanks required!)Â
Â
cheers
Â
Peter Weber
mailbox:///E%7C/Nelson/Mozilla/TBNM/Mail/mail.seebeck.com-4.ve/Sent?number=36464129&part=1.1.2
HYPERLINK "http://www.pcmess.com"www.pcmess.com
Birkenweg 8, D-87677 Stoettwang
Tel: +49(0)8345-482
Wir überprüfen unsere Mails in beiden Richtungen mit Symantec System Works 2006
We check our in- and outgoing mails using Symantec System Works 2006
---
You are currently subscribed to vrf as: HYPERLINK "mailto:nmambre@seebeck.com.ve"nmambre@seebeck.com.ve
To subscribe please send an email to: HYPERLINK "mailto:vrf-request@lists.it.agilent.com""vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to HYPERLINK "mailto:leave-vrf@it.lists.it.agilent.com""leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email HYPERLINK "mailto:vrf@agilent.com""vrf@agilent.com".
If you need help with the mailing list send a message to
HYPERLINK "mailto:owner-vrf@it.lists.it.agilent.com""owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "HYPERLINK "http://www.oswegosw.com/vrf_archive/"www.oswegosw.com/vrf_archive/".
 _____ Â
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> easy, but how can i create a event
> handler???
Well I could be wrong too, but I don't think this is something you can do
with VEE. From the documentation:
---
The event model in the .NET Framework is based on having an event delegate
that connects an event with its handler. To raise an event, two elements are
needed:
A class that holds the event data.
This class must derive from the base class EventArgs.
A delegate that points to a method that provides the response to the event.
---
"This class must derive from the base class EventArgs". That's not something
you can do with VEE. Obviously VEE does it on your behalf to handle simple
.NET events and pass control to your VEE handler, but the process is out of
your control.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
I seem to recall seeing a blurb from Nicole mentioning that a patch
was prepared so that the current release of VEE would support one or
the other. But naturally since my currently running VEE 7.52 system is
now at 1.1x I decided not to apply it. Especially since I did have the
2.x series of DotNet on that system because I was trying to get to
work a beta release of VS2005, and it refused to cooperate.
We'd need to track down an actual message that asserts one way or the
other regarding that blurb from the archives, both official and
unofficial on this theme.
--
Gregg C Levine hansolofalcon@worldnet.att.net
---
"Remember the Force will be with you. Always." Obi-Wan Kenobi
-----Original Message-----
From: Baranski, Detlef [mailto:Detlef.Baranski@pilkington.de]
Sent: Wednesday, March 15, 2006 5:32 AM
To: VRF
Subject: AW: [vrf] Problem with ItemMenuStrip
For me it seems to be a problem of your .net 2.0 Version.
Vee only supports V1.1 which is supplied with Vee 7.x
In .net 1.1 I can not find your function, and I think this is exactly
what the VEE error tells you.
I DO NOT know if it is possible to tell VEE 7.x to use .net2.0 , but
perhaps the next VEE version will do it.
But perhaps I am wrong with all, so no 100 % guarantee
---
You are currently subscribed to vrf as: hansolofalcon@worldnet.att.net
To subscribe please send an email to:
"vrf-request@lists.it.agilent.com" with the word subscribe in the
message body.
To unsubscribe send a blank email to
"leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at
"www.oswegosw.com/vrf_archive/".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, March 15, 200610:04 AM
<b><span style='font-weight:bold'>To:</span></b> VRF
<b><span style='font-weight:bold'>Subject:</span></b> RE: [vrf] Celebrate VEEPro's 15th Birthday with a 15% Discount; New White Papers</span></font><o:p></o:p></p></div><p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:12.0pt'><o:p> </o:p></span></font></p><p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>Uh oh, the links for the white papersaren’t working. I’ll send out another notification once they areworking properly. Sorry for the confusion.<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p><p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>Regards,<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>Nicole<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p><div><div class=MsoNormal align=center style='text-align:center'><font size=3face="Times New Roman"><span style='font-size:12.0pt'><hr size=2 width="100%" align=center tabindex=-1></span></font></div><p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>DIERKSHEIDE,NICOLE (A-USA,ex1) [mailto:nicole_dierksheide@agilent.com]
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, March 15, 20069:30 AM
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">PDL-LISTS,VRF</st1:PersonName>(A-Lists,unix1)
<b><span style='font-weight:bold'>Subject:</span></b> [vrf] Celebrate VEE Pro's15th Birthday with a 15% Discount; New White Papers</span></font><o:p></o:p></p></div><p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:12.0pt'><o:p> </o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Hello VRF,<o:p></o:p></span></font></p><p style='margin-right:15.0pt'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>May 9, 2006 is VEE Pro's 15th birthday!!! Tocelebrate, we're offering a 15% discount for VEE Pro 7.5 licenses and upgrades.If you have been waiting to upgrade or buy a license now is the time.Don’t miss out on the chance to save some money while purchasing the mostrecent version of your favorite visual engineering environment.<o:p></o:p></span></font></p><p style='margin-right:15.0pt'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>To receive these savings you must place your orderfor VEE Pro by June 15, 2006.<o:p></o:p></span></font></p><p style='margin-right:15.0pt'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>For more information, including a list of productseligible for the discount, visit <ahref="http://www.agilent.com/find/veepromo0306">www.agilent.com/find/veepromo0306</a>.<o:p></o:p></span></font></p><p style='margin-right:15.0pt'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Also, we just released four new VEE White Papers. Youcan follow the links below to access the papers or go to <ahref="http://www.agilent.com/find/vee"><font color=black><spanstyle='color:windowtext'>www.agilent.com/find/vee</span></font></a> and look inthe Library.<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><ahref="http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794248&LANGUAGE_CODE=eng&COUNTRY_CODE=US"><b><fontcolor=black><span style='color:windowtext;font-weight:bold'>Accessing aPostgreSQL database from VEE</span></font></b></a> Shows how to exchange databetween (freely available) PostgreSQL database tools and VEE.<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><ahref="http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794241&LANGUAGE_CODE=eng&COUNTRY_CODE=US"><b><fontcolor=black><span style='color:windowtext;font-weight:bold'>Accessing Excelfrom VEE</span></font></b></a> Shows how to use VEE’s built-in functionsto read data from and write data to Excel as well as control Excel settings.<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><ahref="http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794245&LANGUAGE_CODE=eng&COUNTRY_CODE=US"><b><fontcolor=black><span style='color:windowtext;font-weight:bold'>Enhancing VEEPrograms with dotNet</span></font></b></a> Shows how to add rich functionalityto your VEE programs by using .Net user interface controls.<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><ahref="http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794251&LANGUAGE_CODE=eng&COUNTRY_CODE=US"><b><fontcolor=black><span style='color:windowtext;font-weight:bold'>Implementing aSupportable VEE Architecture</span></font></b></a> Explains an approach tobuilding VEE programs that can be easily supported and expanded.<o:p></o:p></span></font></p><p style='margin-right:15.0pt'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Regards,
Nicole<o:p></o:p></span></font></p><p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:12.0pt'><o:p> </o:p></span></font></p><p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>
---
You are currently subscribed to vrf as: nicole_dierksheide@agilent.com
To subscribe please send an email to:"vrf-request@lists.it.agilent.com" with the word subscribe in themessage body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at"www.oswegosw.com/vrf_archive/". <o:p></o:p></span></font></p></div><BR>---<BR>You are currently subscribed to vrf as: rsb@soco.agilent.com<BR>To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.<BR>To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".<BR>To send messages to this mailing list, email "vrf@agilent.com". <BR>If you need help with the mailing list send a message to<BR>"owner-vrf@it.lists.it.agilent.com".<BR>Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".</BODY></html>
> easy, but how can i create a event
> handler???
Well I could be wrong too, but I don't think this is something you can do with VEE. From the documentation:
---
The event model in the .NET Framework is based on having an event delegate that connects an event with its handler. To raise an event, two elements are
needed:
A class that holds the event data.
This class must derive from the base class EventArgs.
A delegate that points to a method that provides the response to the event.
---
"This class must derive from the base class EventArgs". That's not something you can do with VEE. Obviously VEE does it on your behalf to handle simple .NET events and pass control to your VEE handler, but the process is out of your control.
-SHAWN-
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
I seem to recall seeing a blurb from Nicole mentioning that a patch was prepared so that the current release of VEE would support one or the other. But naturally since my currently running VEE 7.52 system is now at 1.1x I decided not to apply it. Especially since I did have the 2.x series of DotNet on that system because I was trying to get to work a beta release of VS2005, and it refused to cooperate.
We'd need to track down an actual message that asserts one way or the other regarding that blurb from the archives, both official and unofficial on this theme.
--
Gregg C Levine hansolofalcon@worldnet.att.net
---
"Remember the Force will be with you. Always." Obi-Wan Kenobi -----Original Message-----
From: Baranski, Detlef [mailto:Detlef.Baranski@pilkington.de]
Sent: Wednesday, March 15, 2006 5:32 AM
To: VRF
Subject: AW: [vrf] Problem with ItemMenuStrip
For me it seems to be a problem of your .net 2.0 Version.
Vee only supports V1.1 which is supplied with Vee 7.x
Â
In .net 1.1 I can not find your function, and I think this is exactly what the VEE error tells you.
I DO NOT know if it is possible to tell VEE 7.x to use .net2.0 , but perhaps the next VEE version will do it.
Â
But perhaps I am wrong with all, so no 100 % guarantee
Â
---
You are currently subscribed to vrf as: hansolofalcon@worldnet.att.net
To subscribe please send an email to:
"vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to
"leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at
"www.oswegosw.com/vrf_archive/".
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
I seem to recall seeing a blurb from Nicole mentioning that a patch was prepared so that the current release of VEE would support one or the other. But naturally since my currently running VEE 7.52 system is now at 1.1x I decided not to apply it. Especially since I did have the 2.x series of DotNet on that system because I was trying to get to work a beta release of VS2005, and it refused to cooperate.
We'd need to track down an actual message that asserts one way or the other regarding that blurb from the archives, both official and unofficial on this theme.
--
Gregg C Levine hansolofalcon@worldnet.att.net
---
"Remember the Force will be with you. Always." Obi-Wan Kenobi -----Original Message-----
From: Baranski, Detlef [mailto:Detlef.Baranski@pilkington.de]
Sent: Wednesday, March 15, 2006 5:32 AM
To: VRF
Subject: AW: [vrf] Problem with ItemMenuStrip
For me it seems to be a problem of your .net 2.0 Version.
Vee only supports V1.1 which is supplied with Vee 7.x
Â
In .net 1.1 I can not find your function, and I think this is exactly what the VEE error tells you.
I DO NOT know if it is possible to tell VEE 7.x to use .net2.0 , but perhaps the next VEE version will do it.
Â
But perhaps I am wrong with all, so no 100 % guarantee
Â
---
You are currently subscribed to vrf as: hansolofalcon@worldnet.att.net
To subscribe please send an email to:
"vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to
"leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at
"www.oswegosw.com/vrf_archive/".
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Â
To view the white papers go to HYPERLINK "http://www.agilent.com/find/vee"www.agilent.com/find/vee and look in the Library section.
Â
Regards,
Nicole
Â
 _____ Â
From: DIERKSHEIDE,NICOLE (A-USA,ex1) [mailto:nicole_dierksheide@agilent.com]
Sent: Wednesday, March 15, 2006 10:04 AM
To: VRF
Subject: RE: [vrf] Celebrate VEE Pro's 15th Birthday with a 15% Discount; New White Papers
Â
Uh oh, the links for the white papers aren’t working. I’ll send out another notification once they are working properly. Sorry for the confusion.
Â
Regards,
Nicole
Â
 _____ Â
From: DIERKSHEIDE,NICOLE (A-USA,ex1) [mailto:nicole_dierksheide@agilent.com]
Sent: Wednesday, March 15, 2006 9:30 AM
To: PDL-LISTS,VRF (A-Lists,unix1)
Subject: [vrf] Celebrate VEE Pro's 15th Birthday with a 15% Discount; New White Papers
Â
Hello VRF,
May 9, 2006 is VEE Pro's 15th birthday!!! To celebrate, we're offering a 15% discount for VEE Pro 7.5 licenses and upgrades. If you have been waiting to upgrade or buy a license now is the time. Don’t miss out on the chance to save some money while purchasing the most recent version of your favorite visual engineering environment.
To receive these savings you must place your order for VEE Pro by June 15, 2006.
For more information, including a list of products eligible for the discount, visit HYPERLINK "http://www.agilent.com/find/veepromo0306"www.agilent.com/find/veepromo0306.
Also, we just released four new VEE White Papers. You can follow the links below to access the papers or go to HYPERLINK "http://www.agilent.com/find/vee"www.agilent.com/find/vee and look in the Library.
HYPERLINK "http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794248&LANGUAGE_CODE=eng&COUNTRY_CODE=US"Accessing a PostgreSQL database from VEE Shows how to exchange data between (freely available) PostgreSQL database tools and VEE.
HYPERLINK "http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794241&LANGUAGE_CODE=eng&COUNTRY_CODE=US"Accessing Excel from VEE Shows how to use VEE’s built-in functions to read data from and write data to Excel as well as control Excel settings.
HYPERLINK "http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794245&LANGUAGE_CODE=eng&COUNTRY_CODE=US"Enhancing VEE Programs with dotNet Shows how to add rich functionality to your VEE programs by using .Net user interface controls.
HYPERLINK "http://www.home.agilent.com/cgi-bin/pub/agilent/reuse/cp_ReferenceRedirector.jsp?CONTENT_NAME=AGILENT_EDITORIAL&CONTENT_KEY=794251&LANGUAGE_CODE=eng&COUNTRY_CODE=US"Implementing a Supportable VEE Architecture Explains an approach to building VEE programs that can be easily supported and expanded.
Regards,
Nicole
Â
---
You are currently subscribed to vrf as: nicole_dierksheide@agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Well you could have fooled me. I still can't see how to create an event handler. As far as I can see you're still stuck declaring a variable and creating an event handler for that variable. Is that correct or did you find a way to create a real delegate dynamically and hook it up to a VEE function?
-SHAWN-