Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to insert char* to char array - WITHOUT using string Pin
Victor Nijegorodov16-Dec-17 21:31
Victor Nijegorodov16-Dec-17 21:31 
GeneralRe: How to insert char* to char array - WITHOUT using string Pin
Vaclav_20-Dec-17 7:25
Vaclav_20-Dec-17 7:25 
AnswerRe: How to insert char* to char array - WITHOUT using string Pin
jschell16-Dec-17 8:55
jschell16-Dec-17 8:55 
AnswerRe: How to insert char* to char array - WITHOUT using string Pin
Richard MacCutchan16-Dec-17 9:51
mveRichard MacCutchan16-Dec-17 9:51 
AnswerRe: How to insert char* to char array - WITHOUT using string Pin
Munchies_Matt20-Dec-17 3:47
Munchies_Matt20-Dec-17 3:47 
GeneralRe: How to insert char* to char array - WITHOUT using string Pin
Vaclav_20-Dec-17 7:31
Vaclav_20-Dec-17 7:31 
GeneralRe: How to insert char* to char array - WITHOUT using string Pin
Munchies_Matt20-Dec-17 21:53
Munchies_Matt20-Dec-17 21:53 
QuestionHow know if a window is above another Pin
Schehaider_Aymen15-Dec-17 5:46
Schehaider_Aymen15-Dec-17 5:46 
I have 2 windows, let's say a FileZilla window and a Notepad Window. And I have the FileZilla window is on the top of the Notepad one (like cards; on above the other).

I want to know how could I get the information that the FileZilla window is above the notepad's one ?

I tried GetWindowLong But no chance.

C++
LONG wndState1 = ::GetWindowLong(handler1, GWL_EXSTYLE);

C++
LONG wndState2 = ::GetWindowLong(handler2, GWL_EXSTYLE);

both results is equal to 256.


Is there a trick for that ?
"The Only Limit Is Only Your Imagination."


modified 15-Dec-17 11:52am.

AnswerRe: How know if a window is above another Pin
Rick York15-Dec-17 6:09
mveRick York15-Dec-17 6:09 
AnswerRe: How know if a window is above another Pin
Victor Nijegorodov15-Dec-17 9:28
Victor Nijegorodov15-Dec-17 9:28 
GeneralRe: How know if a window is above another Pin
Schehaider_Aymen15-Dec-17 11:07
Schehaider_Aymen15-Dec-17 11:07 
GeneralRe: How know if a window is above another Pin
Richard Andrew x6416-Dec-17 3:15
professionalRichard Andrew x6416-Dec-17 3:15 
AnswerRe: How know if a window is above another Pin
leon de boer16-Dec-17 5:36
leon de boer16-Dec-17 5:36 
QuestionFrame or even Thread exception handler with _try _except/_catch() Pin
ForNow15-Dec-17 3:22
ForNow15-Dec-17 3:22 
QuestionHow to check session created or not in MySQL X DevApi A,k,a X Protocol. Pin
lynxpravoka14-Dec-17 12:49
lynxpravoka14-Dec-17 12:49 
AnswerRe: How to check session created or not in MySQL X DevApi A,k,a X Protocol. Pin
Jochen Arndt14-Dec-17 21:01
professionalJochen Arndt14-Dec-17 21:01 
GeneralRe: How to check session created or not in MySQL X DevApi A,k,a X Protocol. Pin
lynxpravoka15-Dec-17 2:34
lynxpravoka15-Dec-17 2:34 
GeneralRe: How to check session created or not in MySQL X DevApi A,k,a X Protocol. Pin
Jochen Arndt15-Dec-17 2:51
professionalJochen Arndt15-Dec-17 2:51 
QuestionC pre increment and post increment Pin
Anonygeeker13-Dec-17 23:27
Anonygeeker13-Dec-17 23:27 
AnswerRe: C pre increment and post increment Pin
Richard MacCutchan13-Dec-17 23:52
mveRichard MacCutchan13-Dec-17 23:52 
GeneralRe: C pre increment and post increment Pin
Anonygeeker14-Dec-17 1:05
Anonygeeker14-Dec-17 1:05 
AnswerRe: C pre increment and post increment Pin
Jochen Arndt14-Dec-17 0:01
professionalJochen Arndt14-Dec-17 0:01 
GeneralRe: C pre increment and post increment Pin
Anonygeeker14-Dec-17 1:05
Anonygeeker14-Dec-17 1:05 
GeneralRe: C pre increment and post increment Pin
leon de boer14-Dec-17 6:16
leon de boer14-Dec-17 6:16 
AnswerRe: C pre increment and post increment Pin
Daniel Pfeffer14-Dec-17 2:00
professionalDaniel Pfeffer14-Dec-17 2:00 

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.