KB-13317: Changing the picture on a button at runtime.
Question: At runtime, how can I change the picture loaded in a button’s Picture property? Solution: To do so, use LoadPicture method. Example: Screen.Item(“CommandButton3”).Picture = LoadPicture (“D:\TEMPPuc1.bmp”)