Click here to Skip to main content
15,911,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change the appearance of the form Pin
max2929720-Jul-07 20:03
max2929720-Jul-07 20:03 
GeneralRe: Change the appearance of the form Pin
Christian Graus20-Jul-07 20:21
protectorChristian Graus20-Jul-07 20:21 
GeneralRe: Change the appearance of the form Pin
mav.northwind21-Jul-07 7:54
mav.northwind21-Jul-07 7:54 
GeneralRe: Change the appearance of the form Pin
max2929721-Jul-07 16:33
max2929721-Jul-07 16:33 
GeneralRe: Change the appearance of the form Pin
mav.northwind21-Jul-07 21:09
mav.northwind21-Jul-07 21:09 
GeneralRe: Change the appearance of the form Pin
max2929722-Jul-07 10:15
max2929722-Jul-07 10:15 
Question[STAThread] Pin
max2929720-Jul-07 14:20
max2929720-Jul-07 14:20 
AnswerRe: [STAThread] Pin
Luc Pattyn20-Jul-07 17:42
sitebuilderLuc Pattyn20-Jul-07 17:42 
Windows has a notion of "Appartments"; STA stands for Single Threaded Appartment,
MTA for Multi Threaded Appartment.
It is a complex matter. IIRC in general MTA will allow for more concurrency between threads
(and more concurrency problems), whereas STA enforces several things to happen
sequentially, such as several threads accessing the same COM object.
Either read up on "Appartment model", or wait for it to become really relevant to you,
then study it in detail...

Smile | :)


QuestionFinding a Point on a Circle Pin
max2929720-Jul-07 14:11
max2929720-Jul-07 14:11 
AnswerRe: Finding a Point on a Circle Pin
Christian Graus20-Jul-07 20:38
protectorChristian Graus20-Jul-07 20:38 
AnswerRe: Finding a Point on a Circle Pin
blackjack215021-Jul-07 2:39
blackjack215021-Jul-07 2:39 
GeneralRe: Finding a Point on a Circle Pin
mav.northwind22-Jul-07 5:19
mav.northwind22-Jul-07 5:19 
QuestionImages, Email, Streams Pin
Will Code for Food20-Jul-07 10:32
Will Code for Food20-Jul-07 10:32 
AnswerRe: Images, Email, Streams Pin
Guffa20-Jul-07 14:01
Guffa20-Jul-07 14:01 
QuestionC# on mobile devices Pin
Gareth H20-Jul-07 10:23
Gareth H20-Jul-07 10:23 
AnswerRe: C# on mobile devices Pin
leckey20-Jul-07 10:44
leckey20-Jul-07 10:44 
QuestionWindows Button control Pin
ridda78620-Jul-07 9:58
ridda78620-Jul-07 9:58 
AnswerRe: Windows Button control Pin
Paul Conrad20-Jul-07 10:26
professionalPaul Conrad20-Jul-07 10:26 
GeneralRe: Windows Button control Pin
ridda78620-Jul-07 20:02
ridda78620-Jul-07 20:02 
GeneralRe: Windows Button control Pin
Paul Conrad21-Jul-07 4:50
professionalPaul Conrad21-Jul-07 4:50 
Answerlogout problem[modified] Pin
daku120-Jul-07 9:46
daku120-Jul-07 9:46 
AnswerRe: C# logout ploblem Pin
daku120-Jul-07 13:11
daku120-Jul-07 13:11 
AnswerRe: C# logout ploblem Pin
T.EDY20-Jul-07 16:08
T.EDY20-Jul-07 16:08 
QuestionHelp with .chm Pin
RussBus20-Jul-07 9:39
RussBus20-Jul-07 9:39 
AnswerRe: Help with .chm Pin
leckey20-Jul-07 10:11
leckey20-Jul-07 10:11 

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.