Any good info on how forms work internally

  • Thread starter Thread starter me
  • Start date Start date
M

me

What I am looking for is the details on how Forms work internally in terms
of threads that get created, message loops, etc.

Here are the type of question(s) I am looking answer so I need info that
would help:

- How many message loops / threads get created in an application that has
multiple Forms in it when Application.Run() is called only 1 time?

- Are there ways to create a thread timer that can call UI events (such as
ShowDialog()) without any problems?

I guess you would call it "behind the scenes" information on Forms? Any
links, books, etc. that would help me gain a better understanding of this
type of info would be great.

Thanks
 
Back
Top