Search:

Type: Posts; User: Lemurian

Search: Search took 0.01 seconds.

  1. Thread: What next?

    by Lemurian
    Replies
    2
    Views
    1,081

    learn how to use Visual Studio (Microsoft) thats...

    learn how to use Visual Studio (Microsoft)
    thats enouth for the next weeks.
    Or Visual Studio .NET
    (C#)
  2. Replies
    2
    Views
    7,249

    PopupMenu1...OnCreate ...(...) {...

    PopupMenu1...OnCreate ...(...)
    {
    PopupMenu1->Left=Button1->Left+100;
    PopupMenu1->Top=Button1->Top-10;
    }
  3. Replies
    1
    Views
    10,602

    ...button OKClick... { Close(); } If your...

    ...button OKClick...
    {
    Close();
    }

    If your window is an MDIchild you must write in the OnClose option

    Action=caFree();
  4. Replies
    2
    Views
    2,118

    yes, Borland C++ Builder 6.0

    yes, Borland C++ Builder 6.0
  5. Replies
    2
    Views
    2,118

    new TShape(Form1)

    class TForm1 : public TForm
    {
    __published:
    TShape *shot;
    void __fastcall FormCreate(TObject *Sender);
    private:
    public:
    __fastcall TForm1(TComponent*...
  6. Replies
    1
    Views
    2,657

    How to print a StringGrid

    I hav a TForm with a StringGrid.
    How can I Print only the Grid.

    It works, when I use this code, but it's a little bit too small.

    StringGrid1->Enabled=false;
    Printer()->BeginDoc();

    ...
Results 1 to 6 of 6