Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
GeneralRe: Serialcomm dialing voice over modem Pin
Chuck Richards1-Jun-11 9:41
Chuck Richards1-Jun-11 9:41 
AnswerRe: Serialcomm dialing voice over modem Pin
Luc Pattyn1-Jun-11 14:12
sitebuilderLuc Pattyn1-Jun-11 14:12 
GeneralRe: Serialcomm dialing voice over modem Pin
Chuck Richards2-Jun-11 9:15
Chuck Richards2-Jun-11 9:15 
AnswerRe: Serialcomm dialing voice over modem Pin
Luc Pattyn2-Jun-11 9:31
sitebuilderLuc Pattyn2-Jun-11 9:31 
GeneralRe: Serialcomm dialing voice over modem Pin
Chuck Richards3-Jun-11 3:13
Chuck Richards3-Jun-11 3:13 
GeneralRe: Serialcomm dialing voice over modem Pin
Chuck Richards2-Jun-11 9:22
Chuck Richards2-Jun-11 9:22 
AnswerRe: Serialcomm dialing voice over modem [modified] Pin
Chuck Richards2-Jun-11 7:34
Chuck Richards2-Jun-11 7:34 
Questionproblem with calling folderbrowingDialog in a child thread. Pin
prasadbuddhika30-May-11 6:25
prasadbuddhika30-May-11 6:25 
in a child thread i'm calling folderbrowsing dialog , i get the exceptiuon and , i got some articles saying i must use STAThreadAttribute attribute for the main method , i did that and the result was the same
"Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. This exception is only raised if a debugger is attached to the process."

i tried
inthrd.SetApartmentState(System.Threading.ApartmentState.STA);
too but still the same result. can any one have any idea about this.
thanx in advance.
AnswerRe: problem with calling folderbrowingDialog in a child thread. Pin
Luc Pattyn30-May-11 6:45
sitebuilderLuc Pattyn30-May-11 6:45 
GeneralRe: problem with calling folderbrowingDialog in a child thread. Pin
prasadbuddhika30-May-11 15:10
prasadbuddhika30-May-11 15:10 
GeneralRe: problem with calling folderbrowingDialog in a child thread. Pin
prasadbuddhika30-May-11 15:30
prasadbuddhika30-May-11 15:30 
GeneralRe: problem with calling folderbrowingDialog in a child thread. Pin
BobJanova30-May-11 22:33
BobJanova30-May-11 22:33 
AnswerRe: problem with calling folderbrowingDialog in a child thread. Pin
Shameel31-May-11 1:01
professionalShameel31-May-11 1:01 
QuestionOleDbDataReader - reading order Pin
Islorvat30-May-11 4:21
Islorvat30-May-11 4:21 
AnswerRe: OleDbDataReader - reading order Pin
Luc Pattyn30-May-11 5:43
sitebuilderLuc Pattyn30-May-11 5:43 
GeneralRe: OleDbDataReader - reading order Pin
Islorvat30-May-11 6:36
Islorvat30-May-11 6:36 
AnswerRe: OleDbDataReader - reading order Pin
Luc Pattyn30-May-11 6:39
sitebuilderLuc Pattyn30-May-11 6:39 
QuestionHow to Create Rectangle Pin
Anubhava Dimri30-May-11 1:27
Anubhava Dimri30-May-11 1:27 
AnswerRe: How to Create Rectangle Pin
OriginalGriff30-May-11 3:15
mveOriginalGriff30-May-11 3:15 
AnswerRe: How to Create Rectangle Pin
Abhinav S30-May-11 4:22
Abhinav S30-May-11 4:22 
GeneralRe: How to Create Rectangle Pin
Anubhava Dimri31-May-11 19:23
Anubhava Dimri31-May-11 19:23 
QuestionCombobox displayMembers with .dbml objects Pin
grmihel230-May-11 0:27
grmihel230-May-11 0:27 
AnswerRe: Combobox displayMembers with .dbml objects Pin
phil.o30-May-11 1:13
professionalphil.o30-May-11 1:13 
GeneralRe: Combobox displayMembers with .dbml objects Pin
grmihel230-May-11 2:09
grmihel230-May-11 2:09 
GeneralRe: Combobox displayMembers with .dbml objects Pin
Dave Kreskowiak30-May-11 4:16
mveDave Kreskowiak30-May-11 4:16 

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.