Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

progress bar custom color c++ buider

//---------------------------------------------------------------------------
void __fastcall TForm1::FormCreate(TObject *Sender)
{
	SendMessage(ProgressBar1->Handle, PBM_SETBARCOLOR, 0, clRed);
}
//---------------------------------------------------------------------------
Source by www.functionx.com #
 
PREVIOUS NEXT
Tagged: #progress #bar #custom #color #buider
ADD COMMENT
Topic
Name
6+5 =