in my wrapper class for window creation, i was wondering if i needed to have members to store the icon handle, the cursor handle, or the text, since i can retrieve and change the values using the API (Set\GetWindowText..) from the handle..is it better to have these members?
thanks in advance