Page 1 of 1

[.net] VB 2008

Posted: 28 Oct 2008, 04:36
by jjanetka
If anyone has a sample VB.net example - even if as easy as simple chat room - I'd love to have an example to work from - or tutorial site. I can implement in Java or Flash but I am new to VBnet and my school requires the project in this language. Perhaps the site operators will be providing some VB or C# examples once the API is fine tuned?

Posted: 29 Oct 2008, 10:57
by ThomasLund
Hi

The current beta has a chat room as implemented in the Unity game engine. This is coded in C#.

While its not the same as an ASP or Visual Basic example, it is still coded in C# and can be mostly cut'n'pasted together to have a lobby system running. The thing you need to translate is mostly the OnGUI parts.

I can create a small Visual C# console program that does super basic stuff like list all rooms in a zone or similar. Will add that to either beta 2 or the final release - depends on how much time I'll have.

(Will finally pick up my repaired MBP today - YAY. They replaced the motherboard and the harddrive)

/Thomas