Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.3K
2 Posted Topics
I'm not an expert, but just something I noticed: > SetBkMode(DC, TRANSPARENT); > SetTextColor(DC, Colour); According to : http://msdn.microsoft.com/en-us/library/aa932345.aspx SetBkMode() sets the background *MODE*, not the color.
I'm writing a program that searches for particular sequences of bytes in a USB stick. The problem is that I don't know how to search effectively. ReadFile() allows me to buffer 512 bytes each time. If my sequence is fully present in that block, then there is no problem. But …
The End.
BlitzX