how i want to set the ASCII code display binary in Visual Basic program?and it must follow the ASCII code table.i want to set the first 0-127 code that is all 0 in the first place.pls helping!

Hi,

Again i did not understand what u want to do..?

Are u looking for

For i=0 to 127
List1.AddItem i & " " & Chr(i)
Next


Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.