Advertisement

Results for "Author: james kerr"

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

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

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

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

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

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

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

6_2008-2009 #210250
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.

6_2008-2009 #210251
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!

6_2008-2009 #210252
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!

6_2008-2009 #210253
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!

7_2009-2012 #232768
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.

7_2009-2012 #232769
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!

7_2009-2012 #232770
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!

7_2009-2012 #232771
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!

Languages
Top Categories
Global Discovery