Was just wondering.. is it possible to display the time in the status bar of a window.. I tried searching google.. but couldn't find anything.. So if any of u know how to do this.. pls help.. thanx in advance
Ewayne's Asmedit http://asmedit.massmind.org/ does that. It is not too difficult, just take a look at his code and extract the relevant parts. ;)
If I remember correctly, all you need to do is to create a timer and at every WM_TIMER event update your status bar.
If I remember correctly, all you need to do is to create a timer and at every WM_TIMER event update your status bar.
i think you can try the SetTimer,and use GetTimeFormat to get the systemtime.
you can look at the MSDN abouth this two function.
you can look at the MSDN abouth this two function.
Thanx a lot guys :) I Finally managed to do it..