Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: Update MS Access Data Structure Pin
polishprogrammer6-Dec-07 9:34
polishprogrammer6-Dec-07 9:34 
QuestionHow to Counter Sign in various levels Pin
Member 36551006-Dec-07 3:03
Member 36551006-Dec-07 3:03 
Generalstring in sql statement Pin
eyeseetee6-Dec-07 2:18
eyeseetee6-Dec-07 2:18 
GeneralRe: string in sql statement Pin
Skippums6-Dec-07 2:29
Skippums6-Dec-07 2:29 
GeneralRe: string in sql statement Pin
eyeseetee6-Dec-07 2:49
eyeseetee6-Dec-07 2:49 
GeneralRe: string in sql statement Pin
eyeseetee6-Dec-07 3:02
eyeseetee6-Dec-07 3:02 
GeneralRe: string in sql statement Pin
Abhijit Jana6-Dec-07 3:26
professionalAbhijit Jana6-Dec-07 3:26 
GeneralTCP/IP - Sockets Pin
half-life6-Dec-07 1:56
half-life6-Dec-07 1:56 
HI,

i'm sending messages from App1 to App 2 in TCP/IP
the thing is that first collect all info and rhen sends it little Messages
App2 reads the MSG One By One and display

the Thing is that when i debug all the MSG arrives (or get there in time)
but when i run the EXE and send info To App2, not all the Info Arrives
About (70%!!!!!!!!!!!!!!!) Lost, how can i Get Each MSG

i'm using :

<br />
connectionSocket = new Socket(AddressFamily.InterNetwork,<br />
                               SocketType.Seqpacket,<br />
                                 ProtocolType.Tcp);<br />
<br />
<br />
ipAddress = IPAddress.Parse(runnerTcpIP);<br />
<br />
ipEndPoint = new IPEndPoint(ipAddress,int.Parse(runnerPortNumber));<br />


type of connection with Begin/EndConnect
Send/Recieve

THANKS Smile | :)

Have Fun
Never forget it

GeneralRe: TCP/IP - Sockets Pin
Andre Azevedo6-Dec-07 2:03
Andre Azevedo6-Dec-07 2:03 
GeneralRe: TCP/IP - Sockets Pin
half-life6-Dec-07 2:07
half-life6-Dec-07 2:07 
GeneralRe: TCP/IP - Sockets Pin
Mike Dimmick6-Dec-07 3:09
Mike Dimmick6-Dec-07 3:09 
GeneralRe: TCP/IP - Sockets Pin
half-life6-Dec-07 3:58
half-life6-Dec-07 3:58 
GeneralChange cell color of dataGridView Pin
M Riaz Bashir6-Dec-07 1:35
M Riaz Bashir6-Dec-07 1:35 
GeneralRe: Change cell color of dataGridView Pin
Sathesh Sakthivel6-Dec-07 1:39
Sathesh Sakthivel6-Dec-07 1:39 
QuestionFormDats (width, height, ...) save to XML for Dual-Monitors Pin
merlin.AT6-Dec-07 1:29
merlin.AT6-Dec-07 1:29 
QuestionFtp over Ftp Proxy GetResponse() error Pin
Springtime6-Dec-07 1:22
Springtime6-Dec-07 1:22 
GeneralRe: Ftp over Ftp Proxy GetResponse() error Pin
Sam Xavier17-Jan-08 23:47
Sam Xavier17-Jan-08 23:47 
GeneralList of Countries Pin
nagendrathecoder6-Dec-07 1:21
nagendrathecoder6-Dec-07 1:21 
GeneralRe: List of Countries Pin
Nagy Vilmos6-Dec-07 1:37
professionalNagy Vilmos6-Dec-07 1:37 
GeneralRe: List of Countries Pin
nagendrathecoder6-Dec-07 2:09
nagendrathecoder6-Dec-07 2:09 
GeneralRe: List of Countries Pin
benjymous6-Dec-07 2:25
benjymous6-Dec-07 2:25 
GeneralRe: List of Countries Pin
Ravi Bhavnani6-Dec-07 3:49
professionalRavi Bhavnani6-Dec-07 3:49 
QuestionHow to Generate Sqlscript for Table using Query Analyzer Pin
Satish - Developer6-Dec-07 0:46
Satish - Developer6-Dec-07 0:46 
AnswerCross post. Please ignore Pin
Pete O'Hanlon6-Dec-07 1:05
mvePete O'Hanlon6-Dec-07 1:05 
GeneralInstantiate Shell32.ShellLinkObjectClass object Pin
dan!sh 6-Dec-07 0:34
professional dan!sh 6-Dec-07 0:34 

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.