Search:

Type: Posts; User: Eduardo-

Search: Search took 0.16 seconds.

  1. Re: To write UserControl's properties at any given time?

    I don't think there is any bug (related to that issue).
    It simply doesn't save what control is on each tab when it gets hatched-out (it happened to me many times).
    And the control is subclassed in...
  2. Re: To write UserControl's properties at any given time?

    I'm very used to it LaVolpe, but other people aren't.
    I recently posted a control, and the first know user is having a problem regarding this issue.

    It is really better to use it in a compiled...
  3. Re: To write UserControl's properties at any given time?

    No, there is no way.
    Thinking about how all this issue works.

    PS: is there any way to set a thead "Unresolved forever"?
  4. Re: To write UserControl's properties at any given time?

    Yes, I'm sure.
  5. Re: To write UserControl's properties at any given time?

    Good try, but I get error 425:


    Option Explicit

    Dim mPB As PropertyBag
    Dim mlASDF As Long

    Public Property Get asdf() As Long
    asdf = mlASDF
  6. Re: To write UserControl's properties at any given time?

    Exactly, and hence my question about if there is a way to save the data at any given time. When some property is changed, I would like to save the data at that time and not to wait until the form's...
  7. Re: To write UserControl's properties at any given time?

    Please folow exactly these steps:

    Let's suppose that you already have an UserControl added to form1.

    Open form1:
    See what value does the property "asdf" have.
    If it is 5, then change it to...
  8. Re: To write UserControl's properties at any given time?

    Sorry, but that solves nothing, Elroy.
    The developer will never remember to do that before opening the UserControl's designer window.
    BTW: I'm quite used to close the forms before opening an...
  9. To write UserControl's properties at any given time?

    The UserControls properties are saved in the WriteProperties event, and it fires only when the form is closed in the designer.

    The problem is that when it is used within an standard exe project,...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width