Coxie

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Coxie

  • Rank
    Hi, I am New!

Profile Information

  • Country Australia
  1. Thanks for the reply, I did think about this approach, but it wouldn't be practical for this application. I could potentially have 20-30 images depending on the application, and different for each option.
  2. Hi, I am trying to change an image on a screen at runtime based on a user selection. With Me.FindElement(strObject) .Image = button .Width = 50 .Height = 50 .Top = 82 End With This does not work, and i can see that .Image is not an option for image, yet it shows on the property panel. StrObject is the image object that needs to be changed The variable button is a string that is the image title. Is there any way to do this? Any help would be appreciated.   Thanks Coxie