VB.NET

Moderators: seancampbell
Number of threads: 4022
Number of posts: 10035

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
how to create client / server application in vb.net Posted by mannojshukla on 8 Jul 2005 at 6:35 AM
how to create client / server application in vb.net
Report
Re: how to create client / server application in vb.net Posted by iwilld0it on 8 Jul 2005 at 6:48 AM
: how to create client / server application in vb.net
:

It depends on what you mean by client and server. Give me an example of what you want to accomplish in the long run.
Report
Re: how to create client / server application in vb.net Posted by mannojshukla on 9 Jul 2005 at 3:17 AM
: : how to create client / server application in vb.net
: :
:
: It depends on what you mean by client and server. Give me an example of what you want to accomplish in the long run.
:

actually i have to submit a project on line examination system in vb.NET in colledge.
in which all the data(question paper) reside in the server
user can select their paper form client system.
after giving exam server declare the result accordingly.



Report
Re: how to create client / server application in vb.net Posted by iwilld0it on 10 Jul 2005 at 4:16 PM
: : : how to create client / server application in vb.net
: : :
: :
: : It depends on what you mean by client and server. Give me an example of what you want to accomplish in the long run.
: :
:
: actually i have to submit a project on line examination system in vb.NET in colledge.
: in which all the data(question paper) reside in the server
: user can select their paper form client system.
: after giving exam server declare the result accordingly.
:
:
:
:

Well in this scenario it looks like the server could be a web server such as IIS that can host asp.net pages. The client would be a web browser such as Internet explorer. In that case http://www.asp.net would be good starting point.

Otherwise, you would have to use networking classes in the System.Net namespace. You could use these objects:

System.Net.Sockets.TcpClient
System.Net.Sockets.TcpListener









 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.