Programming in VB, but for a website?

Is there a way to create a simple calculation app that uses random number function in VB, but as a webpage so anyone anywhere can use it?
 
Your question doesn't really make sense. Random number for what purpose? Calculating what?
 
There are plenty of options, the most straight forward is likely to convert your code to javascript.

Otherwise, if you are really set on VB, you would need to do the whole dotnet thing but VB.net is pretty much dead and been replaced with C#.
 
There are plenty of options, the most straight forward is likely to convert your code to javascript.

Otherwise, if you are really set on VB, you would need to do the whole dotnet thing but VB.net is pretty much dead and been replaced with C#.
I have no experience with C++. A bit too advanced for me.
 
Back
Top