Thursday, July 9, 2009

Borland C++ application programming pls help..?

any one knows to do I change the colour of the shape by clicking on it?


void __fastcall TForm1::SquareContextPopup(TObject *Sender,


TPoint %26amp;MousePos, bool %26amp;Handled)


{


Square-%26gt;Brush-%26gt;Color=clLime; //something like that???


}

Borland C++ application programming pls help..?
Your best bet is to get a Win32 API / c++ book!


0 comments:

Post a Comment