0
votes
1answer
18 views

How to handle the message-only window to get the messages from the console window?

I'm trying to know when a console window has moved so I created a new message-only window to get the messages of the console but I don't know if it is working because the message is apparently never ...
0
votes
0answers
71 views

AttachConsole(…) alternative for Windows8

AttachConsole(ATTACH_PARENT_PROCESS) returns TRUE and GetLastError() returns ERROR_NOT_SUPPORTED when running console (ie parent process is cmd.exe) application on Windows8. Is there any alternative ...
2
votes
1answer
109 views

Console window gets bugged if I get the window handle too early..?

I'm making a console application that has to be borderless; to accomplish this, I've changed the console window styles, and the window region, as you can see below. At some point I ran into a problem ...
2
votes
2answers
192 views

Write to console when stdin/stderr/stdout redirected in Activestate Perl

I have the following code to write to the Windows command console: use Win32::Console; my $console = new Win32::Console(Win32::Console::STD_ERROR_HANDLE()); my $defaultAttribute = ...
-2
votes
1answer
73 views

Is it possible to open up and execute a Visual Studio C++ Win32 Console Application project with Visual Studio 6.0 C++?

My school still uses MS VS 6.0 C++, don't ask why... Thanks in advance!
2
votes
1answer
110 views

Am I forgetting something? (Double Console Buffer for Windows)

