Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[VFP] What is the AntView equivalent to OleClass = "Shell.Explorer.2" .?
#1
In VFP, I have some forms that are generated via code... they have statements like this:


Code:
Define Class MyForm As Form
  ...
Add Object oleIE As OleControl With ;
TOP = 48, Left = 12, Height = 500, Width = 600, ;
NAME = "oleIE", OleClass = "Shell.Explorer.2"


If I substitute "Shell.Explorer.2" with "AntViewAx.Antview", I get "OLE error code 0x80020006: Unknown name."

What is the OLEClass equivalent with AntView for statements like this?

Thanks!
Reply


Messages In This Thread
[VFP] What is the AntView equivalent to OleClass = "Shell.Explorer.2" .? - by prshope - 2024-03-02, 16:58:17

Forum Jump:


Users browsing this thread: 1 Guest(s)