PDA

View Full Version : LogLevel Alert and URLS


MicroTrends
08-31-2010, 12:24 PM
Hi

If I want to notify the user that an update is ready for the MicroTrends NinjaTrader Indicators installed on their NinjaTrader 7.0. which they can download from the following url

http://www.micro-trends.co.uk/downloads


I am using the following method - (but dynamic):

Log("MicroTrends Product Update Available\r\n MicroTrends NinjaTrader Framework 7 version 7.0.0.15.\r\nDownload from http://www.micro-trends.co.uk/downloads ", LogLevel.Alert);

What i want is the URL to appear in a clickable link - within the message box - so the user can simnply click the link to download the binaries.

How can i do that? what is the HTML code/script to achieve that?

NinjaTrader_RyanM
08-31-2010, 01:10 PM
Hello Microtrends,

This is unfortunately outside of our scope of support. Here is a google search that may help you or you may get input from other community members.

Google Search (http://www.google.com/search?q=http+link+messagebox+c%23&rls=com.microsoft:en-us&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1)

MicroTrends
08-31-2010, 01:19 PM
HI

Ok nothing proprietary, thats easy enough then

many thanks

Tom