Hi Guys,
I have a program that start a external win32 app using CreateProcess API.
This external app is controlled by keyboard command....what i would like to do is disable the keyboard in this external app.
I have search online for answers and I found that a global keyboard hook could do...
I spawned an external app. using Createprocess API I want to remove the border of its window.
I have search the net and I found some examples using SetWindowLong and GetWindowLong but so far I have not success.
Can somebody help?
Here is my snippet:
childHwnd is the window handle of the...
Hi Guys I just solved it using TonHu advice.
The information in this link is very useful:
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/5a1811ad-2def-4e8c-a07d-884abb5cfd43
2ffat aproach works too but i just wanted to use plain Win apis.
Thanks again
Hi Guys,
I spawn a child process using Createprocess API...this part is working fine but now I want to redirect the stderr output of the child process to a file....How I can do that?
My code snippet :
STARTUPINFO si;
PROCESS_INFORMATION pi;
memset(&pi...
I am using Rad Studio 2009 on a windows 7 OS.
My code is simple
//------------------
#include <vcl.h>
#pragma hdrstop
#include <vector>
#include "Main.h"
using namespace std;
vector <int> myvector; <==== line that throw error
#pragma package(smart_init)
#pragma resource "*.dfm"
the error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.