chpicker
Programmer
- Apr 10, 2001
- 1,316
I'm still thoroughly confused when it comes to trying to program for Windows. Not that I've been putting all that much effort into it...
Could someone tell me how to create a program that will:
1) Instantiate an ActiveX object (*.ocx file)
2) Read a numeric property from the object (type int)
3) Display that number on the screen
This is something that is very easy to do in Visual FoxPro using the CreateObject() function. I don't have the faintest clue how to do this in VC++.
Thanks,
Ian
Could someone tell me how to create a program that will:
1) Instantiate an ActiveX object (*.ocx file)
2) Read a numeric property from the object (type int)
3) Display that number on the screen
This is something that is very easy to do in Visual FoxPro using the CreateObject() function. I don't have the faintest clue how to do this in VC++.
Thanks,
Ian