Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi

I have following code in my Visual Basic Project.

 

It contains html page which includes classid of vb6 class and method in VB6 class is called from html

 

Code in HTML:

 

<HTML>

<HEAD>

</HEAD>

<BODY>

<OBJECT id=objView tabIndex=-1 height=0 width=0

classid=clsid:97919B55-C676-468C-8B04-C57DBC931E1D></OBJECT>

 

</BODY>

<SCRIPT language = vbscript>

objView.SetTVRef()

</SCRIPT>

</HTML>

 

But same thing when i try to do with VB.net class it does not work. I just replaces classid value in above html with classid of the .net class. But it does not work :(

 

Thanks in advance.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...