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. mbekle

    Add a component as a property of another?

    Hi, I'm mbekle. Here is my code. TMyScrollingWinControl : public TScrollingWinControl { private : TCanvas *FCanvas; void __fastcall WMPaint(TWMPaint &Msg); protected: virtual void __fastcall Paint(); public: BEGIN_MESSAGE_MAP...
  2. mbekle

    StringGrid

    if(StringGrid1->RowCount>2) for(int i=StringGrid1->Row; i<StringGrid1->RowCount; ++i) StringGrid1->Rows[i]->Assign(StringGrid1->Rows[i+1]); StringGrid1->RowCount--;
  3. mbekle

    How can i change default Hint Window?

    I'm using Borland C++ Builder 6. 1 - I write following codes in &quot;Unit1.h&quot; ------------------------------------------- class TNewHintWindow : public THintWindow { }; -------------------------------------------- 2 - I write following codes in &quot;Unit1.cpp&quot...

Part and Inventory Search

Back
Top