the program and the post is geared for beginners... not for advanced
P.D: I will create a video tutorial for beginners on Saturday
P.D: I will create a video tutorial for beginners on Saturday
In my code I use combobox, and chekbox to enter in the game map... is a bit more completeQuote:
It´s clean app. It have about 5 lines of code.
This is the full source of this application I think. I don´t had it opened, so maybe he have here something more, etc. combobox with servers (= No more lines to code).Code:public class f1 private sub b1_click(byval sender as object, byval e as eventargs) process.start("http://" & tb1.text & ".darkorbit.bigpoint.com/indexInternal.es?action=internalStart&dosid=" & tb2.text) end sub end cass