[VB6] text1.BackColor = RGB(255, 0, 100) text1.BackColor = &H8000000F [VB.NET] 1. 직접 조합하는 방법 text1.BackColor = Color.FromArgb(255, 0, 0) 2.
確定! 回上一頁