Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OBJECT Object ???

Status
Not open for further replies.

allyeric

Programmer
Mar 14, 2000
104
CA
I have an application in VB6, and want to put it into the web page.&nbsp;&nbsp;I am pretty sure I have to use the Object tag, but not quite sure how to do that.&nbsp;&nbsp;Can someone please set me on the right track?&nbsp;&nbsp;And, perhaps, suggest a site where I might learn more about this?<br><br>Thanks in advance<br><br>
 
I am uncertain as to how to use the &lt;OBJECT&gt; tag, but on server-side applications, I would just do<br>set somevariable = CreateObject(ControlName.Type)<br><br>look up in MSDN for &lt;OBJECT&gt; also look up in MSDN for CreateObject, if you dont have MSDN libraries(which you should if you own VB6) goto msdn.microsoft.com and click on libraries. <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML, ASP(somewhat), QBasic(least i didnt start with COBOL)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top