xtheonex
New member
- Joined
- Nov 19, 2008
- Messages
- 1
- Programming Experience
- Beginner
Ok, so im new to VB and i cant make sense of any tutorials or sample code.
Im a PHP programmer normally, so i understand the basics of loops and conditionals and stuff like that.
But im trying to basically create 2 apps.
First app is the server app that i want to be a form and it simply display how many users are connected.
And the second app, i want to be a form also, but simply have 2 buttons on it that connect and disconnect it from the server. And a label or textbox... etc that says how many apps are connected to the server app.
All the samples/tutorials ive seen have loads of extra stuff, or use a console app for the server part... etc.
I want the simplest code possible to do what i mentioned above so i can try and understand how it works.
Sorry if y'all get asked this often, i have looked at the forum for answers but cant seem to find anything that i can make sense of.
Thanks in advance,
Dave
Im a PHP programmer normally, so i understand the basics of loops and conditionals and stuff like that.
But im trying to basically create 2 apps.
First app is the server app that i want to be a form and it simply display how many users are connected.
And the second app, i want to be a form also, but simply have 2 buttons on it that connect and disconnect it from the server. And a label or textbox... etc that says how many apps are connected to the server app.
All the samples/tutorials ive seen have loads of extra stuff, or use a console app for the server part... etc.
I want the simplest code possible to do what i mentioned above so i can try and understand how it works.
Sorry if y'all get asked this often, i have looked at the forum for answers but cant seem to find anything that i can make sense of.
Thanks in advance,
Dave