Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vvozar

    Windows Graphics problem, HRGN region repainting problem

    Instead of using regions, device contexts and brushes, i will draw directly on the form. I've changed code in drawFrame() method to: void __fastcall TfrmMainForm::drawFrame() { form->Canvas->Pen->Style = psSolid; form->Canvas->Pen->Width = 4; form->Canvas->Pen->Color =...
  2. vvozar

    Windows Graphics problem, HRGN region repainting problem

    Hello, The issue is related to Windows GDI, actually about repainting "framed" regions (HRGN framed with "FrameRgn" function) I'm making application using BCB including VCL library. I put TImage component/object on an empty form and loaded proper bitmap image to Picture property of that...

Part and Inventory Search

Back
Top