Client Area
-
I am drawing something on the OnPaint or OnDraw Method which some times go beyound the Client Area so Scroll Bar activated. After that user can do any thing. Through any event I want to convert whole client screen in to BMP. Problem is that when I took the Client Window Handle it is not giving the Data which is beyond theClient Screen (i.e., currently not visible but visible through scrolling). What I do to grab whole thing which I draw on the Client View. :confused: :confused: :confused: I am looking for any Code . . . any idea . . . any . . . Thanks in adnavce.
-
I am drawing something on the OnPaint or OnDraw Method which some times go beyound the Client Area so Scroll Bar activated. After that user can do any thing. Through any event I want to convert whole client screen in to BMP. Problem is that when I took the Client Window Handle it is not giving the Data which is beyond theClient Screen (i.e., currently not visible but visible through scrolling). What I do to grab whole thing which I draw on the Client View. :confused: :confused: :confused: I am looking for any Code . . . any idea . . . any . . . Thanks in adnavce.
I would create a memory bitmap the required size, select it into a memory DC, and call OnDraw(&memory_DC). The memory bitmap will now contain the entire view, independant of the window size. --- Sonork 100.11743 Chicken Little It may be that your sole purpose in life is simply to serve as a warning to others.