| Thread | Last Post | Replies |
|
| ListView ColumnHeader caption via API? | 30 Oct 2009 22:44 GMT | 25 |
I'm trying to read the column header (SysHeader32) captions of an ListView. So far I'm sure to have the right processID and handle (hWnd) , beacause I can successfully read the right number of columns, but I do not get any text (caption) for each column. I always get back an ...
|
| Triggering MouseMove events - with Button! | 23 Oct 2009 15:14 GMT | 4 |
for automated testing purposes, I trigger the mouse events of a user control using PostMessage. I simulate dragging an object in this UserControl by posting a series of WM_MOUSEMOVE,. WM_LBUTTONDOWN and WM_LBUTTONUP messages.
|
| how to construct DHCP-INFORM message | 21 Oct 2009 11:58 GMT | 2 |
Hi,FO message to get the IP address of another machine.Could you plese help me how can i construct DHCP-INFORM message in VC++. EggHeadCafe - Software Developer Portal of Choice C# : Everything about DateTime http://www.eggheadcafe ...
|
| GDI+ questions | 09 Oct 2009 07:48 GMT | 6 |
I'm using GDI+ api to draw a day time planning into a picture, it's great, very fast and import of png with transparency is very neat. I have one problem, 90% of the time, I don't need to redraw all the picture, the background is the same and only the items on it changes.
|
| transparentblt from VB6 form | 01 Oct 2009 09:51 GMT | 3 |
I have a VB6 picturebox. On this PB I want to perform a transparentblt of the visible contents of a separate form. I want this to work regardless of the visibility of the source form, but
|