First  |  Prev |  Next  |  Last
Pages: 247 248 249 250 251 252 253 254 255 256 257 258 259 260
ReadFile returning error code ERROR_NOACCESS
I was wondering if anyone could tell if there was something wrong w/ this segment of code. Let's say I have a template class CLines below and I create a pointer for that object, if I'd like to read in uBytesToRead worth of data into that memory space, why would I get a "Invalid aceesss to memory location" error? No... 8 Jan 2006 12:12
email client
Hi, I have been considering writing an email client. I know I'll have to do some winsock programming which I've done a little bit of. As far as windows classes would simple message box functions be good enough so I don't have to write a windows class template? What about a client that runs from the console? ... 7 Jan 2006 11:24
Thread tutorials?
Between MS and codeguru, codeguru has the best explanations for threads, including examples of what can happen if there is not coordinated operation between two threads which are using "shared" resources. called SlowCopy.cpp at... http://www.codeguru.com/Cpp/W-D/dislog/win32/article.php/c9823 Attempting ... 24 Dec 2005 13:56
Windows screen scrape app using C++?
i'm trying to figure out the complexity of writing a Windows C++ app that will automatically read a Poker window and then be able to make odds estimates based on that. there are applications out there, like Texas Calculatem, which do exactly this, and i'm trying to write one myself. figuring out the poker log... 8 Dec 2005 22:37
Comparing File Time and System Time
Hi, I want to compare the last accessed time of a file with the current system time and if it is greater than 10 days performe some action. FILETIME lpCreationTime; FILETIME lpLastAccessTime; FILETIME lpLastWriteTime; GetFileTime( hFile, &lpCreationTime, &lpLastAccessTime, &lpLastWriteTime ); There ... 16 Dec 2005 06:50
Blt error.
TransparentBlt(hDC, x, y, GetWidth(), GetHeight(), hMemDC, 0, 0, 0, 0, crColorRef); I am trying to use this command and I keep getting these errors: C:\Documents and Settings\Owner.ROOT\My Documents\C++\Engine\bitmap.cpp In member function `void Bitmap::Draw(HDC__*, int, int, BOOL, COLORREF)': 217 C:\Docum... 29 Nov 2005 22:31
AssignProcessUser
Dear all, I've just come across a bizarre problem, and was wondering if any of you had seen it before. I am finding that AssignProcessToJobObject is failing with - Win32 error 5 "Access is denied" - NtStatus error 0xc0000022 "{Access Denied} A process has requested access to an object, but has not been grant... 27 Nov 2005 11:29
Processes and finding out which files are open
Hi, Is it possible to find out what files the different processes have open. Basically I would be interested in finding out which documents are open in the MS Word, Powerpoint etc. Best Regards, - Sami ... 20 Nov 2005 11:45
CAtlRegExp Class
Hello, Please provide a little help with this issue: I want to validate an email address provided by the user. I checked "Input" sample which can be found in MSDN library January 2005. For this matter, the first argument "Parse" method takes in would be, accordingly: #define ATLS_REGEX_EMAIL "^{[\\._a-zA-Z... 15 Nov 2005 12:41
Opened windows' hWnd
Hi all, is there any way to retrieve the hWnds of all the opened windows? Plz help.. I'm getting crazy!! ... 14 Nov 2005 13:14
First  |  Prev |  Next  |  Last
Pages: 247 248 249 250 251 252 253 254 255 256 257 258 259 260