Advertisement

Results for "Author: pt"

2002ASP #1951
Systray Balloon Tooltips

Don't forget to vote. Balloon tooltips in the system tray the way MS does it in 2000/XP/Me. It uses the same method of putting the icon in the tray that we're all used to, but the NOTIFYICONDATA class has changed to reflect the balloon tooltip information. This is the first code i've seen on PSC that does this correctly. Vote if you like it. See the image ->

2002ASP #1952
Get Windows 2000/XP CPU Usage

Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).

2002C #10555
Systray Balloon Tooltips

Don't forget to vote. Balloon tooltips in the system tray the way MS does it in 2000/XP/Me. It uses the same method of putting the icon in the tray that we're all used to, but the NOTIFYICONDATA class has changed to reflect the balloon tooltip information. This is the first code i've seen on PSC that does this correctly. Vote if you like it. See the image ->

2002C #10556
Get Windows 2000/XP CPU Usage

Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).

2002VB #19159
Systray Balloon Tooltips

Don't forget to vote. Balloon tooltips in the system tray the way MS does it in 2000/XP/Me. It uses the same method of putting the icon in the tray that we're all used to, but the NOTIFYICONDATA class has changed to reflect the balloon tooltip information. This is the first code i've seen on PSC that does this correctly. Vote if you like it. See the image ->

2002VB #19160
Get Windows 2000/XP CPU Usage

Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).

ASP_Volume2 #29120
Get Windows 2000/XP CPU Usage

Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).

ASP_Volume2 #29150
FAST Tail Function for VB

After hunting for this functionality since I started using VB, I've finally figured out how to *quickly* read the last few lines in a file. This function fills a dynamic array with the last X number of lines in a file you specify. I use it to monitor apachewin32 logs on another server. This is much faster than using 'line input'. I know there may be more optimized ways of doing this, I just thought I should get it out there.

ASP_Volume2 #35177
Systray Balloon Tooltips

Don't forget to vote. Balloon tooltips in the system tray the way MS does it in 2000/XP/Me. It uses the same method of putting the icon in the tray that we're all used to, but the NOTIFYICONDATA class has changed to reflect the balloon tooltip information. This is the first code i've seen on PSC that does this correctly. Vote if you like it. See the image ->

ASP_Volume2 #37681
SnapIt 1.06

This code does many things. When launched, it places itself in the system tray until the user right clicks on the icon. The user is then presented with a popup menu with options. It will allow the user to take capture a portion of the screen and save it to the clipboard for use in other programs.

ASP_Volume3 #47105
SnapIt 1.06

This code does many things. When launched, it places itself in the system tray until the user right clicks on the icon. The user is then presented with a popup menu with options. It will allow the user to take capture a portion of the screen and save it to the clipboard for use in other programs.

ASP_Volume3 #47106
Get Windows 2000/XP CPU Usage

Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).

ASP_Volume3 #47107
FAST Tail Function for VB

After hunting for this functionality since I started using VB, I've finally figured out how to *quickly* read the last few lines in a file. This function fills a dynamic array with the last X number of lines in a file you specify. I use it to monitor apachewin32 logs on another server. This is much faster than using 'line input'. I know there may be more optimized ways of doing this, I just thought I should get it out there.

ASP_Volume3 #47108
Systray Balloon Tooltips

Don't forget to vote. Balloon tooltips in the system tray the way MS does it in 2000/XP/Me. It uses the same method of putting the icon in the tray that we're all used to, but the NOTIFYICONDATA class has changed to reflect the balloon tooltip information. This is the first code i've seen on PSC that does this correctly. Vote if you like it. See the image ->

C_Volume2 #70182
Get Windows 2000/XP CPU Usage

Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).

C_Volume2 #70212
FAST Tail Function for VB

After hunting for this functionality since I started using VB, I've finally figured out how to *quickly* read the last few lines in a file. This function fills a dynamic array with the last X number of lines in a file you specify. I use it to monitor apachewin32 logs on another server. This is much faster than using 'line input'. I know there may be more optimized ways of doing this, I just thought I should get it out there.

C_Volume2 #76239
Systray Balloon Tooltips

Don't forget to vote. Balloon tooltips in the system tray the way MS does it in 2000/XP/Me. It uses the same method of putting the icon in the tray that we're all used to, but the NOTIFYICONDATA class has changed to reflect the balloon tooltip information. This is the first code i've seen on PSC that does this correctly. Vote if you like it. See the image ->

C_Volume2 #78743
SnapIt 1.06

This code does many things. When launched, it places itself in the system tray until the user right clicks on the icon. The user is then presented with a popup menu with options. It will allow the user to take capture a portion of the screen and save it to the clipboard for use in other programs.

Java_Volume1 #88726
Get Windows 2000/XP CPU Usage

Gets the CPU Usage for Windows 2000/XP. This is a sample of using PDH.DLL to sample performance data from Windows 2000. It can be used to monitor any performance data. Should also work in NT 4.0 (Requires VB6 and PDH.DLL - included with Win2k).

Java_Volume1 #88756
FAST Tail Function for VB

After hunting for this functionality since I started using VB, I've finally figured out how to *quickly* read the last few lines in a file. This function fills a dynamic array with the last X number of lines in a file you specify. I use it to monitor apachewin32 logs on another server. This is much faster than using 'line input'. I know there may be more optimized ways of doing this, I just thought I should get it out there.

Languages
Top Categories
Global Discovery