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
1 Posted Topic
Re: Key Press Event
[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 = …
The End.
tawadchai