Click here to Skip to main content
15,888,521 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTouchpad API Pin
necromantula2-Sep-06 18:54
necromantula2-Sep-06 18:54 
AnswerRe: Touchpad API Pin
The ANZAC2-Sep-06 20:26
The ANZAC2-Sep-06 20:26 
QuestionHow to .Net Remote? Pin
rudemusik2-Sep-06 16:20
rudemusik2-Sep-06 16:20 
AnswerRe: How to .Net Remote? Pin
Ray Cassick2-Sep-06 18:27
Ray Cassick2-Sep-06 18:27 
GeneralRe: How to .Net Remote? Pin
rudemusik4-Sep-06 15:18
rudemusik4-Sep-06 15:18 
GeneralRe: How to .Net Remote? Pin
Ray Cassick4-Sep-06 17:13
Ray Cassick4-Sep-06 17:13 
GeneralRe: How to .Net Remote? Pin
rudemusik5-Sep-06 18:20
rudemusik5-Sep-06 18:20 
GeneralRe: How to .Net Remote? Pin
Ray Cassick5-Sep-06 18:41
Ray Cassick5-Sep-06 18:41 
rudemusik wrote:
I create a tcp socket between the two apps.


Right. You can also use UDP if you want but for something like this TCP is probably better.

rudemusik wrote:
Does the client call to the server automatically or do i need to put some code there?


You have to code the request for connection from client to the server and then code the connection request form the client on the server also. Can't expect to have the framework do it all for you Smile | :)

rudemusik wrote:
Do I still need to build a shared class like I would in .net remoting?


Nope, no shared classes at all. Two completely separate application projects that just talk to each other over a socket connection. Look at this setup to be like and FTP server and client. Each one can be made by different people and as long as the follow the same language (FTP commands) they can talk to each other. All any network system really is just a socket connection and commands sent over that connection. It's just that some of the connections use well known port numbers like 110, 21 or 80.

Examples of basic socket stuff:

TCP/IP with VB.NET
http://www.codeproject.com/vb/net/VbNetSendReceiveTcp.asp[^]

VB.NET TCP Client - Server Socket Communications
http://www.eggheadcafe.com/articles/20020323.asp[^]

VB Express Socket help
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=139466&SiteID=1[^]

Hope this helps.






GeneralRe: How to .Net Remote? Pin
rudemusik6-Sep-06 16:06
rudemusik6-Sep-06 16:06 
Questionfree component Pin
aspnet_222-Sep-06 11:31
aspnet_222-Sep-06 11:31 
AnswerRe: free component Pin
Dave Kreskowiak3-Sep-06 2:01
mveDave Kreskowiak3-Sep-06 2:01 
GeneralRe: free component Pin
aspnet_225-Sep-06 21:03
aspnet_225-Sep-06 21:03 
GeneralRe: free component Pin
Dave Kreskowiak6-Sep-06 1:54
mveDave Kreskowiak6-Sep-06 1:54 
Questionllofree component Pin
aspnet_222-Sep-06 11:27
aspnet_222-Sep-06 11:27 
QuestionINSERT, DELETE, UPDATE Staments for 2 tables [modified] Pin
R. A. Abbasi2-Sep-06 9:09
R. A. Abbasi2-Sep-06 9:09 
QuestionPassword Protection in vb.net 1.1 Pin
amaneet2-Sep-06 3:37
amaneet2-Sep-06 3:37 
AnswerRe: Password Protection in vb.net 1.1 Pin
Dave Kreskowiak2-Sep-06 7:01
mveDave Kreskowiak2-Sep-06 7:01 
Questionmigrating from crystal report 8.5 to 10.0 giving error Pin
prashanttcs2-Sep-06 2:53
prashanttcs2-Sep-06 2:53 
QuestionBasic Question: String declaration with "child values" Pin
re infecta2-Sep-06 0:28
re infecta2-Sep-06 0:28 
AnswerRe: Basic Question: String declaration with "child values" Pin
Guffa2-Sep-06 13:06
Guffa2-Sep-06 13:06 
GeneralRe: Basic Question: String declaration with "child values" Pin
re infecta2-Sep-06 13:37
re infecta2-Sep-06 13:37 
AnswerRe: Basic Question: String declaration with "child values" Pin
Guffa2-Sep-06 15:58
Guffa2-Sep-06 15:58 
GeneralRe: Basic Question: String declaration with "child values" Pin
re infecta2-Sep-06 21:39
re infecta2-Sep-06 21:39 
Questiondynamic setup preparation Pin
Pradip Kishore2-Sep-06 0:24
Pradip Kishore2-Sep-06 0:24 
QuestionBubble up User Control event Pin
FreQi1-Sep-06 15:57
FreQi1-Sep-06 15:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.