Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I delete a file after conversion to another format? Pin
002comp8-Apr-09 18:47
002comp8-Apr-09 18:47 
AnswerRe: How can I delete a file after conversion to another format? Pin
«_Superman_»8-Apr-09 19:26
professional«_Superman_»8-Apr-09 19:26 
GeneralRe: How can I delete a file after conversion to another format? Pin
002comp8-Apr-09 20:14
002comp8-Apr-09 20:14 
AnswerRe: How can I delete a file after conversion to another format? Pin
Eytukan8-Apr-09 19:31
Eytukan8-Apr-09 19:31 
GeneralRe: How can I delete a file after conversion to another format? Pin
002comp8-Apr-09 21:16
002comp8-Apr-09 21:16 
QuestionCRichEditCtrl subclass [modified] Pin
vijayarani8-Apr-09 16:24
vijayarani8-Apr-09 16:24 
AnswerRe: CRichEditCtrl subclass Pin
«_Superman_»8-Apr-09 20:07
professional«_Superman_»8-Apr-09 20:07 
QuestionCan we invoke any event as a Mouse Left/Right button action? Pin
THAQCD8-Apr-09 16:07
THAQCD8-Apr-09 16:07 
I would like to select Window objects (Start, File, Close, Minimize, Maximize ...) as a real mouse, however I don't have a real mouse, but I can use my capture coordinate to move the mouse as the following:

SetCapture();
SetCursorPos(pos_X, pos_Y);
ReleaseCapture();

By any chance, when my pointer (pos_X, pos_Y) pointing at a Window object, can I invoke any command, event to do as Left/Right-Click like the real Left/Right mouse buttons?

Many thanks for any help. D'Oh! | :doh:
AnswerRe: Can we invoke any event as a Mouse Left/Right button action? Pin
Jijo.Raj8-Apr-09 18:04
Jijo.Raj8-Apr-09 18:04 
GeneralRe: Can we invoke any event as a Mouse Left/Right button action? Pin
THAQCD9-Apr-09 8:18
THAQCD9-Apr-09 8:18 
Questionhelp me ... i have some errors Pin
kiemxai8-Apr-09 10:37
kiemxai8-Apr-09 10:37 
AnswerRe: help me ... i have some errors Pin
Stuart Dootson8-Apr-09 11:01
professionalStuart Dootson8-Apr-09 11:01 
Questionproblems with converting from string to int Pin
Aljaz1118-Apr-09 10:32
Aljaz1118-Apr-09 10:32 
AnswerRe: problems with converting from string to int Pin
Stuart Dootson8-Apr-09 10:57
professionalStuart Dootson8-Apr-09 10:57 
GeneralRe: problems with converting from string to int Pin
Aljaz1118-Apr-09 11:26
Aljaz1118-Apr-09 11:26 
GeneralRe: problems with converting from string to int Pin
Stuart Dootson8-Apr-09 12:00
professionalStuart Dootson8-Apr-09 12:00 
GeneralRe: problems with converting from string to int Pin
Aljaz1118-Apr-09 12:31
Aljaz1118-Apr-09 12:31 
GeneralRe: problems with converting from string to int Pin
Stuart Dootson8-Apr-09 12:46
professionalStuart Dootson8-Apr-09 12:46 
QuestionWhy DllMain is not be called when I load the DLL file? Pin
ernst200205308-Apr-09 9:16
ernst200205308-Apr-09 9:16 
AnswerRe: Why DllMain is not be called when I load the DLL file? Pin
Stuart Dootson8-Apr-09 9:22
professionalStuart Dootson8-Apr-09 9:22 
JokeRe: Why DllMain is not be called when I load the DLL file? Pin
CPallini8-Apr-09 10:12
mveCPallini8-Apr-09 10:12 
GeneralRe: Why DllMain is not be called when I load the DLL file? Pin
ernst200205308-Apr-09 12:37
ernst200205308-Apr-09 12:37 
GeneralRe: Why DllMain is not be called when I load the DLL file? Pin
Stuart Dootson8-Apr-09 13:22
professionalStuart Dootson8-Apr-09 13:22 
QuestionDetecting Windows SDK version using macros Pin
tareqsiraj8-Apr-09 7:01
tareqsiraj8-Apr-09 7:01 
AnswerRe: Detecting Windows SDK version using macros Pin
Stuart Dootson8-Apr-09 8:38
professionalStuart Dootson8-Apr-09 8:38 

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.