capturing events on VB

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: capturing events on VB

    Fix you clock and try a VB group.

    Ray at home

    --
    Will trade ASP help for SQL Server help


    "Mr. x" <a@b.com> wrote in message news:3f52ee64@news.012.net.il...
    > Hello,
    >
    > I want to use components with more event then they usually offer (like
    > wm_somemessage ... in VC++)
    > How can I do that in VB ?
    >
    > Particulary how can I capture the events of the following :
    > i.e :
    > 1) Event for Microsoft list view of resizing the column of the listview.
    > 2) Event for close the commandbar.
    > 3) For 3rd party - the component of [url]www.exontrol.com[/url] - dragging event.
    >
    > Thanks :)
    >
    >
    >

    Ray at Guest

  2. Similar Questions and Discussions

    1. Capturing Document Change or Save events
      We need to update external information either as the user changes an HTML document, or when they save the document. It would be preferred if we...
    2. Capturing the whole URL
      I am working with a site where I want a user to be able to select whether they are viewing a high or low bandwidth version of the website. I would...
    3. Capturing Click Events in Buttons
      i have three buttons in my custom web control and im not able to capture click events on em. how to do this in custom control. buttons are...
    4. Inheriting Datagrid/ Capturing Events
      Hi Tom, Thanks for your posting. I am checking this issue, and will get back to you with my findings. Best regards, Lewis This posting is...
    5. Capturing Events BEFORE CreateChildControls in Composite Control
      Lucas Tam <REMOVEnntp@rogers.com> wrote in news:Xns93DB5460A1D2Anntprogerscom@140.99.99.130: OK, I got LoadPostData to fire, however, my...
  3. #2

    Default capturing events on VB

    Hello,

    I want to use components with more event then they usually offer (like
    wm_somemessage ... in VC++)
    How can I do that in VB ?

    Particulary how can I capture the events of the following :
    i.e :
    1) Event for Microsoft list view of resizing the column of the listview.
    2) Event for close the commandbar.
    3) For 3rd party - the component of [url]www.exontrol.com[/url] - dragging event.

    Thanks :)



    Mr. x Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139