September 22nd, 2008 04:01 AM
After a bit of discussion (and a quick test-hack) late friday afternoon, between myself and my boss it has been decided to make a simple DLL which the client can call, which was my original choice...
September 19th, 2008 08:50 AM
Once the app has completed initialising - on return from OnInitDialog, it sends an inter thread message with the hwnd as the lParam. This then decides via the command line options which mode we are...
September 19th, 2008 06:39 AM
Yes. The App starts another thread which simulates the button presses. Not a great way of doing it but easier than rewriting huge swathes of it.
The code contained within...
September 19th, 2008 05:23 AM
It's a branding issue. The client wants his front-end to run but use our software for the heavy lifting.
Because the code was already written and working and simply making it run headless seemed...
September 19th, 2008 03:31 AM
I have a propertysheet-based program, originally developed to be interactive, which has been cobbled together to make it headless on a client's machine. The program is to be started by a program of...
September 16th, 2008 05:57 AM
Manage to find the answer - you need to override the ON_WM_WINDOWPOSCHANGING message.
September 16th, 2008 04:36 AM
I am in need of assistance again.
I automated a small app that was never designed to be automated via a thread. To hide it I had it call a function that moved the window off-screen.
However...
September 12th, 2008 10:20 AM
I need to update a combobox with a new value so it changes the reflected text in it. The cleanest way to do this is after the combobox has been initialised and with a message.
So I am trying to...
August 11th, 2008 04:06 AM
Spot on.
Where were you on Friday afternoon?!
August 8th, 2008 05:46 AM
This is making me feel like a real noob. I've opened an old workspace that is a libray and its test harness. It used to work fine and older versions of the code don't work either with the same...