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
Ranked #107.65K
~96 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Traicey

[code] namespace car_radio { public partial class Form1 : Form { Byte[] data = new byte[1]; int car; int car1; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { } private void button6_Click(object sender, EventArgs e) { //box color button1.BackColor = Color.Black; button2.BackColor = Color.Black; button3.BackColor = …

Member Avatar for tawadchai
0
96

The End.