Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 10th, 2003, 10:07 AM
Registered User
 
Join Date: Jun 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default STAThread ?

When I use app wizard to create a C# Console application, it writes a line of code just before "static void Main(...". The line of code is:

[STAThread]

I can't find an explanation for this.

Any idea?
Thanks,
Mark Roberts
 
Old June 10th, 2003, 11:31 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to NotNowJohn
Default

Mark,

This is an attribute indicates that this app use the single threaded apartment model.
This model is required if you use some COM objects in your
Windows (or Console) application.

More info on
http://msdn.microsoft.com/library/de...ClassTopic.asp

Regs,
NotNowJohn

...but the Soon is eclipsed by the Moon





Similar Threads
Thread Thread Starter Forum Replies Last Post
<STAThread()> _ ? sumsin VS.NET 2002/2003 1 March 24th, 2005 05:58 AM
Use of <STAThread()> digby_dog VB.NET 2002/2003 Basics 2 October 18th, 2004 06:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.