DsoFramer on Dispose modifies Application title

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I am using the dsoFramer control in a winform app (c#) to display a word
document.
The dsoFramer object is created on runtime and then disposed off, by calling
the Dispose method explicitly.
Now if the form loses focus and the focus is brought back, the title of the
Application
changes into "T⌂i⌂t⌂l⌂e⌂".
I am thinking it is the unicode representation of the title string.

Any help is welcome.
Anup.
 
Anup,

Can you show an example? How is it that the title is changing? I don't
see a direct relationship between the control and the title of your form.
 
Hi Nicholas,

How can send a the sample app on this user group, there seems to be no
option to do so.

Regards
Anup.




Nicholas Paldino said:
Anup,

Can you show an example? How is it that the title is changing? I don't
see a direct relationship between the control and the title of your form.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Anup said:
Hi All,

I am using the dsoFramer control in a winform app (c#) to display a word
document.
The dsoFramer object is created on runtime and then disposed off, by
calling
the Dispose method explicitly.
Now if the form loses focus and the focus is brought back, the title of
the
Application
changes into "T?i?t?l?e?".
I am thinking it is the unicode representation of the title string.

Any help is welcome.
Anup.
 
Back
Top