Answers for "progress bar custom color c++ buider"

0

progress bar custom color c++ buider

//---------------------------------------------------------------------------
void __fastcall TForm1::FormCreate(TObject *Sender)
{
	SendMessage(ProgressBar1->Handle, PBM_SETBARCOLOR, 0, clRed);
}
//---------------------------------------------------------------------------
Posted by: Guest on July-30-2021

Code answers related to "progress bar custom color c++ buider"

Browse Popular Code Answers by Language