Those rectangular windows you see in applications, or the GUI of most common applications... each window is referred as a Form. Application made up of Forms is winform application, as simple as that. These applications draw these windows or forms on your screen using GDI+ libraries. Read more about it on wikipedia-
http://en.wikipedia.org/wiki/Winforms other technique to render Application GUI/Windows is to use DirectX. WPF uses that. Read about GDI+,DirectX stuff on wikipedia. It will help.
About priorities, there are Job Scheduling Algorithms. I think Windows uses Preemptive kind of one :-
http://en.wikipedia.org/wiki/Shortest_remaining_time Also see
http://en.wikipedia.org/wiki/Scheduling_(computing)#Windows
Thanks
â™?
My Blog â™?
My Flickr â™?
My Facebook â™?/div>
- Marked As Answer byLing WangMSFT, ModeratorThursday, September 03, 2009 8:06 AM
-