how to do a clientserver?

shohoku

Active member
Joined
Jun 15, 2005
Messages
31
Programming Experience
Beginner
can anyone tell me how to do a client server that user can login from client side by enter the ID and password...
any method like remoting,winsock,socket also can..
thanks!!!
 
Are you able to do a client server app without login forms and now you need only help for login forms? Or you need a help about both? Maybe you could take a look at this 101 Code Samples http://www.vbdotnetforums.com/showthread.php?t=3868 there is a very good client/server sample ... we would just add that login forms.

Cheers ;)
 
i need help for both...
what i doing now just the server part....
and i have no idea to write a clientserver in vb.net...
actually in my app..
the user access to client side, besides login..
the user can also add,edit,delete and check information...
thanks ya!!!!
 
Back
Top