Posts
 
Reputation
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
~539 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for triumphost

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.

Member Avatar for triumphost
0
409
Member Avatar for BlitzX

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 …

Member Avatar for BlitzX
0
130

The End.