Click here to Skip to main content
15,902,800 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGecko Layout Engine .net Module... Pin
thebiostyle19-Nov-10 12:50
thebiostyle19-Nov-10 12:50 
AnswerRe: Gecko Layout Engine .net Module... Pin
Thomas Krojer21-Nov-10 21:21
Thomas Krojer21-Nov-10 21:21 
GeneralRe: Gecko Layout Engine .net Module... Pin
thebiostyle22-Nov-10 6:22
thebiostyle22-Nov-10 6:22 
GeneralRe: Gecko Layout Engine .net Module... Pin
Thomas Krojer22-Nov-10 21:40
Thomas Krojer22-Nov-10 21:40 
AnswerRe: Gecko Layout Engine .net Module... Pin
Eddy Vluggen22-Nov-10 7:18
professionalEddy Vluggen22-Nov-10 7:18 
QuestionUsing Serial Port to communicate HEX Pin
RyJaBy19-Nov-10 3:10
RyJaBy19-Nov-10 3:10 
AnswerRe: Using Serial Port to communicate HEX Pin
Luc Pattyn19-Nov-10 3:28
sitebuilderLuc Pattyn19-Nov-10 3:28 
Questiontwo UDP socket on the same machine.. Pin
jainiraj18-Nov-10 18:45
jainiraj18-Nov-10 18:45 
I have an application "app1" which create a UDP socket with port no. 6677.This app broadcast a data packet.
I hav another application "app2" which also create UDP socke which always listen 6677.Whenever the data packet comes it do certain operations.
Now problem is , when I run these to apps on different machines in the network, app2 detects the data packet.But when I run both the applications on the same machine,app2 never detects the data packet.

What may e the problem???
UDP socket related code in app2 is pasted here....

wsClientRecieve.RemotePort = 6677
wsClientRecieve.RemoteHost = "127.0.0.1"
wsClientRecieve.LocalPort = 6677
wsClientRecieve.Bind 6677

Thanks in adv..
AnswerRe: two UDP socket on the same machine.. Pin
Luc Pattyn18-Nov-10 18:59
sitebuilderLuc Pattyn18-Nov-10 18:59 
JokeRe: two UDP socket on the same machine.. Pin
DaveAuld18-Nov-10 23:42
professionalDaveAuld18-Nov-10 23:42 
GeneralRe: two UDP socket on the same machine.. Pin
Luc Pattyn19-Nov-10 1:59
sitebuilderLuc Pattyn19-Nov-10 1:59 
GeneralRe: two UDP socket on the same machine.. Pin
_Erik_19-Nov-10 3:58
_Erik_19-Nov-10 3:58 
GeneralRe: two UDP socket on the same machine.. Pin
Luc Pattyn19-Nov-10 4:01
sitebuilderLuc Pattyn19-Nov-10 4:01 
AnswerRe: two UDP socket on the same machine.. Pin
MikeD 219-Nov-10 2:45
MikeD 219-Nov-10 2:45 
QuestionFile name in a cell [SOLVED] Pin
vijay248218-Nov-10 5:14
vijay248218-Nov-10 5:14 
AnswerRe: File name in a cell Pin
Dave Kreskowiak18-Nov-10 5:57
mveDave Kreskowiak18-Nov-10 5:57 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 20:13
vijay248218-Nov-10 20:13 
AnswerRe: File name in a cell Pin
Tarun.K.S18-Nov-10 18:55
Tarun.K.S18-Nov-10 18:55 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 20:12
vijay248218-Nov-10 20:12 
GeneralRe: File name in a cell Pin
Tarun.K.S18-Nov-10 20:45
Tarun.K.S18-Nov-10 20:45 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 21:27
vijay248218-Nov-10 21:27 
GeneralRe: File name in a cell Pin
Tarun.K.S18-Nov-10 22:26
Tarun.K.S18-Nov-10 22:26 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 22:48
vijay248218-Nov-10 22:48 
GeneralRe: File name in a cell Pin
thatraja20-Nov-10 3:44
professionalthatraja20-Nov-10 3:44 
GeneralRe: File name in a cell Pin
Dave Kreskowiak19-Nov-10 1:50
mveDave Kreskowiak19-Nov-10 1:50 

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.