Hi ,

I would like to make a small program that generates a list of 8 bit binary numbers that have an equal amount of 1s and 0s in the number.

I want to just press a button and then a list will be displayed in a text box or something .

Example : 11110000 is a number with an equal amount
00000001 is NOT a number with an equal amount


Thanks

EDIT: Also I would prefer the list be displayed in ascending order