Hi,
I am working windows CE application.
I am opening a page which has Textbox in it.
In that TextBox I am showing a text report.
Previously the font of text was 'Tahoma' as system font was Tahoma too.
But now i want to show report in 'Corier New' Font but I am facing new.
I am opening the window using showDialog(). but that windows is showing the text with tahoma font.
But if that windows loose focus and again gains. Its get repainted.
so i have come to conclusion that when I open window using ShowDialog() window is not getting repainted. and I want to repaint it.
So please help me in this as I have wasted too much time in this.
Thanks and Regards,
Sachin
I am working windows CE application.
I am opening a page which has Textbox in it.
In that TextBox I am showing a text report.
Previously the font of text was 'Tahoma' as system font was Tahoma too.
But now i want to show report in 'Corier New' Font but I am facing new.
I am opening the window using showDialog(). but that windows is showing the text with tahoma font.
But if that windows loose focus and again gains. Its get repainted.
so i have come to conclusion that when I open window using ShowDialog() window is not getting repainted. and I want to repaint it.
So please help me in this as I have wasted too much time in this.
Thanks and Regards,
Sachin
Comment