I was trying to make/test a double buffer for console on windows using windows.h. After some research on msdn I came up with this: ` //Free current console if ( FreeConsole() == 0 ) return ...
2
votes
2answers
267 views

Why is console animation so slow on Windows? (And is there a way to improve speed?)

Well I was bored so wanted to make an animation in a console window. Now when I setup the first bits I noticed it is very slow, something around 333ms for a whole screen to fill with characters.. I ...
0
votes
1answer
183 views

Windows Automation via Console Application

I'm a novice programmer and I've run across a problem in creating a Console Application to automate a simple mathematical application. The requirements of the Console is it must use low-level WinAPI ...
0
votes
1answer
110 views

Pascal - Set background to white (not grey, pure white)

Is it possible to set console background in Pascal to pure white? I'm no satisfied with TextBackground(White); I can use WinApi functions if that changes anything. I know that background in console ...
0
votes
1answer
55 views

is it possible to overload wcout << operator to substitute it with WriteConsoleW?

The thing is that MinGW compiled program has problems with printing non-ascii chars on console through wcout, the output may show characters from different codepage or be completely blank. But winapi ...
0
votes
2answers
53 views

is there a winapi call or keyboard shortcut to enter windows console into “mark” mode?

Normally user is doing it by clicking right-mouse into console title bar then selecting "edit" and finally "mark". -> http://www.megaleecher.net/Copy_Paste_Text_Dos_Window So is there a way of doing ...
1
vote
2answers
212 views

C++: A Lingering 'ghost' window appears..?

My program - among other things - changes the console window appearance (mainly the window size and border). Now on my computer, everything is working perfectly at the moment, but when I run the ...
1
vote
1answer
138 views

Why does MessageBox show the window in my created desktop, but AllocConsole show it in the previous?

When a thread is changed to a different desktop new consoles created with AllocConsole() appear in the original desktop. Message boxes and other windows created appear in the new desktop as would be ...
3
votes
2answers
677 views

C++: How to set a new wndProc for a console application?

If I have a console application with a handle to it set up like so; HWND hWnd = GetConsoleWindow(); Then how do I set up a new wndProc for the window? I tried using SetWindowLong(hWnd, ...
1
vote
1answer
76 views

Have a user close a process' allocated console without exiting the process?

Using the Win32 API in Visual C++, I want to create a program under the Windows subsystem that allocates a console with AllocConsole and writes to it with WriteConsole. However, if the user closes the ...
0
votes
2answers
156 views

Win32 Where is the console code running? Console hang when used from multiple threads

I have a Win32 app in C++ that uses two threads. Thread A creates a console window using AllocConsole(). Thread B prints into this console using WriteFile into the console handle (got from ...
2
votes
1answer
503 views

Getting line input from a AllocConsole C++

A team member added the following code to our GUI Ogre project to add a console (so that we are able to see cout as we are debugging... We are now running way behind time, and we need text ...
1
vote
1answer
275 views

C++: Disabling scrolling in a console application..?

I have created a borderless (and scrollbox-less) console application, but I have found that if the user has a touchpad and tries to scroll the console with it, he is able to do so. (Can't be done with ...
0
votes
1answer
216 views

C++: Setting the console window as a WS_POPUP

I'm trying to create a borderless console window. I was able to set the windowstyle to WS_POPUP, which removed the borders, but there were some glitches; It seems that there are some parts on the ...
0
votes
1answer
289 views

Getting errors in NuiApi.h when compiling project with kinect sdk

For the purposes of testing ,I have tried building a win32 console project (empty project) so as to compile make sure that the kinect sdk would work. On building i got hundreds of errors in NuiApi.h ...
0
votes
2answers
160 views

How to end a process using C++?

I'm trying to create a C++ program which ends a process. So starting from scratch, I'm not too sure which direction I should be heading? I mean based on the research I've done the solution involves ...
0
votes
1answer
126 views

VS2008 - Project Out of Date, not a line of code changed

I am having a very strange problem with Visual Studio 2008. I searched here on SO for similar problems with the "Project Out of Date" dialog, but their problem was that either they were using a header ...
0
votes
2answers
111 views

In Windows, how to get a standard device handle for a different console process?

I know I can call the AttachConsole and GetStdHandle kernel32 functions to access the console screen buffers of a different console process, but if this process has its input/output/error redirected ...
10
votes
3answers
1k views

Why does closing a console that was started with AllocConsole cause my whole application to exit? Can I change this behavior?

What I want to have happen is that the console window just goes away, or better yet that it is hidden, but I want my application to keep running. Is that possible? I want to be able to use ...
0
votes
1answer
401 views

how to create window in an application that started as console one?

I know the way window is created when the app is windowed one from the start, that is you call LRESULT CALLBACK WindowProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); int WinMain(HINSTANCE ...
0
votes
1answer
92 views

wcslen quits silently when string returned by the ReadConsoleOutputCharacterW has some particular length

compiler : http://sourceforge.net/projects/mingwbuilds/files/ #include <iostream> #include <string.h> #include <windows.h> using namespace std; const wchar_t* readConsole(int ...
0
votes
2answers
101 views

function called multiple times causes program to exit with enigmatic error

I isolated the problem to this code: #include <windows.h> using namespace std; const wchar_t* readLine(int posX, int posY, int len) { wchar_t* wcharFromConsole = new wchar_t[len]; COORD ...
0
votes
1answer
99 views

is there a way to simulate calls that are send to console from right-click mouse menu?

When right clicking on windows console a small menu shows up with commands select, select all, find etc. My question is there a way to do it from the program itself, for example at the end put ...
0
votes
1answer
318 views

AttachConsole() shows data on pipe but the > operator doesn't correctly redirect on file

I made a WinForm application running on the .Net Framework 4.0. It writes on the parent console using the Console.WriteLine() method after calling -once at startup- the win32 api AttachConsole(-1). ...
1
vote
1answer
98 views

ReadConsoleOutputCharacter does not work with German umlauts

I'm using this code to directly read from the Console. public char? ReadCharacterAt(int x, int y) { IntPtr consoleHandle = GetStdHandle(-11); if (consoleHandle == IntPtr.Zero) ...
0
votes
0answers
38 views

is there a winapi call for selecting rectangle in console?

here : http://msdn.microsoft.com/en-us/library/windows/desktop/ms683173(v=vs.85).aspx - I found only GetConsoleSelectionInfo() and that is only console function that has 'select' in its name. But what ...
1
vote
1answer
115 views

is this possible to hook on messages that child process is sending to windows console?

As of now I tried SetWindowsHookEx, but it seems that it isn't able to catch messages from console window. Code illustrating this : #include <iostream> #define _WIN32_WINNT 0x501 #include ...
0
votes
4answers
887 views

SetWindowsHookEx with WH_KEYBOARD doesn't work for me, what do I wrong?

#include <iostream> #include <fstream> #define _WIN32_WINNT 0x501 #include <windows.h> using namespace std; HHOOK hKeyboardHook = 0; LRESULT CALLBACK KeyboardCallback(int ...
0
votes
2answers
130 views

It is possible to put a hook catching messages that are send to console by child process?

So I start an ordinary console program and then create another process within it. Next the child process tries to write something onto console that is owned by parent process. Is it possible to put a ...
0
votes
0answers
71 views

what functions to use to look for key events for special keys like arrows etc?

I know these API calls: KeyboardHookHandler, CallNextHookEx, KeyboardProc and SetWindowsHookEx. But I have absolutely no idea how to connect all these to make a simple console program that will do ...
0
votes
1answer
398 views

Why ReadFile() doesn't return 0 ? Program tries to read data from pipe forever

code: This is from much larger MS example ( http://msdn.microsoft.com/en-us/library/ms682499(VS.85).aspx ). And of course I tried the whole example before, that my snipped below is where I stripped ...
1
vote
1answer
234 views

I've managed to port some code from msdn to MinGW to capture stdout from child app, but it won't exit, what wrong here?

The code, sory it is abit too long but I've managed it to shorten it only to such size, the key issue is (I think) with this strange for loop at the end. No, I don't know why the loop header is empty, ...
3
votes
2answers
136 views

including stdio when calling WriteConsole results in error

#include <stdio.h> #include <windows.h> using namespace std; int main() { char s[] = "Hello\n"; HANDLE stdout = GetStdHandle(STD_OUTPUT_HANDLE); unsigned long cChars; ...
1
vote
1answer
301 views

how to get windows console height?

That is number of lines in the console ? I know SetConsoleWindowInfo() but I can't find anywhere sheet for corresponding GetConsoleWindowInfo().
0
votes
1answer
188 views

how to read utf-8 characters from windows console ? Seems that ReadConsoleOutputCharacter() can't handle them

here is the code that isolate the problem: #include <iostream> #include <windows.h> using namespace std; int main() { SetConsoleOutputCP(CP_UTF8); _wsystem(L"echo pure ascii, ...
0
votes
3answers
170 views

is there a winapi call that can set colors in a console like 'color xx' command?

I know I can do system("color 1E") for example, but I am curious if there is an api call that can do just that, since these are faster and I need to color all console just like color does. Only api ...
1
vote
1answer
126 views

How prevent console window from extending beyond screen?

If console aplication starts and system creates console window for it, but sometimes this window is created in such coordinates that some of it's contents slide out of right screen edge. Then the user ...
2
votes
3answers
410 views

C++ Save console output to a text file before quit WINAPI ( No MFC )

I am trying to get my program to log the output of a console application to a text file before it quits. This is a GUI program which launches the console application (tool.exe). The problem is that I ...
3
votes
1answer
176 views

How to check what character encoding is set on a console in which my program run?

I know that in can be checked by user with chcp command. Here I ask how to do it from another program using handle to the console process.
1
vote
0answers
188 views

How to get size of the windows console in python

i need some program that get the current window size of the console i tried below program def get_windows_term_width(): from ctypes import windll, create_string_buffer h = ...
1
vote
1answer
514 views

how to get access console buffer from another process? AttachConsole ERROR_INVALID_PARAMETER

I want to get access to the buffer of another process console (via AttachConsole), for calling ReadConsoleOutput, etc. Is a DOS 16bit application. I can't use pipes because it doesn't writes output ...
2
votes
0answers
701 views

Console wont print - AllocConsole() issue

got a weird one today. I'm writing a piece of physics coursework that has to be multithreaded and networked. Not only do I have to perform some simply physics on 800 2D objects but there should be ...
0
votes
1answer
88 views

What is a mouse-drag in the context of `Win32::Console`?

What would constitute a mouse-drag when using the Input method from Win32::Console? use Win32::Console qw(STD_INPUT_HANDLE ENABLE_MOUSE_INPUT); my $con_in = Win32::Console->new(STD_INPUT_HANDLE); ...
0
votes
1answer
189 views

How to COMPLETELY hide console in a Win32 program?

With the code below, the console is hidden BUT it appears for about 1 second. How can I completely hide the console ? #define _WIN32_WINNT 0x0500 #include <windows.h> #include <iostream> ...
0
votes
2answers
279 views

How can I catch a `shift`-`key` combination with Win32::Console::Input?

How can I catch a shift-some-key combination with this script? When I press the Arrow-keys I get what I expect, but when I press shift-tab it doesn't return the KEY_BTAB value. use warnings; use ...

1 2 3