WLP main window form
Author: kazuna
Creation Date: 7/9/2009 11:59 AM
profile picture

kazuna

#1
I would like to add current bar time to WLP window title.

This cord works but only when WLP is active.
CODE:
Please log in to see this code.

I tried this but it doesn't compile due to missing object reference.
CODE:
Please log in to see this code.

How can I get access to WLP main window form?
profile picture

Eugene

#2
QUOTE:
This cord works but only when WLP is active.

Right. This is by design. To be precise, once protected override void Execute() is executed somewhere.
profile picture

kazuna

#3
Now the question is how can I change the title regrdless if WLP is active or not.
profile picture

Eugene

#4
What about getting a copy of TitleBarClock Lite? If you don't mind to shell out $4.95 :-)
profile picture

kazuna

#5
Well, I would like to change the title from the script.
profile picture

Eugene

#6
Then how about leaving that script running in Strategy Monitor?
profile picture

kazuna

#7
Never mind. I think I found a solution by accessing the main window handle via process information.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).