Jayanthsunkari
6 years agoOccasional Contributor
How to parameterize image for click action
Hello ,
I have bunch of image for a mobile applciation , and i need to perfrom click action on every image. I want to pass a fresh image with image name on click method and the method should be...
- 6 years ago
Hi,
> ImageRepository.BING_Set.Password.Touch
Do you mean something like this:
Dim strImageName : strImageName = "Password"
Set obj = Eval("ImageRepository.BING_Set." & strImageName)
Call obj.Touch()