Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
QuestionGetting started with nCover Pin
iqazi12-Sep-06 3:39
iqazi12-Sep-06 3:39 
QuestionAdd items to the context menu for the windows explorer menu Pin
anderslundsgard12-Sep-06 3:28
anderslundsgard12-Sep-06 3:28 
AnswerRe: Add items to the context menu for the windows explorer menu Pin
Nader Elshehabi12-Sep-06 10:27
Nader Elshehabi12-Sep-06 10:27 
QuestionFormatted Output to a Text File Pin
sonicsqwirl12-Sep-06 3:25
sonicsqwirl12-Sep-06 3:25 
Questionwhat write in c# Pin
Parshant Verma12-Sep-06 2:55
Parshant Verma12-Sep-06 2:55 
AnswerRe: what write in c# Pin
leppie12-Sep-06 3:38
leppie12-Sep-06 3:38 
QuestionReg:Multi-Column ListBox Control Pin
harshaa12-Sep-06 2:39
harshaa12-Sep-06 2:39 
AnswerRe: Reg:Multi-Column ListBox Control Pin
Bijesh12-Sep-06 4:30
Bijesh12-Sep-06 4:30 
If you are dynamically creating the control in your code, please check what thread that code is executing on. If it is not executing on the main thread of the application you might get these types of errors. Try doing the adding within a BeginInvoke or Invoke. That might resolve the issue.

--------------------------------------------------

Questionmanipulate a webapp through a webservice Pin
kkadir12-Sep-06 2:30
kkadir12-Sep-06 2:30 
Questionhow do I read/write app.Config ? [modified] Pin
quangnd280212-Sep-06 1:37
quangnd280212-Sep-06 1:37 
AnswerRe: how do I read/write app.Config ? Pin
Christian Graus12-Sep-06 1:48
protectorChristian Graus12-Sep-06 1:48 
AnswerRe: how do I read/write app.Config ? Pin
kkadir12-Sep-06 2:34
kkadir12-Sep-06 2:34 
Questionsingle instance Pin
sarojkumarjena12-Sep-06 1:31
sarojkumarjena12-Sep-06 1:31 
AnswerRe: single instance Pin
User 665812-Sep-06 1:36
User 665812-Sep-06 1:36 
AnswerRe: single instance Pin
jillzhang12-Sep-06 2:20
jillzhang12-Sep-06 2:20 
Questioneditor Pin
sarojkumarjena12-Sep-06 1:07
sarojkumarjena12-Sep-06 1:07 
AnswerRe: editor Pin
User 665812-Sep-06 1:13
User 665812-Sep-06 1:13 
QuestionAllowPartiallyTrustedCallers not working. Pin
Brady Kelly12-Sep-06 1:02
Brady Kelly12-Sep-06 1:02 
AnswerRe: AllowPartiallyTrustedCallers not working. Pin
Brady Kelly12-Sep-06 3:17
Brady Kelly12-Sep-06 3:17 
Questionhow Remote programing for data base applicaton Pin
Behrouz Niroomand12-Sep-06 0:58
Behrouz Niroomand12-Sep-06 0:58 
Questionhow to write to a file when there is no exceptions. Pin
zxc8912-Sep-06 0:28
zxc8912-Sep-06 0:28 
AnswerRe: how to write to a file when there is no exceptions. Pin
User 665812-Sep-06 1:20
User 665812-Sep-06 1:20 
QuestionRegular expression to match a string in C# Pin
Suman Singh12-Sep-06 0:08
professionalSuman Singh12-Sep-06 0:08 
AnswerRe: Regular expression to match a string in C# Pin
eggsovereasy12-Sep-06 4:11
eggsovereasy12-Sep-06 4:11 
Questiontab control for web applications Pin
Mohammad Daba'an11-Sep-06 23:47
Mohammad Daba'an11-Sep-06 23: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.