Click here to Skip to main content
15,906,097 members
Home / Discussions / C#
   

C#

 
AnswerRe: default / local smtp Pin
Dave Kreskowiak3-Aug-07 8:05
mveDave Kreskowiak3-Aug-07 8:05 
AnswerRe: default / local smtp Pin
Guffa3-Aug-07 9:07
Guffa3-Aug-07 9:07 
GeneralRe: default / local smtp Pin
Marcel Vreuls (www.agentbase.nl)3-Aug-07 9:33
Marcel Vreuls (www.agentbase.nl)3-Aug-07 9:33 
QuestionhelpProvider Pin
RussBus3-Aug-07 4:39
RussBus3-Aug-07 4:39 
QuestionHow to merge rows in datagrid Pin
vamsimohan213-Aug-07 4:26
vamsimohan213-Aug-07 4:26 
AnswerRe: How to merge rows in datagrid Pin
Blue_Boy3-Aug-07 5:26
Blue_Boy3-Aug-07 5:26 
Questionupdating a combobox entry Pin
cignox13-Aug-07 4:26
cignox13-Aug-07 4:26 
AnswerRe: updating a combobox entry Pin
pmarfleet3-Aug-07 5:04
pmarfleet3-Aug-07 5:04 
AnswerRe: updating a combobox entry Pin
Malcolm Smart3-Aug-07 5:16
Malcolm Smart3-Aug-07 5:16 
Questionshort[] to int[] -- Generic? Overload? Pin
PhilDanger3-Aug-07 4:22
PhilDanger3-Aug-07 4:22 
AnswerRe: short[] to int[] -- Generic? Overload? Pin
Pete O'Hanlon3-Aug-07 4:31
mvePete O'Hanlon3-Aug-07 4:31 
GeneralRe: short[] to int[] -- Generic? Overload? Pin
PhilDanger3-Aug-07 4:46
PhilDanger3-Aug-07 4:46 
GeneralRe: short[] to int[] -- Generic? Overload? Pin
Pete O'Hanlon3-Aug-07 5:07
mvePete O'Hanlon3-Aug-07 5:07 
AnswerRe: short[] to int[] -- Generic? Overload? Pin
Luc Pattyn3-Aug-07 5:50
sitebuilderLuc Pattyn3-Aug-07 5:50 
GeneralRe: short[] to int[] -- Generic? Overload? Pin
PhilDanger3-Aug-07 6:25
PhilDanger3-Aug-07 6:25 
QuestionProblems with StreamWriter Class Pin
mouthbag3-Aug-07 4:15
mouthbag3-Aug-07 4:15 
AnswerRe: Problems with StreamWriter Class Pin
snorkie3-Aug-07 4:48
professionalsnorkie3-Aug-07 4:48 
AnswerRe: Problems with StreamWriter Class Pin
martin_hughes3-Aug-07 4:49
martin_hughes3-Aug-07 4:49 
GeneralRe: Problems with StreamWriter Class Pin
mouthbag3-Aug-07 4:55
mouthbag3-Aug-07 4:55 
AnswerRe: Problems with StreamWriter Class Pin
Guffa3-Aug-07 5:40
Guffa3-Aug-07 5:40 
GeneralRe: Problems with StreamWriter Class Pin
Luc Pattyn3-Aug-07 5:52
sitebuilderLuc Pattyn3-Aug-07 5:52 
QuestionHow can I use a parsed UDP byte stream to continually update a GUI form ? Pin
flyingnome3-Aug-07 4:07
flyingnome3-Aug-07 4:07 
Hi everyone,

So here is my concern, I really hope someone here can provide me with some much needed guidance.

Logically, I am not sure what route to take with a project I am working on. So far it is only partially built, but it contains an extensive GUI (without most of the backend still not coded) and a UDP listener that binds to a port, retrieves a byte stream and parses it into a number of variables.

The UDP stream is continuous with packets being sent at around every half second(forever). I would like to have the variables parsed from the byte stream to populate some text fields and and labels in the GUI and I am not quite sure what route to take to do this? Will I need to use multi-threading and separate the processes?

I have gotten the UDP listener to work and I could get the GUI to update the fields accordingly, but only if I stopped listening after a number of broadcasts. The GUI form wouldn't even load until the UDP listener process was finished....

realistically, the GUI would not have to update every half second. it could be every 3 or 4 packets. but in the end I would still need to save the ALL of the parsed data to an XML file or DB, so it would have to be recognized at some point(still deciding where to go with that part...). In any case I am more in need of help regarding the two processes mentioned above.

any kind of help or advice or thoughts would be greatly appreciated.
thank you in advance,

Joe




I am who I am because of who everyone around me is.

AnswerRe: How can I use a parsed UDP byte stream to continually update a GUI form ? Pin
martin_hughes3-Aug-07 5:17
martin_hughes3-Aug-07 5:17 
GeneralRe: How can I use a parsed UDP byte stream to continually update a GUI form ? Pin
flyingnome3-Aug-07 5:36
flyingnome3-Aug-07 5:36 
GeneralRe: How can I use a parsed UDP byte stream to continually update a GUI form ? Pin
martin_hughes3-Aug-07 5:49
martin_hughes3-Aug-07 5:49 

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.