First  |  Prev |  Next  |  Last
Pages: 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
draws in black instead of color
This program always draws in black instead of in color. any clues why? Jim Michaels /* randlinecenter.c -- Displays Random Lines (c) Charles Petzold, 1990 half modified by Jim Michaels July 22, 2008 */ #include <windows.h> #include <stdlib.h> #include <time.h> #includ... 22 Jul 2008 19:53
Dialog IDs
I have a dialog box that consists of edit controls, where there are several edit controls in a row, and the row is repeated over and over again. This was created with Visual Studio's resource editor, and all the controls have names such as IDC_ACCOUNTDESCRIPTION1, IDC_ACCOUNTNAME1, IDC_ACCOUNTDESCRIPTION2, IDC... 24 Jul 2008 02:38
strange problem in thread
I use _beginthreadex to create the thread, following is the thread function. The "log" pointer (struct mylog *log ) sometimes becomes invalid pointer although its value never changes in while loop. I use unsigned __stdcall MyThread(LPVOID param) { struct t_segment *seg = (struct t_segment *)param; int wait_... 1 Aug 2008 15:04
Tool to determine if a specific ocx is registered?
Hi. Is there any tool to check if specific ocx or dll is registered? Thanks. -- Daewon YOON ... 23 Jul 2008 07:07
What group for WDK (DDK) questions
Hi, I noticed the group c.o.m.p.drivers and went there to post a question that I have concerning the grief I'm having with building a small program I've written. I was disappointed to find that I cannot post there because, apparently, the group is dissolved and is now available only for reference. So, in what ... 21 Jul 2008 16:09
How to get device notifications during hibernation/resume?
Hi. If I hibernate the machine when my program encrypts/decrypts a removable media, I get some issues at a driver level - seems system undergoes some media changes during hibernation. So, I'd like to be informed of that media changes in my service, which drives the encryption/decryption process. Is it possible t... 21 Jul 2008 08:56
way of screenshoting a area of the screen
Hello people, I am in search of a way of screenshoting a small rectangle on the screen. Is there a way to do that or screenshoting the whole screen is the only way? My goal is to make a shot of a small rectangle on the screen that contains some numbers, than somehow(dont know how yet, dont even know if its poss... 21 Jul 2008 06:53
ANN: Seed7 Release 2008-07-20
Hello, I have released a new version of Seed7: seed7_05_20080720.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in plac... 20 Jul 2008 16:34
Unexpected STATUS_VERIFY_REQUIRED from the lower level driver
Hi! One of my application's functionalities is transparent ecryption/ decryption of storage, including removable media. Two main components are used for this purpose: 1) a service which drives the encryption/ decryption, if the user selected a specific drive to be encrypted or decrypted; 2) a filter driver, whic... 20 Jul 2008 06:20
MSN protocol resources
Hi, I've been searching for papers that document the MSN protocol. I made a post to comp.programming about it (http://groups.google.com/group/ comp.programming/browse_thread/thread/0d66cc21122af58e#), and was told that MSN exports Win32 COM interfaces. I'm new to Windows APIs, so I wanted to ask about the prev... 20 Jul 2008 06:20
First  |  Prev |  Next  |  Last
Pages: 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56