showwindow Questions
3
Solved
I'm trying to hide console window when my C application lauching with this simple WinAPI code:
#define CONSOLE_NAME "6FD66E14-FF0F-4B94-B8AF-AFE3D42DC399"
void hide_window(void)
{
// Ставим заго...
Resurrection asked 23/5, 2011 at 11:23
2
First a caveat, I only very recently started learning about the WinAPI. I'm sure this question has been asked many times before, but for some reason I can't find it anywhere online. The question is...
Arrest asked 28/5, 2018 at 8:59
2
Explorer seems to always start my application with SW_MAXIMIZE (STARTF_USESHOWWINDOW is set in STARTUPINFO.dwFlags). I know that ShowWindow will use this value the first time you/Windows needs to d...
Streetwalker asked 8/3, 2015 at 19:0
2
Solved
I am writing a program that shows/hides the window of some target application. I was testing it out earlier and noticed something strange. If I run the target application as Administrator (right-cl...
Cockerel asked 20/11, 2012 at 7:21
3
I've got a subclass of an NSWindowController that I'm using to load a window from a nib and show it on the screen. Below is the code that is called when I want to show the window. On 10.6 when show...
Professor asked 7/10, 2009 at 2:49
1
© 2022 - 2024 — McMap. All rights reserved.