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?
 

Darren

Moderator
Staff member
Your question doesn't really make sense. Random number for what purpose? Calculating what?
 

Cromewell

Administrator
Staff member
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.
 
Top