Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralRe: Text break into two part Pin
Not Active30-Jan-11 6:43
mentorNot Active30-Jan-11 6:43 
GeneralRe: Text break into two part Pin
OriginalGriff30-Jan-11 8:19
mveOriginalGriff30-Jan-11 8:19 
GeneralRe: Text break into two part Pin
Abhinav S30-Jan-11 17:59
Abhinav S30-Jan-11 17:59 
GeneralRe: Text break into two part Pin
OriginalGriff30-Jan-11 20:23
mveOriginalGriff30-Jan-11 20:23 
AnswerRe: Text break into two part Pin
Pete O'Hanlon30-Jan-11 9:24
mvePete O'Hanlon30-Jan-11 9:24 
AnswerRe: Text break into two part Pin
Valery Possoz31-Jan-11 12:23
professionalValery Possoz31-Jan-11 12:23 
Questionget URL from Chrome Pin
moums28-Jan-11 11:45
moums28-Jan-11 11:45 
AnswerRe: get URL from Chrome Pin
Luc Pattyn28-Jan-11 15:33
sitebuilderLuc Pattyn28-Jan-11 15:33 
Hi,

welcome to CodeProject. You managed to ask a clear question with a readable code snippet, using PRE tags. Very good. You did fail to provide details on the failure though, if there is a compile-time or run-time error message/exception, you should report it.

It so happens I think I know what is going on: when sending messages to another process, if a pointer is involved, then that pointer must be valid in the destination process, not the originating process. So you need a buffer in the destination process, then request the data gets put into that buffer, and then you can go and read from that buffer. This takes several Win32 functions, I have an example (and an LP_Process class) here: LP#TrayIconBuster[^]. I suggest you study it there.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: get URL from Chrome Pin
Not Active28-Jan-11 15:45
mentorNot Active28-Jan-11 15:45 
GeneralRe: get URL from Chrome Pin
Luc Pattyn28-Jan-11 15:56
sitebuilderLuc Pattyn28-Jan-11 15:56 
GeneralRe: get URL from Chrome Pin
Dave Kreskowiak28-Jan-11 17:42
mveDave Kreskowiak28-Jan-11 17:42 
GeneralRe: get URL from Chrome Pin
Luc Pattyn28-Jan-11 18:11
sitebuilderLuc Pattyn28-Jan-11 18:11 
GeneralRe: get URL from Chrome Pin
Pete O'Hanlon28-Jan-11 22:56
mvePete O'Hanlon28-Jan-11 22:56 
GeneralRe: get URL from Chrome Pin
Luc Pattyn29-Jan-11 1:10
sitebuilderLuc Pattyn29-Jan-11 1:10 
GeneralRe: get URL from Chrome Pin
moums29-Jan-11 9:21
moums29-Jan-11 9:21 
AnswerRe: get URL from Chrome Pin
Luc Pattyn29-Jan-11 9:43
sitebuilderLuc Pattyn29-Jan-11 9:43 
GeneralRe: get URL from Chrome Pin
moums30-Jan-11 9:35
moums30-Jan-11 9:35 
GeneralRe: get URL from Chrome Pin
dan!sh 29-Jan-11 9:36
professional dan!sh 29-Jan-11 9:36 
QuestionHow to create an HTML replacement string that has multiple quotes inside of it? [modified] Pin
turbosupramk328-Jan-11 7:32
turbosupramk328-Jan-11 7:32 
AnswerRe: How to create an HTML replacement string that has multiple quotes inside of it? Pin
TheGreatAndPowerfulOz28-Jan-11 8:30
TheGreatAndPowerfulOz28-Jan-11 8:30 
AnswerRe: How to create an HTML replacement string that has multiple quotes inside of it? Pin
OriginalGriff28-Jan-11 8:37
mveOriginalGriff28-Jan-11 8:37 
GeneralRe: How to create an HTML replacement string that has multiple quotes inside of it? Pin
turbosupramk328-Jan-11 11:13
turbosupramk328-Jan-11 11:13 
Questionhow to customize the Form class? Pin
leeoze27-Jan-11 21:07
leeoze27-Jan-11 21:07 
AnswerRe: how to customize the Form class? PinPopular
Pete O'Hanlon27-Jan-11 22:21
mvePete O'Hanlon27-Jan-11 22:21 
AnswerRe: how to customize the Form class? Pin
nlarson1128-Jan-11 8:36
nlarson1128-Jan-11 8:36 

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.