Click here to Skip to main content
15,900,378 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: what is new in dot net 2005 Pin
Josh Smith23-May-06 7:22
Josh Smith23-May-06 7:22 
GeneralRe: what is new in dot net 2005 Pin
Ed.Poore23-May-06 8:00
Ed.Poore23-May-06 8:00 
QuestionCan you securely connect to MySQL DB without SSL Pin
Rabbit1719-May-06 7:10
Rabbit1719-May-06 7:10 
QuestionAllow wildcard use on prompt value in SQL RS Pin
karenjturner19-May-06 6:21
karenjturner19-May-06 6:21 
QuestionBackgroundWorker problem Pin
User 91483318-May-06 23:25
User 91483318-May-06 23:25 
AnswerRe: BackgroundWorker problem Pin
Robert Rohde18-May-06 23:48
Robert Rohde18-May-06 23:48 
GeneralRe: BackgroundWorker problem Pin
User 91483319-May-06 0:14
User 91483319-May-06 0:14 
AnswerRe: BackgroundWorker problem Pin
S. Senthil Kumar19-May-06 0:00
S. Senthil Kumar19-May-06 0:00 
If the exception is something like "Cross thread UI operations are not allowed", it means that you are trying to update the UI (directly or indirectly) from the background worker thread. If that's the exception you're getting, use Invoke or BeginInvoke[^] to do the update from the UI thread.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: BackgroundWorker problem Pin
User 91483319-May-06 0:18
User 91483319-May-06 0:18 
QuestionMakeFile Pin
sujtha18-May-06 20:58
sujtha18-May-06 20:58 
AnswerRe: MakeFile Pin
Robert Rohde18-May-06 21:22
Robert Rohde18-May-06 21:22 
QuestionHow can I programmatically scroll a TextBox? Pin
NicHeuser18-May-06 6:31
NicHeuser18-May-06 6:31 
AnswerRe: How can I programmatically scroll a TextBox? Pin
Robert Rohde18-May-06 6:54
Robert Rohde18-May-06 6:54 
GeneralRe: How can I programmatically scroll a TextBox? Pin
NicHeuser18-May-06 11:57
NicHeuser18-May-06 11:57 
GeneralRe: How can I programmatically scroll a TextBox? Pin
Robert Rohde18-May-06 21:00
Robert Rohde18-May-06 21:00 
GeneralRe: How can I programmatically scroll a TextBox? Pin
NicHeuser19-May-06 3:11
NicHeuser19-May-06 3:11 
Questionhow can i use CVS with windows repository Pin
DineshSharma17-May-06 1:37
DineshSharma17-May-06 1:37 
AnswerRe: how can i use CVS with windows repository Pin
Ed.Poore21-May-06 12:07
Ed.Poore21-May-06 12:07 
QuestionUndo Operation Encountered Exception Pin
hammerstein0516-May-06 23:22
hammerstein0516-May-06 23:22 
AnswerRe: Undo Operation Encountered Exception Pin
hammerstein0517-May-06 22:10
hammerstein0517-May-06 22:10 
QuestionIntegtrating ASP.NET and Windows Forms Pin
C Flat16-May-06 13:57
C Flat16-May-06 13:57 
Question.NET IMROVEMENT Pin
imnaveed16-May-06 5:03
imnaveed16-May-06 5:03 
AnswerRe: .NET IMROVEMENT Pin
Josh Smith16-May-06 6:17
Josh Smith16-May-06 6:17 
QuestionBiztalk - Certificates and Parties Pin
Stefan R15-May-06 22:56
Stefan R15-May-06 22:56 
QuestionSecurity prob - my network share is Internet Zone? Pin
Per Erik Stendahl15-May-06 5:30
Per Erik Stendahl15-May-06 5:30 

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.