Accessing an OCX in a Dockable DialogBar
kvasilak@cyberoptics.com Thursday, September 19, 1996 Environment: VC++ 4.1, Win95 So, I have this Nice dockable DialogBar with normal edit boxes and buttons on it and everything is wonderful... Except... Now I want to add a graph OCX to the bar, thats OK, I can just drop it on the dialog and it it runs just fine. Except how the heck do you send data to the OCX to graph? I have tried 'Create()', 'GetDialog()', GetDialogItem()' in an attempt to get a handle and nothing seems to work. I've searched the KB MSN, MSDN and a number of books, nothing there. Does anyone have a clue as to how to do this? Keith Vasilakes kvasilak@cyberoptics.com
Imran Quazi -- im@scitek.demon.co.uk Sunday, September 22, 1996 How you send data to the OCX will depend on the methods and properties = of the OCX. I'd suggest reading the documentation for the graph control. = BTW if the graph control you are using is from Bits Per Second i.e. = Graphic Server, then I can send you snippets of code relating to its = use.=20 Regards, Imran ------------------------------------------ Email : Dr. Imran S. Quazi Im@scitek.demon.co.uk ------------------------------------------
| Вернуться в корень Архива |