Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

General Question on Structure

0 views
Skip to first unread message

Steve Ricketts

unread,
Dec 14, 2009, 8:24:46 AM12/14/09
to
I'm converting a very large VB6 MDI application to C# that creates one
"informational display" child form and then a varying number of other child
forms all of the same type. The application will make socket connections to
a couple of different servers, do serial port communication, some radio
communication, play audio, and a number of other things. In the VB app,
most of this work was done in the "information display" form. I keep
running into cross threading issues when trying to reference items created
in other threads (I thought I knew what a thread was, but no longer sure!)

So, my question is, would it be better to do a much work as possible in the
main form (MDI) and let the child forms do only the things that are specific
to that form? Would this help the cross threading issues since all child
forms were created by the main form? Or is this just an issue that is going
to be there anyway?

I know this is a broad question but maybe someone has some tips or links to
good descriptions that might help.

Thanks,

Steve

Steve Ricketts

unread,
Dec 14, 2009, 3:50:12 PM12/14/09
to
Sorry... don't know how this got here. Was trying to post to C# group.
sr

"Steve Ricketts" <velo...@hotmail.com> wrote in message
news:eUtFSDMf...@TK2MSFTNGP02.phx.gbl...

0 new messages