Announcement

Collapse
No announcement yet.

Advance Chart in my APP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Advance Chart in my APP

    i am using VB2008, and would like to open a advance chart inside my App...... or when i open my app, i would like a chart that is running outside eSignal workspace to open....

    any ideas

  • #2
    You can invoke an eSignal Advanced Chart window from your application by calling the following method:

    Call esignal.CreateNewWindow(wtfQUOTEWINDOW, 0, 0, 700, 500, True, "IBM")

    700,500 is the dimension of the window. True means that the opened window will reside outside of the eSignal application. False means otherwise. IBM is the symbol being watched in that window.

    Comment

    Working...
    X