I just want to create an application with several functions.
but i don't need a normal window frame with this:
- title bar ...
- min/max/close button ...
- bottom status bar ....
here is what I need :
- the whole application is a standalone bar, this small bar is about 200*20 pixels on top of the screen
- show message text and current time on this bar
- with the mouse left click and drag to move the bar, change position ...
- on the right click menu with an option to exit the application
could you please give me some examples to explore the windows programming