Search Result

Collapse
3 results in 0.0013 seconds.
Keywords
Members
Tags
arguments
  •  

  • Looking for a way to get event's arguments without using [Event Procedure]

    Hello.

    I need to get an event argument, for example, current button state, without using [Event Procedure] sub arguments.

    Is it possible?

    background: I have a big amount of similar controls and each one of them should react in a similar way on MouseDown event. I'm using "=MouseDownSub( "TextXX")" instead of [Event Procedure] in the MouseDown property for each control in controls Te...
    See more | Go to post

  • How to parse command line arguments separated by ':' instead of spacing?

    Hi, I'm working on implementing some python in django and trying to write a testing prog to accept a range of values. We'd like to be able to write the commands something like:

    manage.py commandfile --values=80:90

    I see I can use the make_option args to write something like:

    manage.py commandfile --values=80 90

    when I set the type to int & the nargs to 2. There should be a way to specify...
    See more | Go to post

  • "Object in use" error when multiple objects hear event

    I'm pretty sure this is language independent and is going to be the same whether it's VC or C# - but my project is C# WIndows Forms just in case.

    Does anyone have a good handle on the sequence of events when an event is raised and multiple classes are all subscribed to the event?
    • Does each class get a copy of the argument?
    • Does each class get a pointer/address/ref to the one and only argument?
    • Do all the classes
    ...
    See more | Go to post
Working...