imagebox and vba?????

raji

Member
Join Date
Jul 2007
Location
casablanca
Posts
4
Hi
Starting with vba of RsView32 I want to load a picture in picturebox or imagebox. This imagebox exist in a display of rsview32.
Have somebody idee how can program her with "invoke" on vba of rsview32?
Thanks
 
Not done it in RSView VBA, but in others the property lies in "image1.Picture", if your imagebox name is "image1". You can hardcord it in the property panel.

or

If you are loading different pictures upon selective event use image1.Picture = C:\My documents\xxx\abc.jpg.

__________
 
hi
I want really to load different pictures upon selective event but the problem is that the imagebox is placed on a display in the project of RsView32. where can i this command " image1.Picture = C:\My documents\xxx\abc.jpg." write?
 

Similar Topics

Hi Guys, Looking for someone well versed in VBA that can either tell me a certain naming convention or point me in the right direction (I'm a...
Replies
0
Views
95
I need to use a TreeView in my FactoryTalk SE project and i found it under "ActiveX Object" > "Microsoft TreeView Control 6.0 (SP4)". Everything...
Replies
0
Views
59
I'm creating an HMI that has a recipe with 288 data point. It has 3 pieces of data for 96 segments. I need help with VBA code to copy all 288...
Replies
0
Views
158
Hi everyone Is it possible to change a button image in FactoryTalk View SE (v13.00) using VBA?
Replies
0
Views
92
Hi all. Currently I'm working on a VBa script for FTView. I would like to understand a bit better about some commands. 1) What are the...
Replies
3
Views
612
Back
Top Bottom