Page 1 of 1

NET/NT programming question

Posted: Tue Mar 27, 2007 9:57 pm
by Annu
Hi,

im still somewhat new to NT, so far i have written some indicators in vb.net, which is pretty straight forward, well documented and there are good samples available.

Now i am trying to write my own orderentry-window, the standard NT orderwindows arent that great for discretionary traders, i cant enter stops and targets fast with them.
So i am trying to create my own, but i am a bit lost there. The OLE-automation interface seems inadequate for this, as far as i understand it. Does this work with the external interface and and activeX? If someone has code-snippets for an application like this (in vb.net or c#.net, doesnt matter), or general hints, it would be much appreciated.

regards,
A.

Posted: Wed May 16, 2007 4:11 am
by Luke
I don't know about OLE but you could just add a form to your project. I made an example a while back on how to do this. You should be able to figure out from the code.