Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
AnswerRe: Win32 Message Hooks and/or Legitimate Code Injection Pin
Luc Pattyn9-Nov-09 15:28
sitebuilderLuc Pattyn9-Nov-09 15:28 
Questionhow can i calculate shortest path between neurons in artifical neural network graph? Pin
karayel_kara9-Nov-09 12:32
karayel_kara9-Nov-09 12:32 
QuestionC# subject not correct form because of shift+enter Pin
Jacob Dixon9-Nov-09 10:45
Jacob Dixon9-Nov-09 10:45 
AnswerRe: C# subject not correct form because of shift+enter Pin
Abhishek Sur9-Nov-09 10:48
professionalAbhishek Sur9-Nov-09 10:48 
GeneralRe: C# subject not correct form because of shift+enter Pin
Jacob Dixon9-Nov-09 10:55
Jacob Dixon9-Nov-09 10:55 
GeneralRe: C# subject not correct form because of shift+enter Pin
Abhishek Sur9-Nov-09 21:37
professionalAbhishek Sur9-Nov-09 21:37 
Questionthreading access to toolstripmenuitem Pin
ToeKing9-Nov-09 10:41
ToeKing9-Nov-09 10:41 
AnswerRe: threading access to toolstripmenuitem Pin
Luc Pattyn9-Nov-09 11:37
sitebuilderLuc Pattyn9-Nov-09 11:37 
Hi,

I'm aware there are some GUI parts that aren't Controls, and hence don't have InvokeRequired and Invoke().
Although I did search a lot at some time, I haven't found any official stance.

I think it is OK to use a real Control instead of the non-Control part for calling InvokeRequired and Invoke(), provided those parts really got created by the same thread the Controls are. In the end, you probably could use the Form itself for all of them. After all, all the object is used for is determining the right thread for executing the delegate.

I haven't checked this yet, it is on my TODO list though.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


QuestionMp3 or Wav Stream and Parse Pin
Greg Mort9-Nov-09 9:56
Greg Mort9-Nov-09 9:56 
Questionhow to start a form in a specific location Pin
BDJones9-Nov-09 8:51
BDJones9-Nov-09 8:51 
AnswerRe: how to start a form in a specific location Pin
Christian Graus9-Nov-09 9:15
protectorChristian Graus9-Nov-09 9:15 
GeneralRe: how to start a form in a specific location Pin
BDJones9-Nov-09 9:20
BDJones9-Nov-09 9:20 
GeneralRe: how to start a form in a specific location Pin
hotthoughtguy9-Nov-09 9:21
hotthoughtguy9-Nov-09 9:21 
AnswerRe: how to start a form in a specific location Pin
Luc Pattyn9-Nov-09 9:38
sitebuilderLuc Pattyn9-Nov-09 9:38 
GeneralRe: how to start a form in a specific location Pin
BDJones9-Nov-09 12:56
BDJones9-Nov-09 12:56 
GeneralRe: how to start a form in a specific location Pin
Luc Pattyn9-Nov-09 13:17
sitebuilderLuc Pattyn9-Nov-09 13:17 
QuestionHow to change the color text in datagridview cells Pin
Ejrr10859-Nov-09 8:22
Ejrr10859-Nov-09 8:22 
AnswerRe: How to change the color text in datagridview cells Pin
Eddy Vluggen9-Nov-09 8:44
professionalEddy Vluggen9-Nov-09 8:44 
GeneralRe: How to change the color text in datagridview cells Pin
Ejrr10859-Nov-09 9:18
Ejrr10859-Nov-09 9:18 
GeneralRe: How to change the color text in datagridview cells Pin
Eddy Vluggen10-Nov-09 3:36
professionalEddy Vluggen10-Nov-09 3:36 
GeneralRe: How to change the color text in datagridview cells [modified] Pin
Ejrr108517-Nov-09 11:18
Ejrr108517-Nov-09 11:18 
GeneralRe: How to change the color text in datagridview cells Pin
Ejrr108522-Nov-09 5:11
Ejrr108522-Nov-09 5:11 
QuestionProblem in updating multiple rows of a single column of a single table using Update Command from C# Pin
Member 23678009-Nov-09 7:58
Member 23678009-Nov-09 7:58 
AnswerRe: Problem in updating multiple rows of a single column of a single table using Update Command from C# Pin
Luc Pattyn9-Nov-09 8:24
sitebuilderLuc Pattyn9-Nov-09 8:24 
GeneralRe: Problem in updating multiple rows of a single column of a single table using Update Command from C# Pin
Member 236780010-Nov-09 21:37
Member 236780010-Nov-09 21:37 

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.