B
Brent Howard
I have a problem where I can add the Property Page for Outlook but instead
of the Title I have set it comes up with "Untitled".
Dim Opt_Page As New MyOptionsPage()
Pages.Add(Opt_Page, "My Title")
I also Tried to use
Pages.Add("Myproject.MyOptionsPage", "My Title")
This get's the title right but error's when you click on the option tab.
Any one have any idea's?
Thanks,
Brent.
of the Title I have set it comes up with "Untitled".
Dim Opt_Page As New MyOptionsPage()
Pages.Add(Opt_Page, "My Title")
I also Tried to use
Pages.Add("Myproject.MyOptionsPage", "My Title")
This get's the title right but error's when you click on the option tab.
Any one have any idea's?
Thanks,
Brent.