Click here to Skip to main content
15,907,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I initialize an CListBox& null reference ? Pin
«_Superman_»1-Jan-11 7:41
professional«_Superman_»1-Jan-11 7:41 
AnswerRe: How can I initialize an CListBox& null reference ? Pin
CPallini1-Jan-11 7:54
mveCPallini1-Jan-11 7:54 
AnswerRe: How can I initialize an CListBox& null reference ? Pin
bleedingfingers2-Jan-11 20:08
bleedingfingers2-Jan-11 20:08 
QuestionHow can send message to an notepad ? [modified] Pin
mesajflaviu1-Jan-11 2:53
mesajflaviu1-Jan-11 2:53 
AnswerRe: How can send message to an notepad ? Pin
Espen Harlinn1-Jan-11 4:43
professionalEspen Harlinn1-Jan-11 4:43 
AnswerRe: How can send message to an notepad ? Pin
«_Superman_»1-Jan-11 7:54
professional«_Superman_»1-Jan-11 7:54 
GeneralRe: How can send message to an notepad ? Pin
normanS1-Jan-11 14:32
normanS1-Jan-11 14:32 
AnswerRe: How can send message to an notepad ? Pin
Luc Pattyn1-Jan-11 16:15
sitebuilderLuc Pattyn1-Jan-11 16:15 
you can't just pass pointers from one process to another process; they must be meaningful and accessible for the receiver, and in general buffers at the sender are neither to the receiver. It would take some calls to VirtualAllocEx, WriteProcessMemory, and the like to achieve such things.

But then, why would you? if you want to open Notepad on an empty document and then "type" some, why not simply create a text file first, then open it with Notepad? You wouldn't need any Win32 API function to do that.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] [My CP bug tracking] Nil Volentibus Arduum
Season's Greetings to all CPians.


Question891011 - nested groups in a property grid Pin
ilostmyid231-Dec-10 22:48
professionalilostmyid231-Dec-10 22:48 
QuestionWhy is index in document gone? [modified] Pin
followait31-Dec-10 16:59
followait31-Dec-10 16:59 
AnswerRe: Why is index in document gone? Pin
Richard MacCutchan1-Jan-11 0:41
mveRichard MacCutchan1-Jan-11 0:41 
GeneralRe: Why is index in document gone? [modified] Pin
followait1-Jan-11 5:47
followait1-Jan-11 5:47 
QuestionWhy the first parameter of CreateEvent () method is NULL Pin
pandit8431-Dec-10 0:02
pandit8431-Dec-10 0:02 
AnswerRe: Why the first parameter of CreateEvent () method is NULL Pin
jk chan31-Dec-10 1:09
jk chan31-Dec-10 1:09 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
pandit8431-Dec-10 2:14
pandit8431-Dec-10 2:14 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
«_Superman_»31-Dec-10 4:54
professional«_Superman_»31-Dec-10 4:54 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
fat_boy31-Dec-10 4:54
fat_boy31-Dec-10 4:54 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
bleedingfingers2-Jan-11 20:12
bleedingfingers2-Jan-11 20:12 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
pandit842-Jan-11 22:30
pandit842-Jan-11 22:30 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
bleedingfingers2-Jan-11 22:37
bleedingfingers2-Jan-11 22:37 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
pandit842-Jan-11 23:30
pandit842-Jan-11 23:30 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
bleedingfingers3-Jan-11 0:32
bleedingfingers3-Jan-11 0:32 
GeneralRe: Why the first parameter of CreateEvent () method is NULL Pin
pandit843-Jan-11 1:29
pandit843-Jan-11 1:29 
Questionfile format Pin
yogish29330-Dec-10 23:41
yogish29330-Dec-10 23:41 
AnswerRe: file format Pin
CPallini31-Dec-10 3:53
mveCPallini31-Dec-10 3:53 

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.