Click here to Skip to main content
16,005,552 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use unix Pin
Nitzan Shaked22-Apr-04 20:46
Nitzan Shaked22-Apr-04 20:46 
GeneralRe: Use unix Pin
D.J.Deky22-Apr-04 21:12
D.J.Deky22-Apr-04 21:12 
Generalhttp://www.mingw.org/download.shtml Pin
Nitzan Shaked22-Apr-04 21:48
Nitzan Shaked22-Apr-04 21:48 
GeneralRe: Use unix Pin
Robert A. T. Káldy22-Apr-04 20:53
Robert A. T. Káldy22-Apr-04 20:53 
GeneralRe: C++ and Excel Pin
Rage22-Apr-04 22:59
professionalRage22-Apr-04 22:59 
GeneralDetecting whether a window is topmost Pin
Shree22-Apr-04 19:12
Shree22-Apr-04 19:12 
GeneralRe: Detecting whether a window is topmost Pin
David Crow23-Apr-04 6:36
David Crow23-Apr-04 6:36 
GeneralRe: Detecting whether a window is topmost Pin
Shree23-Apr-04 14:03
Shree23-Apr-04 14:03 
The window might be topmost, but not on the foreground. For example, We can set MSN to Always on top, and the task manager, which is always on top. Both of these are topmost windows, but any of them could be in the foreground. The following line solved the problem:

bool isTopmost = GetWindowLong(hWnd, GWL_EXSTYLE) & WS_EX_TOPMOST
Generaldll needed Pin
tnleec22-Apr-04 17:39
tnleec22-Apr-04 17:39 
GeneralRe: dll needed Pin
Mike Dimmick23-Apr-04 2:44
Mike Dimmick23-Apr-04 2:44 
GeneralRe: dll needed Pin
tnleec23-Apr-04 9:00
tnleec23-Apr-04 9:00 
GeneralPlease advise Pin
Member 104325122-Apr-04 17:25
Member 104325122-Apr-04 17:25 
GeneralRe: Please advise Pin
dudepdx22-Apr-04 20:56
dudepdx22-Apr-04 20:56 
GeneralRe: Please advise Pin
Member 104325122-Apr-04 23:05
Member 104325122-Apr-04 23:05 
GeneralRe: Please advise Pin
jmkhael22-Apr-04 23:09
jmkhael22-Apr-04 23:09 
GeneralDialog as MDI-CHILD window Pin
cyberbob2322-Apr-04 17:11
cyberbob2322-Apr-04 17:11 
GeneralExtraction syntax for a _variant_t object Pin
NotQuite22-Apr-04 15:46
NotQuite22-Apr-04 15:46 
GeneralRe: Extraction syntax for a _variant_t object Pin
Michael Dunn22-Apr-04 16:31
sitebuilderMichael Dunn22-Apr-04 16:31 
GeneralRe: Extraction syntax for a _variant_t object Pin
NotQuite22-Apr-04 17:06
NotQuite22-Apr-04 17:06 
GeneralA xp icons collection Pin
guiicons22-Apr-04 15:15
guiicons22-Apr-04 15:15 
GeneralRe: A xp icons collection Pin
Michael Dunn22-Apr-04 16:33
sitebuilderMichael Dunn22-Apr-04 16:33 
Generaltxt files Pin
Selevercin22-Apr-04 15:15
Selevercin22-Apr-04 15:15 
GeneralRe: txt files Pin
Christian Graus22-Apr-04 15:22
protectorChristian Graus22-Apr-04 15:22 
Generaldatabase Pin
...---...22-Apr-04 13:34
...---...22-Apr-04 13:34 
GeneralODBC vs OLE DB Pin
LasVegasGuy22-Apr-04 12:49
LasVegasGuy22-Apr-04 12:49 

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.