KB-35069: Loading figures into Treeview.
Question: How can I load figures into the MSCOMCTL Library’s Treeview control? Solution: To do so, you must first insert onto screen the MSCOMCTL Library’s ImageList object to store the…
Question: How can I load figures into the MSCOMCTL Library’s Treeview control? Solution: To do so, you must first insert onto screen the MSCOMCTL Library’s ImageList object to store the…
Environment variables are operational system’s variables that contain information about the system, such as specific directories, the logged user’s name, and the current date. You can use these variables in…
Question: Can I set up the position (X and Y coordinates) of a MessageBox on Elipse E3‘s screen? Solution: Yes. From Elipse E3’s version 5.1 on, you can access MsgBoxEx…
Question: How can I configure a file name to be a date/time interval, defined in Setpoints? If I try to use the example below, a script error is returned: Report.Export…
Question: How can I get the IP address of the computer via scripts? Solution: To do so, you can write a script similar to the one in the following example:…
Question:How can I configure a counter tag to add +1 to an internal tag, via scripts, every time it hits the Preset? Solution: To do so, create a script in…
Question: How can I set up a modal screen to be closed every time the user clicks a button? Solution: To do so, you must execute the Close(Code) method of…
Autor
Mateus Machado
Question: How can I tell which values are loaded in a ComboBox? Solution: To do so, you must use ComboBox’s ListCount property to find out the number of items, and…
Question: Can I synchronize clocks between computers just by using E3? Solution: Yes. In the example below, two computers running E3Server are synchronized. The first one is called SERVER1, and…