Something like:
Code:for (int i=0; i<lpEvent->nData; ++i) { cout << "char " << i << " = " << lpEvent->lpData[i] << " = hex = " << hex << (int)lpEvent->lpData[i] << endl; }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 21
Thread: Printing to Default PrinterThreaded View
|
Click Here to Expand Forum to Full Width |