Jump to content
MakeWebGames

Area for Visual Basic? + Quick ques


Recommended Posts

Posted

Is it possible to get a section for Visual Basic or are we meant to post in the Web Dev area? Also i've just got interested in this and if anyone else knows/codes VB then what kind of stuff is possible with it?

Posted

VB .NET in case not CB

And VB.NET or any .NET can be used to create web applications as well as desktop applications or services or phone apps. Personally I prefer from a long run C# to VB but it's matter of taste. And no we will not create a VB section till there is actually any content for it.

Posted

I had a typo when saying VB..

The thing when using applications on a webpage is that you need a "authentication license" (can't remember real name)...

Then embedding it. It would work locally but not on servers. odd stuff trying to get app's to run threw webpages. I believe thats why flash was invented to simplify the task due to the security risk a real application could cause.

Posted

So you telling me I can create a whole PC game in vb.net C# with no external librarys and it will generate the html/css/js needed to place it on a site? OR, are you saying it has a built in html/css/js editor?

Posted

I'm lost... VB.NET can be used to create a website like you do with PHP => yes. All what's needed is included if you take the visual studio express web developer or something similar (btw the payed versions of visual studio can do all those kind of projects without having to switch between them) or you can do it also via mono develop which is free (don't know about VB.NET on mono develop as I used only C# there).

So no you don't need any external special tools, .NET can do that without a glitch.

Posted
I'm lost... VB.NET can be used to create a website like you do with PHP => yes. All what's needed is included if you take the visual studio express web developer or something similar (btw the payed versions of visual studio can do all those kind of projects without having to switch between them) or you can do it also via mono develop which is free (don't know about VB.NET on mono develop as I used only C# there).

So no you don't need any external special tools, .NET can do that without a glitch.

 

Never knew that. Havn't done much .net though. I'm gonna check out the vs express web developer.

Posted

@a_bertrand, don't you mean "VB.NET can be used to create a website like you do with php WHEN it is used in combination with asxp.net"?

Because, as far as I know, it doesn't matter what language you use for creating those code-behind files. But you still need to use aspx as well to make it one piece of web project.

Posted

True... but still ASPx.NET is not a 3rd party lib for me... or an external lib. PHP also requires mod_php or something inside apache to run as web app ;)

Also, you could skip the aspx and do the web serving yourself... I did it for a project of mine where a GUI acted also as webserver which you could connect for remote control.

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...