Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Active X OCX
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Active X OCX

 Post Reply Post Reply Page  12>
Author
Gullanian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gullanian Quote  Post ReplyReply Direct Link To This Post Topic: Active X OCX
    Posted: 17 July 2004 at 9:31am
Can anyone help me?  I got VSSPell active X component, and it's an OCX primarially designed for Visual Basic, the creators of the OCX tell me it will work on an ASP page but do not have any examples and refuse to help, how do I run the OCX from my ASP page?  I got as far as creating the object with the <object> tag and runat=server with the class ID being ok, but how do I actually do the coding in it?
Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mart Quote  Post ReplyReply Direct Link To This Post Posted: 17 July 2004 at 9:44am
You would need to refer to their documentation to get a list of methods etc.
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 17 July 2004 at 12:07pm

If you have visual studion, use their object browser to check it out.

You have to register it first.

Couple of vspell info links you may/may not have

http://search.componentone.com/search.asp?mode=browse&ar ea=%2FSpell+for+%2ENET%2FKnowledge+Base+Articles
http://search.componentone.com/search.asp?mode=browse&ar ea=%2FSpell+for+%2ENET%2FDocumentation

And someone who had some problems with it - http://weblogs.asp.net/rmclaws/archive/2004/03/30/104134.asp x



Edited by dpyers

Lead me not into temptation... I know the short cut, follow me.
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 17 July 2004 at 7:14pm

Here's an example of embedding an activeX control - Windows media playerr

<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="MediaPlayer1">
 <param name="AudioStream" value="-1">
 <param name="AutoSize" value="-1">
 <param name="AutoStart" value="-1">
 <param name="AnimationAtStart" value="-1">
 <param name="AllowScan" value="-1">
 <param name="AllowChangeDisplaySize" value="-1">
 <param name="AutoRewind" value="0">
 <param name="Balance" value="0">
 <param name="BaseURL" value>
 <param name="BufferingTime" value="5">
 <param name="CaptioningID" value>
 <param name="ClickToPlay" value="-1">
 <param name="CursorType" value="0">
 <param name="CurrentPosition" value="-1">
 <param name="CurrentMarker" value="0">
 <param name="DefaultFrame" value>
 <param name="DisplayBackColor" value="0">
 <param name="DisplayForeColor" value="16777215">
 <param name="DisplayMode" value="0">
 <param name="DisplaySize" value="0">
 <param name="Enabled" value="-1">
 <param name="EnableContextMenu" value="-1">
 <param name="EnablePositionControls" value="-1">
 <param name="EnableFullScreenControls" value="0">
 <param name="EnableTracker" value="-1">
 <param name="Filename" value="XXXXXX">
 <param name="InvokeURLs" value="-1">
 <param name="Language" value="-1">
 <param name="Mute" value="0">
 <param name="PlayCount" value="1">
 <param name="PreviewMode" value="0">
 <param name="Rate" value="1">
 <param name="SAMILang" value>
 <param name="SAMIStyle" value>
 <param name="SAMIFileName" value>
 <param name="SelectionStart" value="-1">
 <param name="SelectionEnd" value="-1">
 <param name="SendOpenStateChangeEvents" value="-1">
 <param name="SendWarningEvents" value="-1">
 <param name="SendErrorEvents" value="-1">
 <param name="SendKeyboardEvents" value="0">
 <param name="SendMouseClickEvents" value="0">
 <param name="SendMouseMoveEvents" value="0">
 <param name="SendPlayStateChangeEvents" value="-1">
 <param name="ShowCaptioning" value="0">
 <param name="ShowControls" value="-1">
 <param name="ShowAudioControls" value="-1">
 <param name="ShowDisplay" value="0">
 <param name="ShowGotoBar" value="0">
 <param name="ShowPositionControls" value="-1">
 <param name="ShowStatusBar" value="0">
 <param name="ShowTracker" value="-1">
 <param name="TransparentAtStart" value="0">
 <param name="VideoBorderWidth" value="0">
 <param name="VideoBorderColor" value="0">
 <param name="VideoBorder3D" value="0">
 <param name="Volume" value="-600">
 <param name="WindowlessVideo" value="0">
</object>

In your situation, you'd want to include the codebase attribute in the object tag which indicates the source of the ActiveX cab file.

For compatibility with older Nestscape browsers, you'd need to follow up the object tags with embed tags to define a plugin. I'd just say the page requires ActiveX and leave it at that.


Lead me not into temptation... I know the short cut, follow me.
Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mart Quote  Post ReplyReply Direct Link To This Post Posted: 18 July 2004 at 4:25am
btw the class id is the GUID of the Active X component
Back to Top
Gullanian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gullanian Quote  Post ReplyReply Direct Link To This Post Posted: 18 July 2004 at 9:54am
The company is pretty useless, I asked if they could tell me how, or have any tutorials or send me any example files on how to run it off an ASP page, but they refused, a guaranteed sale if they would just tell me.
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 18 July 2004 at 10:17am
That last link I posted seems to indicate that a lot of other people share your opinion of them. If you follow the thread there though, some people make recommendations of alternaticves.

Lead me not into temptation... I know the short cut, follow me.
Back to Top
Gullanian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gullanian Quote  Post ReplyReply Direct Link To This Post Posted: 18 July 2004 at 11:48am
Unfortunatly there aren't enough good alternatives out there because it needs to have a thesaurus as well.
Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.