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

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
35
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
140
Hi everyone Is it possible to change a button image in FactoryTalk View SE (v13.00) using VBA?
Replies
0
Views
80
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
594
Hi all. I'm running a VBA code on my FTView which is actually working, but everytime I open the display that calls the VBA code, it throws the...
Replies
28
Views
1,796
Back
Top Bottom