Click here to Skip to main content
15,889,872 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
mybm110-Sep-14 19:02
mybm110-Sep-14 19:02 
AnswerRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
David Crow3-Sep-14 6:15
David Crow3-Sep-14 6:15 
AnswerRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
David Crow3-Sep-14 6:14
David Crow3-Sep-14 6:14 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
mybm110-Sep-14 19:14
mybm110-Sep-14 19:14 
Questionmaximum number of samples VC++ can dump in real time plotting Pin
niranjan arya2-Sep-14 21:10
niranjan arya2-Sep-14 21:10 
AnswerRe: maximum number of samples VC++ can dump in real time plotting Pin
Albert Holguin3-Sep-14 3:44
professionalAlbert Holguin3-Sep-14 3:44 
QuestionIs there a way to force a Windows application to always be on top? Pin
charlieg2-Sep-14 15:27
charlieg2-Sep-14 15:27 
AnswerRe: Is there a way to force a Windows application to always be on top? Pin
«_Superman_»2-Sep-14 17:45
professional«_Superman_»2-Sep-14 17:45 
You can still use SetWindowPos.
You just need to get the handle to the message box.
FindWindow will get you this handle.

The best way would be to install a shell hook using SetWindowsHookEx which will then give you a notification when the message box pops up and also its handle.
You could then use SetWindowPos on the handle to make it top most.

It is for you to decide if it is worth installing the shell hook because it will effect the entire system.
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) (October 2009 - September 2013)

Polymorphism in C

GeneralRe: Is there a way to force a Windows application to always be on top? Pin
charlieg3-Sep-14 4:11
charlieg3-Sep-14 4:11 
AnswerRe: Is there a way to force a Windows application to always be on top? Pin
Joe Woodbury3-Sep-14 15:04
professionalJoe Woodbury3-Sep-14 15:04 
QuestionCMenu with Bitmap icon Pin
Drakesal1-Sep-14 10:16
Drakesal1-Sep-14 10:16 
AnswerRe: CMenu with Bitmap icon Pin
Richard MacCutchan1-Sep-14 21:17
mveRichard MacCutchan1-Sep-14 21:17 
GeneralRe: CMenu with Bitmap icon Pin
Drakesal2-Sep-14 3:01
Drakesal2-Sep-14 3:01 
GeneralRe: CMenu with Bitmap icon Pin
Richard MacCutchan2-Sep-14 4:00
mveRichard MacCutchan2-Sep-14 4:00 
GeneralRe: CMenu with Bitmap icon Pin
_Flaviu2-Sep-14 4:58
_Flaviu2-Sep-14 4:58 
AnswerRe: CMenu with Bitmap icon Pin
Maximilien2-Sep-14 5:31
Maximilien2-Sep-14 5:31 
GeneralRe: CMenu with Bitmap icon Pin
Drakesal2-Sep-14 6:59
Drakesal2-Sep-14 6:59 
GeneralRe: CMenu with Bitmap icon Pin
Maximilien2-Sep-14 7:56
Maximilien2-Sep-14 7:56 
GeneralRe: CMenu with Bitmap icon Pin
Drakesal2-Sep-14 20:54
Drakesal2-Sep-14 20:54 
QuestionC++ Open the COM Port on Windows CE Device Pin
baranils1-Sep-14 9:27
baranils1-Sep-14 9:27 
GeneralRe: C++ Open the COM Port on Windows CE Device Pin
CPallini1-Sep-14 9:52
mveCPallini1-Sep-14 9:52 
GeneralRe: C++ Open the COM Port on Windows CE Device Pin
baranils1-Sep-14 19:06
baranils1-Sep-14 19:06 
GeneralRe: C++ Open the COM Port on Windows CE Device Pin
CPallini1-Sep-14 19:43
mveCPallini1-Sep-14 19:43 
GeneralRe: C++ Open the COM Port on Windows CE Device Pin
Randor 2-Sep-14 12:14
professional Randor 2-Sep-14 12:14 
QuestionRe: C++ Open the COM Port on Windows CE Device Pin
CPallini2-Sep-14 20:25
mveCPallini2-Sep-14 20: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.