| Thread | Last Post | Replies |
|
| absolute address | 07 Jan 2008 01:42 GMT | 1 |
Steve in Albury wrote:
> *Are you trying to access memory in bios to get the font, or are you > trying > to store variable at a particular memory location? |
| Filter Driver | 06 Jan 2008 05:56 GMT | 2 |
I've downloaded den Microsoft DDK 3790.1830 and there is an example under 3790.1830\src\storage\filters\diskperf I've compiled this one and would like to know where I could find the information that are written by using the DebugPrint function ?
|
| accept() always returns 204.204.204.204 | 05 Jan 2008 13:46 GMT | 2 |
I wrote an app that accepts a client connection. [snip] SOCKADDR_IN sockAddrIn; unsigned int clientLen = sizeof( sockAddrIn );
|
| (.NET) MD5CryptoServiceProvider and (Win32 CSP) CryptHashData/CryptGetHashParam return two different Hash values,... | 05 Jan 2008 00:02 GMT | 4 |
this is not a pure MFC/VC++ question but my apologizes at first. Well, i have a application that calculates the hash for a file. You can request a CALG_SHA1 or a CALG_MD5 for the File. The Process of Hash Calculation works fine, but i get two totally different
|
| How can I find a DataRow in a DataSet by it's PrimaryKey value? (C++/CLI) | 04 Jan 2008 14:43 GMT | 2 |
How can I find a DataRow in a DataSet by it's PrimaryKey value? This would be similar to an SQL statement such as "SELECT * FROM MyTable WHERE MyIndex = 2"... In the following code I've tried to do this but "dataSet-
|
| CDialog as a mamber of managed class | 04 Jan 2008 11:10 GMT | 4 |
How can I declare a CDialog object as a member of a managed class? As the following is not working: RbfPropDlg* rbfDlg; Where RbfPropDlg is the CDialog class.
|
| ListView with groups - problems selecting multiple items | 02 Jan 2008 12:58 GMT | 1 |
I have a ListView within a dialog. In code the groups are created and items added. Display is 100% correct. The problem is with using Shift to select multiple items in the list. - If you select the first item and then a second next to it, it
|
| NDIS on winxp | 02 Jan 2008 12:18 GMT | 3 |
I'm new to using NDIS and figuring out what I can and can't do with it. A fair amount of documentation refers to structures and funcs defined in Nuiouser.h. This header seems to be available for my Win CE and pocket PC SDK's, but not for my general winxp environment on a ...
|
| Converting VC Project from Visual Studio 2005 to Visual Studio 2003 | 01 Jan 2008 00:16 GMT | 4 |
I need to converting project that done on Visual Studio 2005 to Visual Studio 2003. What the best way to do this? Vadim Vilkhov
|