Hi,
I need to draw directly on the screen when incoming call event happen, I'd like to do the drawing on the main window, or the root window like the phone application.
Any help will be appreciated.
Regards,
Rami
Hi,
I need to draw directly on the screen when incoming call event happen, I'd like to do the drawing on the main window, or the root window like the phone application.
Any help will be appreciated.
Regards,
Rami
you can not really do that, you need at least to construct your own window, put it on the top and use it for drawing.
yucca