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

C#

 
GeneralRe: What is the fastest way to update a UI from a thread? Pin
GuyThiebaut8-May-08 9:30
professionalGuyThiebaut8-May-08 9:30 
GeneralRe: What is the fastest way to update a UI from a thread? Pin
Dave Kreskowiak8-May-08 9:43
mveDave Kreskowiak8-May-08 9:43 
GeneralRe: What is the fastest way to update a UI from a thread? Pin
GuyThiebaut8-May-08 9:58
professionalGuyThiebaut8-May-08 9:58 
AnswerRe: What is the fastest way to update a UI from a thread? PinPopular
Guffa8-May-08 10:38
Guffa8-May-08 10:38 
GeneralRe: What is the fastest way to update a UI from a thread? Pin
GuyThiebaut8-May-08 10:42
professionalGuyThiebaut8-May-08 10:42 
QuestionRunning a console app from a c# gui Pin
Vodstok8-May-08 8:29
Vodstok8-May-08 8:29 
AnswerRe: Running a console app from a c# gui Pin
leckey8-May-08 9:01
leckey8-May-08 9:01 
GeneralRe: Running a console app from a c# gui Pin
Vodstok8-May-08 9:05
Vodstok8-May-08 9:05 
GeneralRe: Running a console app from a c# gui Pin
leckey8-May-08 9:23
leckey8-May-08 9:23 
AnswerRe: Running a console app from a c# gui Pin
Ennis Ray Lynch, Jr.8-May-08 9:23
Ennis Ray Lynch, Jr.8-May-08 9:23 
QuestionApplication hangs with a call to MessageBox.Show Pin
Krishna Murthy8-May-08 8:12
Krishna Murthy8-May-08 8:12 
AnswerRe: Application hangs with a call to MessageBox.Show Pin
Anthony Mushrow8-May-08 8:40
professionalAnthony Mushrow8-May-08 8:40 
AnswerRe: Application hangs with a call to MessageBox.Show Pin
leckey8-May-08 9:03
leckey8-May-08 9:03 
AnswerRe: Application hangs with a call to MessageBox.Show Pin
Ennis Ray Lynch, Jr.8-May-08 9:29
Ennis Ray Lynch, Jr.8-May-08 9:29 
GeneralRe: Application hangs with a call to MessageBox.Show Pin
Krishna Murthy8-May-08 20:00
Krishna Murthy8-May-08 20:00 
QuestionWhat is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 7:24
Member 39190498-May-08 7:24 
AnswerRe: What is the difference between bin\debug and obj\debug? Pin
Judah Gabriel Himango8-May-08 7:40
sponsorJudah Gabriel Himango8-May-08 7:40 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 8:38
Member 39190498-May-08 8:38 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Andrew Rissing8-May-08 8:51
Andrew Rissing8-May-08 8:51 
Actually, the standard practice is to include them as a reference in the project. It handles them properly that way, so regardless of what build you're in..it places it into the proper folder.

1. Open your solution file.
2. Right click on the project file.
3. Select "Add Reference...".
4. Either select the third party dll's using the dialog (most likely the 'Browse' tab)
5. Build your project
6. Enjoy having Visual Studio handle the management of your third party dll's.
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 8:53
Member 39190498-May-08 8:53 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
eggsovereasy8-May-08 9:04
eggsovereasy8-May-08 9:04 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 9:56
Member 39190498-May-08 9:56 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 12:14
Member 39190498-May-08 12:14 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Andrew Rissing9-May-08 4:47
Andrew Rissing9-May-08 4:47 
QuestionOpen Source Database Lib Pin
Mushtaque Nizamani8-May-08 7:16
Mushtaque Nizamani8-May-08 7: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.