PureBytes Links
Trading Reference Links
|
In a message dated 00-07-21 08:26:35 EDT, you write:
<< I was wondering if there is a straightforward way to throw a message box
on a screen from Easy Language. For example, say you use market
specific information in an indicator, and the indicator is placed upon
an unrecognized market. I would like to be able to throw a message box
up for the user stating that the current market is unrecognized. Does
anyone know how to do this? >>
I don't know how to do this directly from Easylanguage.
However, what I do is call a DLL written in PowerBasic. The DLL is
coded to give the messagebox.
If you can write code in Easylanguage, you can easily do the DLL.
Jim
|