First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
How to know that a print job has finished.
hi all, I am trying to monitor the printer queue by using the Win32 Apis FindFirstPrinterChangeNotification and FindNextPrinterChangeNotification. But, I am not getting two information....one is the no. of pages printed and the job completion indication. For the first one I am setting the JOB_NOTIFY_FIELD_PAGES... 15 Dec 2006 04:55
Loading Res... Error -- ERROR_RESOURCE_NAME_NOT_FOUND
Hi all I am porting a application from win32 to Wince5.0(platform builder) and i compiled it very well but when i try to run it .. doesn't show me intial dialogbox, when i extract the err from GetLastError() its give ERROR_RESOURCE_NAME_NOT_FOUND (1814 - 0x000716) !! As of now i am able to see my resource file... 6 Dec 2006 09:28
Icon file structure
Anyone know where I can get an accurate and complete well-commented outline of the Windows Icon File structure including the details of the header? Preferably; a ready-made struct. (being lazy) TIA D. ... 4 Dec 2006 12:06
catching HSHELL_GETMINRECT in shell hook
I know I must be missing something, because I can't find any information about this problem. What I'm trying to do is monitor when top-level windows are minimized and maximized. The SH_SHELL hook seemed to be the perfect solution, but I can't seem to trap the HSHELL_GETMINRECT action in my hooking code. I h... 12 Dec 2006 16:11
CMP_WaitNoPendingInstallEvents
Hi! I've read that you can use "CMP_WaitNoPendingInstallEvents" to wait until all drivers are loading and initializing. I've tried to use it in my C++ program, but without any success. Sometime ago, a guy called "No Never" told me this: -----------------------------------------------------------------------... 27 Nov 2006 14:46
How to bring an Application to front
Hi, I need to bring my application running (minimized initially) to front of all running application, Similar to what happens when we press alt-tab key combination. OS: win XP I have already tried the following API's SetFocus(hMainWindow); SetForegroundWindow(hMainWindow); ShowWindow(hMainWindow, SW_SHO... 24 Nov 2006 04:41
Native support for jpeg files in Windows
Does it exist? The documantation on standard GDI library and BITMPAPINFOHEADER mentions BI_JPEG and BI_PNG compression types but I never saw a working code that would took advantage of that. Seems they never finished this. But I'm pretty certain there must be some functions provided with Windows that can open t... 28 Nov 2006 11:34
Using CFSTR_FILEDESCRIPTOR/CFSTR_FILECONTENTS shell format
I'm having trouble tring to get the contents of a file draged from Explorer to my app. I was wondering what I'm doing wrong, here's what I have //--------------------------------------------------------------------------- #pragma hdrstop #define DEBUG #include <windows.h> #include <objidl... 28 Oct 2006 10:38
LK2005 and LK1169 errors
I have a Windows application that's started throwing out these linker errors (from Visual Studio 6): nafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2(a)YAPAXI@Z) already defined in LIBCMTD.lib(new.obj) nafxcwd.lib(afxmem.obj) : error LNK2005: "void __cdecl operator ... 1 Nov 2006 01:25
RegisterDeviceNotification in c#
Hi all, I am trying to write a c# class library , as a wrapper around RegisterDeviceNotification(). The objective is, The class library should rise an event whenever some usb device is plugged in. I got an example from http://www.dotnet247.com/247reference/msgs/32/164968.aspx (window application example). ... 22 Oct 2006 06:43
First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65