[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Tradestation 4.0 DLL



PureBytes Links

Trading Reference Links

I do mostly UNIX programming but the window handle (hex number) is assigned
to the window's properties when the window gets instantiated (created). 

You will not be able to get at this handle unless Omega has provided an
access method for their window class or an API function call that you can
query for this value. I don't see this in their published TS_KIT function
listing. However, some else may know of an "undocumented" way on this list.

-- Roy

	-----Original Message-----
	From:	Val Clancy [SMTP:valclancy@xxxxxxxxxxxxx]
	Sent:	Monday, January 11, 1999 10:46 AM
	To:	Johanson, Roy
	Subject:	Re: Tradestation 4.0 DLL

	Roy,
	Do you know much about Win32 API?
	I am trying to get a Window Handle ( hex number )
	from a chart the TS system is running in - a unique number
	for every chart/window  to be used with hashnumbs dll.
	Val.