•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Web Developers' Lounge section within the Web Development category of DaniWeb, a massive community of 456,489 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,710 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Web Developers' Lounge advertiser: Search Engine Optimization
Views: 3691 | Replies: 2 | Solved
![]() |
•
•
Join Date: Jul 2006
Location: Deptford, London
Posts: 971
Reputation:
Rep Power: 5
Solved Threads: 48
Quite alot if you want the windows forms to actually open from a page or link on a user's web browser. You'd have to either; convert the VB standalone application to an ActiveX application, and use that on the webpage, but be warned, clientside ActiveX only works on Microsoft's web browsers and VB only really works under Windows. Still, you could convert the application in that way very simply; since you could reuse pretty much all the code with a few changes at the entry point of the application; and then add it to webpages with a tiny bit of ( MS only ) HTML code.
http://www.geocities.com/SiliconVall...50/ActiveX.htm
[this is for the old VB; but I imagine the same principles apply today.. although doing the necessary things might require different actions to be taken]
Alternatively, you could rewrite the application as a Java applet, Java is more widely supported than VB, and can do much the same form-based things as VB; it'd be a bit of work, but, IMHO it's the best option here. Alternatively, write it again in Javascript; although, it'd be more difficult to rewrite most VB apps in JS than it would to rewrite them in Java, and JS has no 'forms' framework, at least not for the kind of forms you're talking about. Alternatively, allow the user to download your application; and run it on their desktop. There's nothing to stop you making HTTP connections from your app, which would give you the ability to do everything ( and probably more ) than you could do from an app running in any of the sandboxed ( i.e. highly restricted ) environments that all webpage-based applications are stuck in.
If the application isn't meant to be run at the user's end; i.e. it's a server application; then, I have no idea. I've never used a Windows server for anything more than HTML/basic ASP... but I'm sure it's possible to configure and use a VB app as a server program. It's certainly possible to write DLLs that can be used from other MS technologies, so, you could write a DLL in VB and perhaps use it from ASP... The user ( infact no-one ) will see the pretty forms though.
http://www.geocities.com/SiliconVall...50/ActiveX.htm
[this is for the old VB; but I imagine the same principles apply today.. although doing the necessary things might require different actions to be taken]
Alternatively, you could rewrite the application as a Java applet, Java is more widely supported than VB, and can do much the same form-based things as VB; it'd be a bit of work, but, IMHO it's the best option here. Alternatively, write it again in Javascript; although, it'd be more difficult to rewrite most VB apps in JS than it would to rewrite them in Java, and JS has no 'forms' framework, at least not for the kind of forms you're talking about. Alternatively, allow the user to download your application; and run it on their desktop. There's nothing to stop you making HTTP connections from your app, which would give you the ability to do everything ( and probably more ) than you could do from an app running in any of the sandboxed ( i.e. highly restricted ) environments that all webpage-based applications are stuck in.
If the application isn't meant to be run at the user's end; i.e. it's a server application; then, I have no idea. I've never used a Windows server for anything more than HTML/basic ASP... but I'm sure it's possible to configure and use a VB app as a server program. It's certainly possible to write DLLs that can be used from other MS technologies, so, you could write a DLL in VB and perhaps use it from ASP... The user ( infact no-one ) will see the pretty forms though.
Plato forgot the nullahedron..
•
•
Join Date: Mar 2006
Posts: 22
Reputation:
Rep Power: 3
Solved Threads: 0
This Visual Basic 2005 app is basically a wizard that starts out with a background image. Then the user selects a number of images to overlay it producing a final image that is saved for later retrieval, and can be printed or emailed.
The 'other' images are .png files with transparent backgrounds.
Can the vb.net code be installed on the web server and executed from a browser as an internet app or does it have to be rewritten and, if so, in what language?
The 'other' images are .png files with transparent backgrounds.
Can the vb.net code be installed on the web server and executed from a browser as an internet app or does it have to be rewritten and, if so, in what language?
![]() |
•
•
•
•
•
•
•
•
DaniWeb Web Developers' Lounge Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
adult advertising blog browser browsing community data design development domains firefox google html india intel internet java legal linux marketing math merger microsoft mobile applications mozilla msn multimedia news php privacy report research rss search security sex software sun technology tutorials video w3c web web development wiki wikipedia xml yahoo youtube
- Connecting to SQL server DB from VB.NET app (VB.NET)
- Request for the permission of type 'System.Web.AspNetHostingPermission' [...] failed. (ASP.NET)
- how to convert vb.net project into exe file (VB.NET)
- TouchPoint or (Java) and .NET App Integration (Software Developers' Lounge)
- How to code "tab control' in the web form in ASP.NET / VB.NET ? (ASP.NET)
- Why app is looking for "Default.aspx" (ASP.NET)
- ASP.NET <--> XML <--> VB6.0 (ASP.NET)
- Automated VB Web Conversions and New Web App development (Post your Resume)
Other Threads in the Web Developers' Lounge Forum
- Previous Thread: Changing the address
- Next Thread: IIS on XP


Linear Mode