Click here to Skip to main content
15,908,674 members
Home / Discussions / C#
   

C#

 
AnswerRe: About SplitContainer Pin
CooperWu13-Aug-06 21:33
CooperWu13-Aug-06 21:33 
GeneralRe: About SplitContainer Pin
ytubis13-Aug-06 21:37
ytubis13-Aug-06 21:37 
GeneralRe: About SplitContainer Pin
CooperWu13-Aug-06 21:42
CooperWu13-Aug-06 21:42 
QuestionAbout Threading Pin
engsrini13-Aug-06 20:23
engsrini13-Aug-06 20:23 
AnswerRe: About Threading Pin
Guffa13-Aug-06 21:06
Guffa13-Aug-06 21:06 
GeneralRe: About Threading Pin
engsrini13-Aug-06 21:18
engsrini13-Aug-06 21:18 
GeneralRe: About Threading Pin
Dario Solera13-Aug-06 22:27
Dario Solera13-Aug-06 22:27 
AnswerRe: About Threading Pin
CooperWu13-Aug-06 21:41
CooperWu13-Aug-06 21:41 
1.
engsrini wrote:
1. Is my windows application a single threaded or multithreaded?


find the Main in your app. if use [STAThread], that means single threaded.
if you use [MTAThread], that means multi-thread.

<br />
        [STAThread]<br />
        static void Main()<br />
        {<br />
            Application.Run(new demo());<br />
        }<br />


4. different between STA and MTA
Questionsort and filter a set of database Pin
skyeddie13-Aug-06 19:50
skyeddie13-Aug-06 19:50 
AnswerRe: sort and filter a set of database Pin
leppie13-Aug-06 22:14
leppie13-Aug-06 22:14 
QuestionPassing an [in] parameter to an asp.net web service Pin
Mehdi Mousavi13-Aug-06 19:15
Mehdi Mousavi13-Aug-06 19:15 
AnswerRe: Passing an [in] parameter to an asp.net web service Pin
leppie13-Aug-06 21:54
leppie13-Aug-06 21:54 
GeneralRe: Passing an [in] parameter to an asp.net web service Pin
Mehdi Mousavi14-Aug-06 0:32
Mehdi Mousavi14-Aug-06 0:32 
QuestionDisplay Image in a Datagrid Pin
Rabbit1713-Aug-06 18:51
Rabbit1713-Aug-06 18:51 
AnswerRe: Display Image in a Datagrid Pin
Rabbit1714-Aug-06 11:39
Rabbit1714-Aug-06 11:39 
QuestionIE login Pin
Archyami13-Aug-06 18:30
Archyami13-Aug-06 18:30 
AnswerRe: IE login Pin
leppie13-Aug-06 22:03
leppie13-Aug-06 22:03 
GeneralRe: IE login Pin
Archyami13-Aug-06 22:20
Archyami13-Aug-06 22:20 
GeneralRe: IE login Pin
leppie13-Aug-06 22:25
leppie13-Aug-06 22:25 
GeneralRe: IE login Pin
Archyami13-Aug-06 22:27
Archyami13-Aug-06 22:27 
GeneralRe: IE login Pin
Guffa13-Aug-06 23:18
Guffa13-Aug-06 23:18 
GeneralRe: IE login Pin
Archyami13-Aug-06 23:35
Archyami13-Aug-06 23:35 
AnswerRe: IE login Pin
Archyami13-Aug-06 23:45
Archyami13-Aug-06 23:45 
Questionpassword Pin
skyeddie13-Aug-06 17:17
skyeddie13-Aug-06 17:17 
AnswerRe: password Pin
Christian Graus13-Aug-06 18:47
protectorChristian Graus13-Aug-06 18:47 

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.