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

C / C++ / MFC

 
GeneralRe: ToolTip Pin
Florian Heidenreich28-Jul-01 5:20
Florian Heidenreich28-Jul-01 5:20 
GeneralRe: ToolTip Pin
28-Jul-01 5:58
suss28-Jul-01 5:58 
GeneralProblem with StretchBlt() function Pin
julia27-Jul-01 17:31
julia27-Jul-01 17:31 
GeneralRe: Problem with StretchBlt() function Pin
Christian Graus27-Jul-01 18:04
protectorChristian Graus27-Jul-01 18:04 
GeneralPrint rectangle with bitmap brush Pin
Eugene Pustovoyt27-Jul-01 17:25
Eugene Pustovoyt27-Jul-01 17:25 
GeneralRe: Print rectangle with bitmap brush Pin
Christian Graus27-Jul-01 18:06
protectorChristian Graus27-Jul-01 18:06 
QuestionHow to disable right-click popup menu system wide Pin
JavaTony27-Jul-01 16:01
JavaTony27-Jul-01 16:01 
GeneralHelp with creating Always On Top hidden window Pin
JavaTony27-Jul-01 15:19
JavaTony27-Jul-01 15:19 
Hello,
Could anyone please show me how to create an Always On Top window like ICQ or Task Manager except it is transparent? I want the window to be Topmost and no application being maximized can stay above it. I am creating my window like this, but it is not always on top. Please help, tell, or show me what to do, thank you.

// Create the window (this doesn't work, I don't know why)
// If I do a Alt-Tab, other windows being maximized can still go above it
hwndHotkey = CreateWindowEx(WS_EX_TRANSPARENT | WS_EX_TOPMOST,
szWindowNameHotkey, NULL,
WS_POPUP, 0, 0,
GetSystemMetrics(SM_CXSCREEN),
GetSystemMetrics(SM_CYSCREEN),
NULL, NULL, ghInstance, NULL);

SetWindowPos(hwndHotkey,
HWND_TOPMOST,
0,
0,
0,
0,
SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);

Smile | :)
GeneralRe: Help with creating Always On Top hidden window Pin
Vitaliy Hubanov30-Jul-01 22:17
Vitaliy Hubanov30-Jul-01 22:17 
GeneralNon-resizable window. Pin
John Uhlenbrock27-Jul-01 11:35
John Uhlenbrock27-Jul-01 11:35 
GeneralRe: Non-resizable window. Pin
Nathan Hoffman27-Jul-01 11:59
Nathan Hoffman27-Jul-01 11:59 
GeneralRe: Non-resizable window. Pin
Ulf Öhlén27-Jul-01 19:29
Ulf Öhlén27-Jul-01 19:29 
GeneralRe: Non-resizable window. Pin
Rick York27-Jul-01 21:51
mveRick York27-Jul-01 21:51 
GeneralRe: Non-resizable window. Pin
Ulf Öhlén28-Jul-01 8:45
Ulf Öhlén28-Jul-01 8:45 
GeneralCommunication among Components Pin
Nathan Hoffman27-Jul-01 11:00
Nathan Hoffman27-Jul-01 11:00 
GeneralRe: Communication among Components Pin
Frank Deo27-Jul-01 11:32
Frank Deo27-Jul-01 11:32 
GeneralRe: Communication among Components Pin
Cathy27-Jul-01 11:33
Cathy27-Jul-01 11:33 
GeneralCFile::Open(...) fails when opening file on MSDOS computer from Win2000 computer Pin
Cathy27-Jul-01 10:47
Cathy27-Jul-01 10:47 
GeneralRe: CFile::Open(...) fails when opening file on MSDOS computer from Win2000 computer Pin
Neville Franks27-Jul-01 12:46
Neville Franks27-Jul-01 12:46 
GeneralRe: CFile::Open(...) fails when opening file on MSDOS computer from Win2000 computer Pin
Cathy27-Jul-01 14:06
Cathy27-Jul-01 14:06 
GeneralRe: CFile::Open(...) fails when opening file on MSDOS computer from Win2000 computer Pin
Neville Franks27-Jul-01 14:10
Neville Franks27-Jul-01 14:10 
GeneralRe: CFile::Open(...) fails when opening file on MSDOS computer from Win2000 computer Pin
Cathy27-Jul-01 14:15
Cathy27-Jul-01 14:15 
GeneralRe: CFile::Open(...) fails when opening file on MSDOS computer from Win2000 computer Pin
Neville Franks27-Jul-01 14:19
Neville Franks27-Jul-01 14:19 
GeneralRe: CFile::Open(...) fails when opening file on MSDOS computer from Win2000 computer Pin
Cathy27-Jul-01 14:33
Cathy27-Jul-01 14:33 
Generalurgent!! please respond by e-mail Pin
27-Jul-01 10:36
suss27-Jul-01 10:36 

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.