Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
GeneralStrange Pin
bouli7-Jan-05 6:30
bouli7-Jan-05 6:30 
GeneralRe: Strange Pin
Heath Stewart7-Jan-05 6:44
protectorHeath Stewart7-Jan-05 6:44 
GeneralRe: Strange Pin
bouli7-Jan-05 6:47
bouli7-Jan-05 6:47 
Generaldate time control Pin
Anonymous7-Jan-05 5:35
Anonymous7-Jan-05 5:35 
GeneralRe: date time control Pin
Heath Stewart7-Jan-05 6:42
protectorHeath Stewart7-Jan-05 6:42 
GeneralRe: date time control Pin
Anonymous7-Jan-05 7:18
Anonymous7-Jan-05 7:18 
GeneralRe: date time control Pin
Heath Stewart7-Jan-05 7:33
protectorHeath Stewart7-Jan-05 7:33 
GeneralUdp. How to recieve. Pin
Umair Ahmad khan7-Jan-05 5:05
Umair Ahmad khan7-Jan-05 5:05 
I have just started this. and i m trying to make a chat application that runs over LAN.

there might be many other ways and they might be better then using Udp port but i want to understand this thing. i have read some articles before posting but i m now having problem on receiveing messages.

public void waitData()<br />
		{<br />
			while(true)<br />
			{<br />
IPEndPoint from = new IPEndPoint(IPAddress.Any,170);<br />
				<br />
				<br />
				string result = "";<br />
				Byte[] drec = receive.Receive(ref from);<br />
				result = Encoding.ASCII.GetString(drec);<br />
                textBox1.Text = result.ToString();<br />
					<br />
			}<br />
		}

this code is to recieve messages and i made a thread so it keep waiting for any message to recieve. and i m broadcasting message to network.
i m new to this so plz help me Sigh | :sigh:

i think its enough to explain what i want to do but if still you think i had to tell more. tell me.
GeneralRe: Udp. How to recieve. Pin
Heath Stewart7-Jan-05 6:34
protectorHeath Stewart7-Jan-05 6:34 
GeneralDoubts in Arabic Part of Work Pin
ChandruIT7-Jan-05 4:34
ChandruIT7-Jan-05 4:34 
GeneralRe: Doubts in Arabic Part of Work Pin
Nick Parker7-Jan-05 5:26
protectorNick Parker7-Jan-05 5:26 
GeneralRe: Doubts in Arabic Part of Work Pin
Member 967-Jan-05 8:51
Member 967-Jan-05 8:51 
GeneralVS 2005's application/client settings Pin
Marlun7-Jan-05 3:24
Marlun7-Jan-05 3:24 
GeneralRe: VS 2005's application/client settings Pin
Heath Stewart7-Jan-05 6:31
protectorHeath Stewart7-Jan-05 6:31 
GeneralRe: VS 2005's application/client settings Pin
Marlun7-Jan-05 7:49
Marlun7-Jan-05 7:49 
GeneralRe: VS 2005's application/client settings Pin
Heath Stewart10-Jan-05 6:04
protectorHeath Stewart10-Jan-05 6:04 
GeneralRe: VS 2005's application/client settings Pin
Marlun10-Jan-05 7:31
Marlun10-Jan-05 7:31 
GeneralRe: Insert a line into the begining of the text file Pin
Anonymous7-Jan-05 1:33
Anonymous7-Jan-05 1:33 
GeneralRe: Insert a line into the begining of the text file Pin
Stefan Troschuetz7-Jan-05 1:45
Stefan Troschuetz7-Jan-05 1:45 
GeneralRe: Insert a line into the begining of the text file Pin
itssuk9-Jan-05 18:26
itssuk9-Jan-05 18:26 
GeneralRe: Insert a line into the begining of the text file Pin
Stefan Troschuetz9-Jan-05 21:41
Stefan Troschuetz9-Jan-05 21:41 
GeneralRe: Insert a line into the begining of the text file Pin
J4amieC7-Jan-05 2:18
J4amieC7-Jan-05 2:18 
QuestionHow to process the key events? Pin
bouli7-Jan-05 1:25
bouli7-Jan-05 1:25 
AnswerRe: How to process the key events? Pin
Nick Parker7-Jan-05 3:03
protectorNick Parker7-Jan-05 3:03 
GeneralRe: How to process the key events? Pin
bouli7-Jan-05 6:26
bouli7-Jan-05 6:26 

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.