Advertisement

Results for "Author: james kerr"

ASP_Volume2 #28026
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

ASP_Volume2 #28029
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

ASP_Volume2 #28323
Dial-Up Auto-Reconnector for Modems

This program is for those of us who suffer from modem-based internet connections, and ISPs who cut the connection at intervals. The program sits in your system tray, and will monitor your dial-up connection. If it drops, the program will automatically dial your chosen connection, and re-establish your internet link (with an optional delay setting - to get round ISPs who allocate a low-speed line if you immediately re-connect). There are quite a few other programs like this on the site, but I didn't see any that did the job quite as simply as this. I hope you find it useful. Happy (slow) downloading!

ASP_Volume3 #59917
RSS Feed Ticker

This is a quick example of implementing an RSS Feed reader on a 'ticker' style message on your applications. The code's commented and easy to understand. You can do this easier in VS .NET (or by using a Marquee control in a WebBrowser), but I thought it might be neat (and useful) to do it in vanilla VB using the MSXML library.

ASP_Volume3 #59918
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

ASP_Volume3 #59919
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

ASP_Volume3 #59920
Dial-Up Auto-Reconnector for Modems

This program is for those of us who suffer from modem-based internet connections, and ISPs who cut the connection at intervals. The program sits in your system tray, and will monitor your dial-up connection. If it drops, the program will automatically dial your chosen connection, and re-establish your internet link (with an optional delay setting - to get round ISPs who allocate a low-speed line if you immediately re-connect). There are quite a few other programs like this on the site, but I didn't see any that did the job quite as simply as this. I hope you find it useful. Happy (slow) downloading!

C_Volume2 #69088
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

C_Volume2 #69091
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

C_Volume2 #69385
Dial-Up Auto-Reconnector for Modems

This program is for those of us who suffer from modem-based internet connections, and ISPs who cut the connection at intervals. The program sits in your system tray, and will monitor your dial-up connection. If it drops, the program will automatically dial your chosen connection, and re-establish your internet link (with an optional delay setting - to get round ISPs who allocate a low-speed line if you immediately re-connect). There are quite a few other programs like this on the site, but I didn't see any that did the job quite as simply as this. I hope you find it useful. Happy (slow) downloading!

Java_Volume1 #87632
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

Java_Volume1 #87635
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

Java_Volume1 #87929
Dial-Up Auto-Reconnector for Modems

This program is for those of us who suffer from modem-based internet connections, and ISPs who cut the connection at intervals. The program sits in your system tray, and will monitor your dial-up connection. If it drops, the program will automatically dial your chosen connection, and re-establish your internet link (with an optional delay setting - to get round ISPs who allocate a low-speed line if you immediately re-connect). There are quite a few other programs like this on the site, but I didn't see any that did the job quite as simply as this. I hope you find it useful. Happy (slow) downloading!

2_2002-2004 #114779
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

2_2002-2004 #114782
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

2_2002-2004 #115076
Dial-Up Auto-Reconnector for Modems

This program is for those of us who suffer from modem-based internet connections, and ISPs who cut the connection at intervals. The program sits in your system tray, and will monitor your dial-up connection. If it drops, the program will automatically dial your chosen connection, and re-establish your internet link (with an optional delay setting - to get round ISPs who allocate a low-speed line if you immediately re-connect). There are quite a few other programs like this on the site, but I didn't see any that did the job quite as simply as this. I hope you find it useful. Happy (slow) downloading!

3_2004-2005 #133323
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

3_2004-2005 #133326
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

3_2004-2005 #133620
Dial-Up Auto-Reconnector for Modems

This program is for those of us who suffer from modem-based internet connections, and ISPs who cut the connection at intervals. The program sits in your system tray, and will monitor your dial-up connection. If it drops, the program will automatically dial your chosen connection, and re-establish your internet link (with an optional delay setting - to get round ISPs who allocate a low-speed line if you immediately re-connect). There are quite a few other programs like this on the site, but I didn't see any that did the job quite as simply as this. I hope you find it useful. Happy (slow) downloading!

4_2005-2006 #165214
RSS Feed Ticker

This is a quick example of implementing an RSS Feed reader on a 'ticker' style message on your applications. The code's commented and easy to understand. You can do this easier in VS .NET (or by using a Marquee control in a WebBrowser), but I thought it might be neat (and useful) to do it in vanilla VB using the MSXML library.

Languages
Top Categories
Global Discovery