Lol.. yeah I just tried this:
VB Code:
For a = 0 To 1 For b = 0 To 1 For c = 0 To 1 For d = 0 To 1 For e = 0 To 1 For f = 0 To 1 Debug.Print a & b & c & d & e & f Next Next Next Next Next Next
and I got 64 lines.. is that right? would I need to create 64 diff BMPS!???
or... is there some way to have a 16x16 picbox and "draw" smaller bmps onto it??
like I could have 2 bmps for each chkbox.. then when a checkbox is checked...
add or remove the bmp from the picbox?
hmm...




Reply With Quote