I'm trying to figure out a way to easily parse and formating date/time values using STL. Unfortunately, I can't seem to find much information regarding the time_get and time_put facets. I can use strftime and the other associated crt calls but I would prefer to stay in stl for this if I can. Does anyone have a good sample, or reference to a sample on how to do this? Thanks in advance, Shawn Nagase
S
SNagase
@SNagase
Posts
-
date/time parsing and formatting (STL) -
DirectX capturingI'm trying to capture a screen from the windows media player. It appears that they use a directx overlay for the video (not completely sure). So, if you try to capture it through the normal GDI means, all you get is the black background. There is at least one program available that can capture it through directx, but I am trying to figure out how it is done. Can anyone tell me how to get access to the directx surface to obtain the data? EnumSurfaces appears to work only inside the same process and inside the same directdraw object. Please help!