Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPrinting dash line Pin
Shivani .B3-Nov-09 20:20
Shivani .B3-Nov-09 20:20 
QuestionRe: Printing dash line Pin
CPallini3-Nov-09 21:57
mveCPallini3-Nov-09 21:57 
AnswerRe: Printing dash line Pin
Shivani .B3-Nov-09 22:01
Shivani .B3-Nov-09 22:01 
GeneralRe: Printing dash line Pin
CPallini3-Nov-09 22:40
mveCPallini3-Nov-09 22:40 
AnswerRe: Printing dash line Pin
Shivani .B3-Nov-09 23:01
Shivani .B3-Nov-09 23:01 
QuestionProblem in Getting Window handler Pin
NarVish3-Nov-09 19:31
NarVish3-Nov-09 19:31 
AnswerRe: Problem in Getting Window handler Pin
Richard MacCutchan3-Nov-09 22:59
mveRichard MacCutchan3-Nov-09 22:59 
AnswerRe: Problem in Getting Window handler Pin
David Crow4-Nov-09 3:15
David Crow4-Nov-09 3:15 
North 2009 wrote:
From all the system processes, I'm trying to get window handler for the excel processes.


1) If you have Excel's process ID, call EnumWindows(). In the callback function, call GetWindowThreadProcessId() and check if it matches the process ID.

2) If you have Excel's process handle, call GetProcessId() and then do step 1 above.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


Questionhow to disable alert script in webbrower ? Pin
Member 37001883-Nov-09 19:14
Member 37001883-Nov-09 19:14 
AnswerRe: how to disable alert script in webbrower ? Pin
enhzflep3-Nov-09 20:49
enhzflep3-Nov-09 20:49 
QuestionDetecting when a user copy a file in windows explorer Pin
emmmatty13-Nov-09 19:00
emmmatty13-Nov-09 19:00 
QuestionRe: Detecting when a user copy a file in windows explorer Pin
David Crow4-Nov-09 3:17
David Crow4-Nov-09 3:17 
AnswerRe: Detecting when a user copy a file in windows explorer Pin
emmmatty14-Nov-09 3:42
emmmatty14-Nov-09 3:42 
QuestionMemory leak: Tracking line numbers in VS2005 Pin
PaulowniaK3-Nov-09 17:58
PaulowniaK3-Nov-09 17:58 
AnswerRe: Memory leak: Tracking line numbers in VS2005 Pin
Saurabh.Garg4-Nov-09 1:10
Saurabh.Garg4-Nov-09 1:10 
GeneralRe: Memory leak: Tracking line numbers in VS2005 Pin
PaulowniaK4-Nov-09 13:59
PaulowniaK4-Nov-09 13:59 
GeneralRe: Memory leak: Tracking line numbers in VS2005 Pin
Saurabh.Garg4-Nov-09 15:52
Saurabh.Garg4-Nov-09 15:52 
QuestionCmake cannot find my header file. Pin
meiskru3-Nov-09 17:30
meiskru3-Nov-09 17:30 
QuestionRe: Cmake cannot find my header file. Pin
CPallini3-Nov-09 20:50
mveCPallini3-Nov-09 20:50 
Questionwhat are the different manners to run a file auto in WindowsXP Pin
WindowsVsLinux3-Nov-09 16:16
WindowsVsLinux3-Nov-09 16:16 
AnswerRe: what are the different manners to run a file auto in WindowsXP Pin
Rajesh R Subramanian3-Nov-09 19:16
professionalRajesh R Subramanian3-Nov-09 19:16 
QuestionSplitting window at runtime Pin
Anu_Bala3-Nov-09 16:15
Anu_Bala3-Nov-09 16:15 
AnswerRe: Splitting window at runtime Pin
«_Superman_»3-Nov-09 16:22
professional«_Superman_»3-Nov-09 16:22 
GeneralRe: Splitting window at runtime Pin
Anu_Bala3-Nov-09 16:32
Anu_Bala3-Nov-09 16:32 
GeneralRe: Splitting window at runtime Pin
«_Superman_»3-Nov-09 17:01
professional«_Superman_»3-Nov-09 17:01 

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.