Hi

I am learning more and more about windows programming in Borland Builder at the moment but i was wondering if you know of any good books that teach you how to use it because everwhere i look they dont have anything.

an exaple of the code that i am looking for is items like:

Code:
lbOutput->Caption = edPassword->Text;
Code:
moStatic->Visible = !moStatic->Visible;
Code:
moStatic->Lines->LoadFromFile(OpenDialog1->FileName);
Code:
imgImage->Picture->Bitmap->Assign(BackBuffer);
looking on the site also there isnt much coding like this around as examples

can anyone help?

Thanks