Click here to Skip to main content
15,929,594 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: deleting records in a access table Pin
26-Nov-01 22:45
suss26-Nov-01 22:45 
GeneralNavigate2 Pin
Kevnar20-Nov-01 7:41
Kevnar20-Nov-01 7:41 
GeneralRe: Navigate2 Pin
David Salter21-Nov-01 12:02
David Salter21-Nov-01 12:02 
GeneralSilent printer driver installation Pin
Gennady Oster19-Nov-01 20:19
Gennady Oster19-Nov-01 20:19 
GeneralBCD / string arithmetic Pin
Dmitry Leonov19-Nov-01 0:48
Dmitry Leonov19-Nov-01 0:48 
GeneralREQUEST Source code to Lock some keys in keyboard... Pin
Huu Quynh17-Nov-01 23:10
Huu Quynh17-Nov-01 23:10 
GeneralBitmap accessing in (turbo) C++ Pin
cass14-Nov-01 17:36
cass14-Nov-01 17:36 
GeneralRe: Bitmap accessing in (turbo) C++ Pin
john john mackey28-Nov-01 13:25
john john mackey28-Nov-01 13:25 
Is it true that bitmaps are just a collection of paired bytes? When you open a bitmap (in hex format), you can see the "lines" that comprise to sequence of on/off bits.

Try creating a small 4x4 or 16x16 bitmap with known values:

0110 = 0x06
1001 = 0x09
0101 = 0x05
1111 = 0x0F or if adventerous,

0101010101010101
1010101010101010
0101010101010101
...
(checkerboard pattern)

then you can use byte-size arithmetic to access "x,y" value. x*sizeof(byte)+y*sizeof(byte)
and check against known values for your template bitmap.

Sorry if too abstract, but this may be a lead that you could use.


John
Generalresource editor Pin
14-Nov-01 9:39
suss14-Nov-01 9:39 
GeneralRe: resource editor Pin
Michael Dunn14-Nov-01 19:40
sitebuilderMichael Dunn14-Nov-01 19:40 
GeneralRe: resource editor Pin
Derek Waters21-Nov-01 13:07
Derek Waters21-Nov-01 13:07 
GeneralRe: resource editor Pin
Derek Waters21-Nov-01 13:11
Derek Waters21-Nov-01 13:11 
GeneralIE Printing Pin
14-Nov-01 7:01
suss14-Nov-01 7:01 
GeneralCheck Admin Rights of other NT account Pin
Johannes Fischer12-Nov-01 21:42
Johannes Fischer12-Nov-01 21:42 
GeneralRe: Check Admin Rights of other NT account Pin
Mats Isakson13-Nov-01 7:34
Mats Isakson13-Nov-01 7:34 
GeneralRe: Check Admin Rights of other NT account Pin
Lim Bio Liong14-Dec-01 1:13
Lim Bio Liong14-Dec-01 1:13 
GeneralRe: Check Admin Rights of other NT account Pin
Johannes Fischer17-Dec-01 0:34
Johannes Fischer17-Dec-01 0:34 
GeneralRe: Check Admin Rights of other NT account Pin
Lim Bio Liong17-Dec-01 0:53
Lim Bio Liong17-Dec-01 0:53 
GeneralRe: Check Admin Rights of other NT account Pin
Lim Bio Liong18-Dec-01 0:01
Lim Bio Liong18-Dec-01 0:01 
GeneralTcp vs Unicast Udp Pin
Stephen Caldwell11-Nov-01 12:25
Stephen Caldwell11-Nov-01 12:25 
GeneralCStatic Pin
Mel Stober6-Nov-01 8:49
Mel Stober6-Nov-01 8:49 
QuestionHow do you monitor number of upload and download bit's in realtime? (in dialup, etc) Pin
6-Nov-01 0:22
suss6-Nov-01 0:22 
QuestionHow to send AT commands Pin
yskinny4-Nov-01 20:51
yskinny4-Nov-01 20:51 
GeneralModeless Dialog / Accelerators Pin
Thomas Blenkers3-Nov-01 9:18
Thomas Blenkers3-Nov-01 9:18 
GeneralSkining App in MFC Pin
MaTrIX2k22-Nov-01 9:16
MaTrIX2k22-Nov-01 9:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.