[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Thread Index]
[Monthly Archives] [List Home]

RE: [Virtools] ActiveX and VB



Patrick,

Here are the available members I see of the two Virtools classes in VBA6
under Excel 2000.

There are lots of items not mentioned in the existing docs [though some of
these items are VB/Excel specific and not Virtools]. I hope an updated help
file on these items will be issued soon. Tech Support?

Looking at the SDK help file, I wonder if some of the parameters under
"CKRenderManager::CreateRenderContext" are not being defined by the activex
control when simply embedding it into Excel. Thus the "Create RenderContext
failed" error. Could this be what the RenderOptions property is for? What
would be the syntax for entering the parameters? 

Rob

-----Original Message-----
From: Lloyd, Rob 
Sent: Thursday, November 29, 2001 11:13 AM
To: Virtools User Group
Subject: RE: [Virtools] ActiveX and VB


Patrick,

Thanks. But I am not compiling anything - I just want to embed the activex
control into a spreadsheet to run a cmo/vmo. This used to work.

Here is the properties window for the control as seen in Excel.

There is no SetSrc function, only a Src function [which I am using].

I wonder if the RenderOptions is of use, but nothing I put in there seems to
help.

Any thoughts?

Rob

-----Original Message-----
From: Patrick Hogenboom [mailto:p.hogenboom@mcw.nl]
Sent: Thursday, November 29, 2001 3:09 PM
To: Virtools User Group
Subject: Re: [Virtools] ActiveX and VB


Hi, I've been busy working on a project using Visual C++
The "Create RenderContext failed." error is familiar, I see it in the
activex control when I'm in the resource editor.
However it doesn't hinder the application from functioning properly when
compiled.

As for loading the cmo file :
I bet you're using the Load() function..... wrong, you should use SetSrc ()
I have no idea what the Load () function is for.

objbwsr_WP.gif

objbwsr_IVV.gif