|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB in a websiteI was wondering if there was anyway to run a VB Form with a Multipage on a
website. And if so how do you do that. "Dale" <D***@discussions.microsoft.com> wrote Not quite. Even if you could call one up, a VB Form would require that the > I was wondering if there was anyway to run a VB Form with a Multipage on a > website. And if so how do you do that. VB runtimes be installed. Something you just can't count on over the web. ActiveX controls were supposed to help you do that sort of work. But with the mess that's been made trying to deal with security, you may want to look elsewhere, anyway.... (That is just my own opinion, and you may find opinions vary....) LFS Adding to Larry;
The only way you could possibly is to convert the project to an ActiveX Document. I would highly recommend staying away from this for any type of public website as the browser must be IE for it to work. ActiveX Documents is one of those things that never really caught on and only had three allowed containers; IE, VB IDE, and MS Binder. So, unless this was going to be in a very controlled environment your best to re-write in ASP / ASP.NET. -- Show quoteHide quoteChris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp -- Read. Decide. Sign the petition to Microsoft. http://classicvb.org/petition/ "Dale" <D***@discussions.microsoft.com> wrote in message news:98826BFA-22A9-49DE-A58B-72AD0C5971F8@microsoft.com... > I was wondering if there was anyway to run a VB Form with a Multipage on a > website. And if so how do you do that. Veign wrote:
> So, unless this was going to be in a very controlled environment your best Agreed.> to re-write in ASP / ASP.NET. > Thanks really appreciate it.
Dale Show quoteHide quote "Joel Whitehouse" wrote: > Veign wrote: > > > So, unless this was going to be in a very controlled environment your best > > to re-write in ASP / ASP.NET. > > > > Agreed. >
Code to INVERT image in VB6
How to find 3rd tuesday of the month simple but not clicking now Stopping windows from shutting down setting exit code of VB app reading a XML file to vb variables DCOM or ? Tabulating document proerties from a folder in Access Sorting a 2d array by more than 1 column Outlook clipboard object |
|||||||||||||||||||||||