P
pb
vb6 form, com addin OL2002
i have a custom appointment form, that calls a global VB6 form when
necessary. the form has text which i want to autofill the the open
appointment form with. Kinda like selecting a contact from the address book
when composing a new email. i've been trying to set it using New inspector
events, but having no luck. i can hard set a value of the form from the VB6
addin by using:
Public Sub objApptItem_CustomPropertyChange(ByVal Name As String)
objApptItem.UserProperties("sPTID") = "yellow"
End Sub
however, the value isn't determined until the VB6 form is loaded. Any way
to link the vb6 form and appointment form? I was thinking about writing the
values i need from the vb6 form to the registry, and collect those values
from the appointment form, but can't seem to figure it out. Any suggestion
please?
i have a custom appointment form, that calls a global VB6 form when
necessary. the form has text which i want to autofill the the open
appointment form with. Kinda like selecting a contact from the address book
when composing a new email. i've been trying to set it using New inspector
events, but having no luck. i can hard set a value of the form from the VB6
addin by using:
Public Sub objApptItem_CustomPropertyChange(ByVal Name As String)
objApptItem.UserProperties("sPTID") = "yellow"
End Sub
however, the value isn't determined until the VB6 form is loaded. Any way
to link the vb6 form and appointment form? I was thinking about writing the
values i need from the vb6 form to the registry, and collect those values
from the appointment form, but can't seem to figure it out. Any suggestion
please?