Announcement

Collapse
No announcement yet.

Need a method to pass on alert to VB (or windows title)

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

  • Need a method to pass on alert to VB (or windows title)

    I have written a VB application which can recognize windows titles and process a trade based on the text in the window.

    Is there a way to make an alert pop up with certain text in the title ?.

    Alternatively is there a way that VB can recognize an alert. Any assistance greatly appreciated.

  • #2
    Unless anyone has any other ideas I suppose I can easily write the data to a file and read it from there.

    Comment


    • #3
      Have you tried the EFS Alert Window?

      Alert.addToList( sSymbol, sDescription, nFG, nBG )

      (nFG, nBG are colors).

      Comment

      Working...
      X