V
vidishasharma
Hi,
I have to modify the reading pane. I know it can be done using win 32
api's. I tried spy ++ to get the class for reading pane and I got
handle as 004807EE and class as (#32770(dialog).
I used _windowHandle = FindWindow("#32770", null); to find the window
I did get the handle (I hope I am doing things right) what do I have
to do after this. Please guide...
I have to modify the reading pane. I know it can be done using win 32
api's. I tried spy ++ to get the class for reading pane and I got
handle as 004807EE and class as (#32770(dialog).
I used _windowHandle = FindWindow("#32770", null); to find the window
I did get the handle (I hope I am doing things right) what do I have
to do after this. Please guide...