Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWant to paste a file programatically (using C++) that's available in the clipboard Pin
PankajB11-Feb-10 1:55
PankajB11-Feb-10 1:55 
AnswerRe: Want to paste a file programatically (using C++) that's available in the clipboard Pin
Code-o-mat11-Feb-10 4:14
Code-o-mat11-Feb-10 4:14 
QuestionAdding a new item to Open With sub menu in context menu of explorer Pin
Deepu Antony11-Feb-10 1:26
Deepu Antony11-Feb-10 1:26 
AnswerRe: Adding a new item to Open With sub menu in context menu of explorer Pin
Graham Breach11-Feb-10 2:43
Graham Breach11-Feb-10 2:43 
GeneralRe: Adding a new item to Open With sub menu in context menu of explorer Pin
Deepu Antony11-Feb-10 19:04
Deepu Antony11-Feb-10 19:04 
QuestionSendMessage Pin
john563211-Feb-10 0:26
john563211-Feb-10 0:26 
AnswerRe: SendMessage Pin
CPallini11-Feb-10 0:39
mveCPallini11-Feb-10 0:39 
AnswerRe: SendMessage Pin
Richard MacCutchan11-Feb-10 0:40
mveRichard MacCutchan11-Feb-10 0:40 
john5632 wrote:
some message are there like SDL_MOUSEBUTTONDOWN, SDL_MOUSEBUTTONUP. What it means?


These are Windows messages which are sent in response to user actions. There are many messages all with unique values which tell the application what function is being requested. See the MSDN documentation for full details of the ones that you are interested in.


john5632 wrote:
And if I send message from my application to that application how can I achieve that.


Your question is not very clear, perhaps you could try to reword it. You can send messages between applications by the SendMessage() or PostMessage() functions, but the full answer depends on what you are trying to achieve.
txtspeak is the realm of 9 year old children, not developers. Christian Graus

AnswerRe: SendMessage Pin
Rajesh R Subramanian11-Feb-10 1:28
professionalRajesh R Subramanian11-Feb-10 1:28 
QuestionDAO Excute Method Error on Contratint Pin
A&Ms11-Feb-10 0:19
A&Ms11-Feb-10 0:19 
QuestionRe: DAO Excute Method Error on Contratint Pin
CPallini11-Feb-10 0:29
mveCPallini11-Feb-10 0:29 
AnswerRe: DAO Excute Method Error on Contratint Pin
A&Ms11-Feb-10 2:16
A&Ms11-Feb-10 2:16 
QuestionWatermark printing Pin
Harsh Shankar11-Feb-10 0:09
Harsh Shankar11-Feb-10 0:09 
AnswerRe: Watermark printing Pin
Richard MacCutchan11-Feb-10 0:42
mveRichard MacCutchan11-Feb-10 0:42 
GeneralRe: Watermark printing Pin
Harsh Shankar11-Feb-10 0:55
Harsh Shankar11-Feb-10 0:55 
GeneralRe: Watermark printing [modified] Pin
loyal ginger11-Feb-10 1:20
loyal ginger11-Feb-10 1:20 
GeneralRe: Watermark printing Pin
Richard MacCutchan11-Feb-10 1:44
mveRichard MacCutchan11-Feb-10 1:44 
QuestionReccommended Debugger for PE inspection ? [modified] Pin
glitteringsound11-Feb-10 0:04
glitteringsound11-Feb-10 0:04 
AnswerRe: Reccommended Debugger for PE inspection ? Pin
Richard Andrew x6411-Feb-10 8:55
professionalRichard Andrew x6411-Feb-10 8:55 
QuestionHow to add a Horizontal Scroll Bar to CListBox Pin
pandit8410-Feb-10 23:33
pandit8410-Feb-10 23:33 
QuestionRe: How to add a Horizontal Scroll Bar to CListBox Pin
David Crow11-Feb-10 2:46
David Crow11-Feb-10 2:46 
AnswerRe: How to add a Horizontal Scroll Bar to CListBox Pin
BIJU Manjeri15-Feb-10 18:29
BIJU Manjeri15-Feb-10 18:29 
GeneralRe: How to add a Horizontal Scroll Bar to CListBox Pin
pandit8415-Feb-10 20:35
pandit8415-Feb-10 20:35 
GeneralRegarding MFC Pin
kirancgi10-Feb-10 23:27
kirancgi10-Feb-10 23:27 
QuestionRegarding MFC Pin
kirancgi10-Feb-10 23:25
kirancgi10-Feb-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.