Advertisement

Results for "Author: pt"

Java_Volume1 #94783
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 ->

Java_Volume1 #97287
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.

1_2002 #105913
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 ->

1_2002 #105914
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).

2_2002-2004 #115873
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).

2_2002-2004 #115903
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.

2_2002-2004 #121930
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 ->

2_2002-2004 #124434
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.

3_2004-2005 #134417
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).

3_2004-2005 #134447
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.

3_2004-2005 #140474
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 ->

3_2004-2005 #142978
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.

4_2005-2006 #152402
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.

4_2005-2006 #152403
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).

4_2005-2006 #152404
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.

4_2005-2006 #152405
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 ->

5_2007-2008 #174920
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.

5_2007-2008 #174921
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).

5_2007-2008 #174922
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.

5_2007-2008 #174923
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 ->

Languages
Top Categories
Global Discovery