I am developing a Docklet for stardock's ObjectDock, based on the samples provided in their SDK.
The problem I am facing is that I want to display a "windows" when the user clicks on the docklet icon so I might be able to show additional information (In my case, Wifi connection data like SSID and Authentication and Encryption details).
Right now I am using a modal dialog where the information is displayed, my first question is:
How could I place a PNG image in that dialog? I believe that the standard MFC C++ Picture Control only support BMP's, but I need to dynamically choose between several PNG's at run time so the right one is shown.
My second question is:
I would rather use a "custom" paint windows that might use some alpha tranparency and custom drawn "styled" text instead of the Windows Modal Dialog... how could I accomplish this?
I am not an experienced C++/MFC programmer (specially not at manipulating Windows and graphical elements), Where could I found information so I can get started with both tasks? Are there any Docklet programmers out there who would like to give me some advice?
Thank everybody.
Aqua-Soft Forums