Building a networked application

muhammadanzar

Member
Joined
Dec 25, 2005
Messages
18
Programming Experience
Beginner
Dear Friends:)
I am try to Build a network application in vb.net. i use socket in visual c++. is there any kind of socket use in the vb.net which allow me to communicate with the dialog on the other computer and data base as well
reply me soon
 
System.Net.Sockets Namespace - check out the .Net Framework documentation available both locally and online at MSDN.

You can write in C++ .Net applications also, that is Managed C++.
 
Network Application

My project is regarding information store on the data base. in 4 terminals have interface which pass a value to a system which contains the data base. now tell me which one is well for interface a page make in internet explorer or dialog base is well.
 
Back
Top