[SOLVED] MarkupLabel createObject |
Post Reply |
Author | |
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
Posted: 04 September 2009 at 2:46am |
Where can I find information about CreateObject with the Markup Control?
In sample code I can see (example) CreateObject("Codejock.MarkupLabel.13.1.0") but where does this information come from? Nothing I can find in the Help system. Using the Object Browser does not show anything like this. |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
JantjeKeizer
Groupie Joined: 12 February 2008 Status: Offline Points: 70 |
Post Options
Thanks(0)
|
CreateObject is a VB6 function. You can find info about it in your VB6 helpfile.
"Codejock.MarkupLabel.13.1.0" is the PROGID |
|
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
|
Thank you for the superquick reply. I understand the CreateObject function, but I am asking where I can find about the PROGID. Looking in the Object Borwser for example I see nothing like Codejock.MarkupLabel. |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
JantjeKeizer
Groupie Joined: 12 February 2008 Status: Offline Points: 70 |
Post Options
Thanks(0)
|
The object browser doesn't show that
You might want to take a look at this small tool clicky It will copy manifest info to your clipboard which contains the CLSID's and PROGID's for all createable classes in a COM file |
|
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
|
Thanks again for reply.
I downloaded and ran the 20080702_043418_Manifest_helper.zip > Run the exe and then select a dll or ocx you want to use. > It will copy all necessary data to the clipboard, which you can paste into the manifest skeleton. > Simply replace the 'file name' block with your own file(s) but when I select ANY dll or ocx (eg CodeJock controls) it just says "xxxx is not a valid file" :-( |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
JantjeKeizer
Groupie Joined: 12 February 2008 Status: Offline Points: 70 |
Post Options
Thanks(0)
|
make sure tlbinf32.dll is registered on your system
|
|
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
|
It wasn't. But it is now. And now your program works!! :-) Thank you. |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |