Click here to Skip to main content
15,920,102 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to re-use form/control manipulation code? Pin
nicknotyet5-Jun-06 11:03
nicknotyet5-Jun-06 11:03 
AnswerRe: How to re-use form/control manipulation code? Pin
S. Senthil Kumar5-Jun-06 22:39
S. Senthil Kumar5-Jun-06 22:39 
QuestionSample app with DAL connectivity [modified] Pin
IMC20065-Jun-06 8:35
IMC20065-Jun-06 8:35 
AnswerRe: Sample app with DAL connectivity [modified] Pin
Josh Smith5-Jun-06 10:52
Josh Smith5-Jun-06 10:52 
GeneralSample app with DAL connectivity Pin
IMC20065-Jun-06 13:36
IMC20065-Jun-06 13:36 
GeneralRe: Sample app with DAL connectivity Pin
Josh Smith7-Jun-06 12:21
Josh Smith7-Jun-06 12:21 
QuestionProblem with DataGrid in MultiThread enviroment Pin
fan wei fang5-Jun-06 7:44
fan wei fang5-Jun-06 7:44 
AnswerRe: Problem with DataGrid in MultiThread enviroment Pin
Josh Smith5-Jun-06 8:57
Josh Smith5-Jun-06 8:57 
In Windows a control should only be modified from the thread which created the control. Make sure that you are only touching the grid from the main UI thread. You can check that by inspecting the value of InvokeRequired on the grid. If you are updating the grid from a different thread, be sure to marshal the call over to the UI thread via the BeginInvoke method on the grid.

Josh
GeneralRe: Problem with DataGrid in MultiThread enviroment Pin
fan wei fang5-Jun-06 9:34
fan wei fang5-Jun-06 9:34 
GeneralRe: Problem with DataGrid in MultiThread enviroment Pin
Josh Smith5-Jun-06 10:29
Josh Smith5-Jun-06 10:29 
GeneralRe: Problem with DataGrid in MultiThread enviroment Pin
fan wei fang5-Jun-06 18:03
fan wei fang5-Jun-06 18:03 
Questiondate conversion Pin
kjosh5-Jun-06 5:51
kjosh5-Jun-06 5:51 
AnswerRe: date conversion Pin
Josh Smith5-Jun-06 5:56
Josh Smith5-Jun-06 5:56 
AnswerRe: date conversion Pin
User 66585-Jun-06 6:07
User 66585-Jun-06 6:07 
QuestionVB6 --> C# Binary file reading Pin
aldogon5-Jun-06 5:45
aldogon5-Jun-06 5:45 
QuestionDetecting Process Pin
Hengy5-Jun-06 5:04
Hengy5-Jun-06 5:04 
AnswerRe: Detecting Process Pin
Josh Smith5-Jun-06 5:59
Josh Smith5-Jun-06 5:59 
QuestionSorting dates Pin
Yustme5-Jun-06 4:42
Yustme5-Jun-06 4:42 
AnswerRe: Sorting dates Pin
Josh Smith5-Jun-06 6:01
Josh Smith5-Jun-06 6:01 
GeneralRe: Sorting dates Pin
Yustme5-Jun-06 6:09
Yustme5-Jun-06 6:09 
GeneralRe: Sorting dates Pin
Dan Neely5-Jun-06 7:06
Dan Neely5-Jun-06 7:06 
GeneralRe: Sorting dates Pin
Yustme5-Jun-06 8:30
Yustme5-Jun-06 8:30 
GeneralRe: Sorting dates Pin
Dan Neely5-Jun-06 10:29
Dan Neely5-Jun-06 10:29 
GeneralRe: Sorting dates Pin
Josh Smith5-Jun-06 10:48
Josh Smith5-Jun-06 10:48 
AnswerRe: Sorting dates Pin
Dustin Metzgar5-Jun-06 6:10
Dustin Metzgar5-Jun-06 6:10 

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.