|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
VB exe file to asp
I have an exe file that I have made... the program I want to run on my school computers. The school has disabled the use of exe files right now. Since the coding of the file is in VB code and i still have the source code. I wanted to know if it is possible to transfer the coding over to asp. I know i can move the coding of the form but how would i move the coding of the module so it still works.
|
|
#2
|
||||
|
||||
|
How big is the application?
Just move the coding in the module to a file and include the file into your page(s). |
|
#3
|
|||
|
|||
|
the file isnt that big at all... its actually reletively small but how would i redirect to the module?
When i call the Sub in the form... it uses the code Code:
call go if go is in the module, how would i link this to the sub? would i put Code:
#include Module.asp or something like that at the top? |
|
#4
|
||||
|
||||
|
You would need to rewrite the entire application in ASP.
Or create part of it in ASP and the other part as a VB 6 dll (COM component). |
|
#5
|
|||
|
|||
|
alright I'll try that and get back to you if i get more problems... i hope it works and thanx
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > VB exe file to asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|