Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: validation in datagridview Pin
OriginalGriff10-Nov-10 3:42
mveOriginalGriff10-Nov-10 3:42 
AnswerRe: validation in datagridview Pin
Henry Minute10-Nov-10 4:29
Henry Minute10-Nov-10 4:29 
QuestionSend String to another application(Un-managed) using C# Pin
ShafiqA10-Nov-10 0:31
ShafiqA10-Nov-10 0:31 
AnswerRe: Send String to another application(Un-managed) using C# Pin
_Erik_10-Nov-10 3:03
_Erik_10-Nov-10 3:03 
GeneralRe: Send String to another application(Un-managed) using C# Pin
ShafiqA10-Nov-10 19:01
ShafiqA10-Nov-10 19:01 
GeneralRe: Send String to another application(Un-managed) using C# Pin
_Erik_10-Nov-10 23:19
_Erik_10-Nov-10 23:19 
GeneralRe: Send String to another application(Un-managed) using C# Pin
ShafiqA11-Nov-10 0:36
ShafiqA11-Nov-10 0:36 
AnswerRe: Send String to another application(Un-managed) using C# Pin
Vitaly Tomilov28-Nov-10 0:01
Vitaly Tomilov28-Nov-10 0:01 
I just finished writing my own library using WM_COPYDATA, and would happy to help you.

I've learnt a few interesting things about WM_COPYDATA, like this:
- It doesn't work across UAC, i.e. communicating processes must run in the same trust level for the messaging to work;
- This messaging doesn't work for different bit platforms, i.e. communicating processes must be either 32-bit or 64-bit, no mix is supported.

If you interested, my library allows easy communication with WM_COPYDATA for any .NET application Wink | ;)
Professional System Library on www.prosyslib.org

QuestionComputer name Pin
peropata9-Nov-10 23:07
peropata9-Nov-10 23:07 
AnswerRe: Computer name PinPopular
Pete O'Hanlon9-Nov-10 23:35
mvePete O'Hanlon9-Nov-10 23:35 
AnswerRe: Computer name Pin
Ankur\m/9-Nov-10 23:43
professionalAnkur\m/9-Nov-10 23:43 
GeneralRe: Computer name Pin
RaviRanjanKr9-Nov-10 23:53
professionalRaviRanjanKr9-Nov-10 23:53 
GeneralRe: Computer name Pin
Ankur\m/10-Nov-10 0:06
professionalAnkur\m/10-Nov-10 0:06 
GeneralRe: Computer name Pin
fjdiewornncalwe10-Nov-10 2:28
professionalfjdiewornncalwe10-Nov-10 2:28 
GeneralRe: Computer name Pin
Ankur\m/10-Nov-10 2:41
professionalAnkur\m/10-Nov-10 2:41 
GeneralRe: Computer name Pin
fjdiewornncalwe10-Nov-10 3:51
professionalfjdiewornncalwe10-Nov-10 3:51 
GeneralRe: Computer name Pin
Ankur\m/10-Nov-10 4:04
professionalAnkur\m/10-Nov-10 4:04 
QuestionGet Text From an Image File Pin
Anubhava Dimri9-Nov-10 17:24
Anubhava Dimri9-Nov-10 17:24 
AnswerRe: Get Text From an Image File Pin
Rajesh Anuhya9-Nov-10 18:08
professionalRajesh Anuhya9-Nov-10 18:08 
AnswerRe: Get Text From an Image File Pin
vamyip9-Nov-10 18:47
vamyip9-Nov-10 18:47 
GeneralRe: Get Text From an Image File Pin
Anubhava Dimri10-Nov-10 0:49
Anubhava Dimri10-Nov-10 0:49 
GeneralRe: Get Text From an Image File Pin
88Rocker10-Nov-10 1:43
88Rocker10-Nov-10 1:43 
Questioncomparing integers [modified] Pin
pancakeleh9-Nov-10 16:27
pancakeleh9-Nov-10 16:27 
AnswerRe: comparing integers PinPopular
Luc Pattyn9-Nov-10 16:57
sitebuilderLuc Pattyn9-Nov-10 16:57 
AnswerRe: comparing integers Pin
Abhinav S9-Nov-10 18:21
Abhinav S9-Nov-10 18:21 

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.