VBA (Visual Basic for Applications) Question:
What is pointers function?
Answer:
Visual basic applications have very rich and flexible applications but there is one limitation when using pointer function. Windows API has limited support for function pointers because it has the ability to use but not the functional support to call back the function. But later versions have support for modules. Function pointers have inbuilt support (DLL`s) for call but not for call back.
Previous Question | Next Question |
Explain Which controls have refresh method, clear method? | What is line option explicit? |