Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gergobaros

    Changing button color

    It works! This is how I wrote the code: Buttons are named: Button1, Button2.... For i As Integer = 1 To 15 Me.Controls("Button" & i).BackColor = Color.Blue Next i Thanks SolidAir!!
  2. gergobaros

    Changing button color

    Thanks! I'll try that and report back how it went.
  3. gergobaros

    Changing button color

    I need to change backcolor to multiple buttons(ex. 15 buttons) at once. I mean,I dont want to write the code " button1.backcolor=color.red " 15 times!! Any ideas?

Part and Inventory Search