| Thread | Last Post | Replies |
|
| CPU Utilization per CPU | 08 May 2008 20:19 GMT | 4 |
Looking for an API that would give me CPU Utilization per CPU with the use of PerfMon or WMI.. Is there such a thing?
|
| getservbyport | 08 May 2008 00:16 GMT | 2 |
Hello,how i use the api getservbyport ??? I write code: Declare Function getservbyport Lib "ws2_32" (ByVal port As Integer, ByVal proto As String) As SERVENT
|
| Picture Control - Resource Documentation | 07 May 2008 22:57 GMT | 1 |
Im developing a window application in VC++ 2005. In one of my dialoge windows I've added a the resource type "Picture Control" with the belief that I would be able to show different kinds of pictures in it. When I search for the documentation of "Picture Control" on MSDN I can't
|
| Shell extension to pre filter file double click action? | 05 May 2008 12:21 GMT | 18 |
I've dredged the MSDN docs on shell extensions but can't quite find what I was looking for. Basically, I want to do the following pseudo code when someone double clicks on a file: IF shift_key_held_down THEN
|
| InternetReadFileEx | 05 May 2008 11:30 GMT | 9 |
Anybody here knows how to successfully use InternetReadFileEX. In particular the settings for the INTERNET_BUFFERS structure properties: This structure has an embedded INTERNET_BUFFERS property. What are the possible settings for this?
|
| SendMessage and Excel | 03 May 2008 18:36 GMT | 29 |
My goal is to be able to send F2 and Enter, from VB 6, to the selected cell on an Excel worksheet, so I tried the code below just to test the mechanics. According to SPY++, the correct handles are being used in the code,. And, GetWindowText returns the right caption, so the handle ...
|