- Sidebar application for IE?
- Posted on April 25th, 2007 | 0 Comments
My boss wants me to build a sidebar application for IE (version 6+). Its for marketing research project for one of our client's, but I'm not sure it's technically possible. The main requirements...
- Attempting to simulate a checkbox click using SendInput
- Posted on April 25th, 2007 | 0 Comments
Hello I have the focus on a particular window and the checkbox control and if I for example press the space bar, then the checkbox is ticked. But I want to simulate this using SendInput. I have...
- Getting C2065 undeclared identifier error even though have included header file
- Posted on April 25th, 2007 | 0 Comments
Hello I seem to be having problems using SendInput and the INPUT struct. They are declared in winuser.h and I include it (apparently I only need to include windows.h but still get undeclared...
- CAsyncSocket OnReceive() never called
- Posted on April 25th, 2007 | 0 Comments
I've created a class derived from CAsyncSocket and after I send a request to the socket I see that the OnReceive() method is never called. Do you have any idea why this happen?
- Enumerate service manager handles
- Posted on April 25th, 2007 | 0 Comments
Hello, sometimes you need to enumerate the handles to kernel objects and there are few ways, how to achieve it (the NtQuerySystemInformation approach, the Minidump approach etc.). The service...
- how to add resources by name into a dll?
- Posted on April 25th, 2007 | 0 Comments
Hi, all I want to make an application which adds a .html file and related files(.gif, .css) to a dll as resources. I want to make the .dll a resource-only dll containing a web page and load the page...
- Hook Problem - Dialog Doesn't Display.
- Posted on April 24th, 2007 | 1 Comments
Hi Again Folks: Tap tap tap... Is this thing on? :) I've added processing for WM_GETDLGCODE, DM_GETDEFID and DM_SETDEFID message processing to the modeless child. I missed that in the...
- how to add resources by name into a dll?
- Posted on April 24th, 2007 | 0 Comments
Hi, all I want to make an application which adds a .html file and related files(.gif, .css) to a dll as resources. I want to make the .dll a resource-only dll containing a web page and load the page...
- Handles: Direct vs. indirect pointers
- Posted on April 24th, 2007 | 0 Comments
Windows seems to be pretty vague about just when a handle is really a direct memory pointer. The API Help states that "handles are usually implemented as indirect pointers, but this is not always...
- Seed7 Release 2007-04-19
- Posted on April 24th, 2007 | 4 Comments
On 22 Apr., 09:14, Oyster <lepto.pyt...@gmail.com> wrote: My first detailed answer to this topic seems to be lost. Therefore I send a short answer. Moving the *.s7i files to a ./seed7/lib directory...
- java handles using c++
- Posted on April 24th, 2007 | 1 Comments
"Geky" <attackack@yahoo.com> wrote in message news:1177317295.157555.133480@l77g2000hsb.googlegroups.com... That's right: to be cross-platform, Java doesn't use any platform specific windows...
- LogonUser/impersonate user using Kerberos ticket
- Posted on April 24th, 2007 | 0 Comments
Hello, In windows we have LogonUser function which attempts to log a user on to the local computer. We specify the user with a user name and domain and authenticate the user with a plaintext...
- Sharing certificate and keys for EFS
- Posted on April 24th, 2007 | 0 Comments
I have 2 users on one machine who would like to share encrypted files. Is it possible to copy the certificate and key from one user to another's store and have EFS read the file? When trying this...
- WM_MOUSEMOVE in PostMessage
- Posted on April 24th, 2007 | 1 Comments
Greg Lovern wrote: WM_MOUSEMOVE is a message from Windows that tells a window the mouse is on it. It does not move the mouse: it is a notification that the mouse moved! What you're doing is like...
- Postmessage vs. SendKeys, to Top-Level IE Window vs. Inner "Internet Explorer_Server" Window
- Posted on April 23rd, 2007 | 0 Comments
the background so that the user can keep working on other tasks while it's running. With VBA's Sendkeys, it worked fine to navigate to the edit box where I wanted to send the keystrokes, and then...
- Writing a DLL that can be used in Perl with Win32::API
- Posted on April 23rd, 2007 | 0 Comments
Hello all, I'm having trouble in writing a DLL that I could invoke from Perl using Win32::API (ActivePerl 5.8.7.813) I've been trying to write a simple DLL with Visual Studio .NET 2003. I've...
- How get text from buttons of standard controls?
- Posted on April 23rd, 2007 | 6 Comments
Sorry, that is something I can't answer. I normally don't use MSI. I prefer NSIS or InnoSetup.
- Learn API
- Posted on April 23rd, 2007 | 1 Comments
raashid bhatt wrote: 6. Learn to use a spellchecker, so you don't show the whole web that you don't know when to capitalise words. - priceless! - Uli <SCNR>
- Two Resizable Pains In a Window?
- Posted on April 23rd, 2007 | 2 Comments
sylvain wrote: Thanks Sylvain: A google of that group tells me everything I need to know. Larry
- HELP!!!SOS
- Posted on April 22nd, 2007 | 1 Comments
<cchpkak@gmail.com> wrote in message news:1177216942.557482.230190@e65g2000hsc.googlegroups.com... Use of the imperative suggests either you have a nasty boss, or it's homework. But you don't appear...

