Can Visual Basic programs be imported into Dreamweaver?
natalina asked:
I created a program in Visual Basic 6.0 and was wondering if it would be in any way possible to load this program into a Dreamweaver MX 2004 document?
Related posts:
- Microsoft Visual Basic programs onto an LG rumor? $_The_Man_456_$ asked: my buddy put programs he made using visual...
- Visual Basic Programming Help? Bipul M asked: Does anyone know the code to save...
- how would you call data from documents in visual basic? someone… asked: i am trying to call information from a...
- How do I write this substring code in Visual Basic? Robert Nesta M asked: I am writing a Visual Basic...
- Can i write BASIC or VISUAL BASIC programs on the internet? buckbucknumber2000 asked: I’d like to be able to write a...
Filed Under Programming & Design |
Tagged With Dreamweaver Mx 2004, Visual Basic 6, Visual Basic Programs
Comments
2 Responses to “Can Visual Basic programs be imported into Dreamweaver?”
no, but you can re-make the program through VBScript. it’s similar to Visual Basic but makes it a little more friendly to HTML
No. Only web based code (code created that can be executed only on a web server) can be imported, say asp using vbscript or asp.net pages using vb.net, php, cold fusion, etc.
Visual Basic your talking about runs in the operating system and not on a web server.
Hope this helps.