Click here to Skip to main content
15,914,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Child Window Pin
Niklas L1-Jun-10 5:16
Niklas L1-Jun-10 5:16 
AnswerRe: Child Window [modified] Pin
Software_Developer1-Jun-10 9:02
Software_Developer1-Jun-10 9:02 
QuestionPrint text that looks hollow Pin
DanYELL1-Jun-10 4:19
DanYELL1-Jun-10 4:19 
AnswerRe: Print text that looks hollow Pin
Code-o-mat1-Jun-10 4:45
Code-o-mat1-Jun-10 4:45 
QuestionClicking on StatusBar Pin
Software20071-Jun-10 3:17
Software20071-Jun-10 3:17 
QuestionWM_COPYDATA not received by SDI application Pin
rp_suman1-Jun-10 2:48
rp_suman1-Jun-10 2:48 
AnswerRe: WM_COPYDATA not received by SDI application Pin
Aescleal1-Jun-10 3:19
Aescleal1-Jun-10 3:19 
GeneralRe: WM_COPYDATA not received by SDI application Pin
rp_suman2-Jun-10 0:02
rp_suman2-Jun-10 0:02 
Thanks for the help!!

I've resolved the problem, I forget to give the size of data to be sent:
cpds.cbData = _tcslen(csData) + 1; .

Also if the receiving application runs in IDE(Running as Admin), and the sending application launched externally(Normal mode), then sending copydata message failed and GetLastError() returns "Access denied".
So the sending application must have same or higher credentials as the receiving application.

Regards
--
"Programming is an art that fights back!"

QuestionWindows 7 file access permition problem [modified] Pin
Sunny12701-Jun-10 1:54
Sunny12701-Jun-10 1:54 
AnswerRe: Windows 7 file access permition problem [modified] Pin
ShilpiP1-Jun-10 2:19
ShilpiP1-Jun-10 2:19 
GeneralRe: Windows 7 file access permition problem Pin
Sunny12701-Jun-10 3:25
Sunny12701-Jun-10 3:25 
GeneralRe: Windows 7 file access permition problem Pin
Sunny12701-Jun-10 4:33
Sunny12701-Jun-10 4:33 
AnswerRe: Windows 7 file access permition problem Pin
Chris Losinger1-Jun-10 4:09
professionalChris Losinger1-Jun-10 4:09 
GeneralRe: Windows 7 file access permition problem Pin
Sunny12701-Jun-10 4:12
Sunny12701-Jun-10 4:12 
GeneralRe: Windows 7 file access permition problem Pin
Chris Losinger1-Jun-10 4:23
professionalChris Losinger1-Jun-10 4:23 
QuestionSTL map and multimap implementation Pin
AkashAg1-Jun-10 0:18
AkashAg1-Jun-10 0:18 
AnswerRe: STL map and multimap implementation Pin
AkashAg2-Jun-10 2:29
AkashAg2-Jun-10 2:29 
QuestionUsing libraries in VS2010 / c++ Pin
Ed SHaw1-Jun-10 0:13
Ed SHaw1-Jun-10 0:13 
AnswerRe: Using libraries in VS2010 / c++ [modified] Pin
Aescleal1-Jun-10 1:41
Aescleal1-Jun-10 1:41 
Questionhow to display a image in a particular control Pin
learningvisualc31-May-10 23:41
learningvisualc31-May-10 23:41 
AnswerRe: how to display a image in a particular control Pin
Hristo-Bojilov31-May-10 23:59
Hristo-Bojilov31-May-10 23:59 
AnswerRe: how to display a image in a particular control Pin
Richard MacCutchan1-Jun-10 0:03
mveRichard MacCutchan1-Jun-10 0:03 
AnswerRe: how to display a image in a particular control Pin
«_Superman_»1-Jun-10 0:07
professional«_Superman_»1-Jun-10 0:07 
QuestionHow to replace occurance of one character in a string ? Pin
s v joshi31-May-10 23:19
s v joshi31-May-10 23:19 
AnswerRe: How to replace occurance of one character in a string ? Pin
«_Superman_»31-May-10 23:25
professional«_Superman_»31-May-10 23:25 

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.