Re: How should i implement a delegate in VB6?
- From: Bob O`Bob <filterbob@xxxxxxxxxxxxxxx>
- Date: Sun, 17 Dec 2006 16:28:07 -0800
Joris van Lier wrote:
I need to implement delegates in VB6, having some experience in C# and read about AddressOf in VB6 but am not sure how to call the procedure at the address.
The application should evaluate the state of certain variables and call a corresponding method, the operators of the expression being evaluated and the resulting method to be called should be configurable without touching the code. Have read about CallByName, but need a solution that's as fast as possible because app will be talking to a PLC
It would probably be best to explain what it is that you actually need
without expecting knowledge of other languages' terminology.
And maybe some specifics about what you have tried and why it was
found inadequate.
Bob
--
.
- Follow-Ups:
- Re: How should i implement a delegate in VB6?
- From: Tony Proctor
- Re: How should i implement a delegate in VB6?
- References:
- How should i implement a delegate in VB6?
- From: Joris van Lier
- How should i implement a delegate in VB6?
- Prev by Date: How should i implement a delegate in VB6?
- Next by Date: Re: How should i implement a delegate in VB6?
- Previous by thread: How should i implement a delegate in VB6?
- Next by thread: Re: How should i implement a delegate in VB6?
- Index(es):
Relevant Pages
|
Loading