Search:

Type: Posts; User: artelo

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,319

    Locating clicks in the Scrollbars

    Dear all,

    I'm programming an app in C++Builder, and I'd like to detect when an user clicks into a vertical scrollbar, the relative position inside the scrollbar.

    I mean the following:

    I'm...
  2. Replies
    0
    Views
    1,245

    OnExit() and Intro button

    Hello all,

    I'm programming under C++Builder6 a Form, and I have encountered the following problem:

    To simplify, I have one TEdit object in the form, and one TBitBtn in it. I have assigned an...
  3. Replies
    7
    Views
    1,695

    It's solved!! It was only neccesary to modify...

    It's solved!!

    It was only neccesary to modify some little things in the code to get it working. Now I can access to the function members in a very easy way:



    class TBitmapStringGrid
    {...
  4. Replies
    7
    Views
    1,695

    _Elixia_, As you can see, I tried to cast the...

    _Elixia_,

    As you can see, I tried to cast the function with



    TBitmapStringGrid *)(Parent->MyOwnFunction());

    but when i do that, is when it says that MyOwnFunction is not a member of...
  5. Replies
    7
    Views
    1,695

    bennyandthejets, Many thanks for your...

    bennyandthejets,

    Many thanks for your response. I tried to implement something like that, but I found that I can't access to any member function of TBitmapStringGrid. All of the data members have...
  6. Replies
    7
    Views
    1,695

    C++Builder Parent & child events

    Dear all,

    I'm developing a component called TBitmapStringGrid. Inside that component, I declare another component in this way:



    void TBitmapStringGrid::Init()
    {
    TListBox* ListBox;
    ...
Results 1 to 6 of 6