deleting a CStatic object [modified]
-
how to delete a CStatic object present on the Client window? wt is the right function? i have the following things with me:- 1) Pointer to the object 2) coordinates of the window/object 3) hWnd -- modified at 1:12 Tuesday 1st August, 2006
-
how to delete a CStatic object present on the Client window? wt is the right function? i have the following things with me:- 1) Pointer to the object 2) coordinates of the window/object 3) hWnd -- modified at 1:12 Tuesday 1st August, 2006
-
how to delete a CStatic object present on the Client window? wt is the right function? i have the following things with me:- 1) Pointer to the object 2) coordinates of the window/object 3) hWnd -- modified at 1:12 Tuesday 1st August, 2006
SteamEngine wrote:
delete a CStatic object
How did you create that CStatic object? (using new) You can call DestroyWindow(),delete your pointer after this call. delete myObj;
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
how to delete a CStatic object present on the Client window? wt is the right function? i have the following things with me:- 1) Pointer to the object 2) coordinates of the window/object 3) hWnd -- modified at 1:12 Tuesday 1st August, 2006
You want to delete a cstatic object but what is it (2) how to create Cstatic?Whats application type? Is hWnd from CStatic
_**
**_
WhiteSky