Advertisement

Results for "Author: todd herman"

2002ASP #3521
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

2002ASP #3522
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

2002C #12125
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

2002C #12126
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

2002VB #20729
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

2002VB #20730
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

ASP_Volume2 #30633
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

ASP_Volume2 #35886
EZRegistry

This is THE registry class (compiled as ActiveX DLL)! I worked VERY hard in researching and streamlining this code. It is much more in depth then any other registry module or class i've been able to find. It supports all the major data types and includes the ability to connect to a remote registry as well as load and unload registry hives!! If there any problems with the code (or included help file) please let me know. I want to perfect this as much as possible. Also, keep in mind I am finishing up sample code for VBScript ans VB as well as a more detailed CHM help file. Those should be forthcoming by the end of the week. Feel free to email me if you guys have any issues or problems. I developed the code under Windows NT but performed some testing under Windows ME. Most of the functions should still work under Windows 95/98 but not all data types are supported.

ASP_Volume2 #36249
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

ASP_Volume3 #49652
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

ASP_Volume3 #49653
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

ASP_Volume3 #49654
EZRegistry

This is THE registry class (compiled as ActiveX DLL)! I worked VERY hard in researching and streamlining this code. It is much more in depth then any other registry module or class i've been able to find. It supports all the major data types and includes the ability to connect to a remote registry as well as load and unload registry hives!! If there any problems with the code (or included help file) please let me know. I want to perfect this as much as possible. Also, keep in mind I am finishing up sample code for VBScript ans VB as well as a more detailed CHM help file. Those should be forthcoming by the end of the week. Feel free to email me if you guys have any issues or problems. I developed the code under Windows NT but performed some testing under Windows ME. Most of the functions should still work under Windows 95/98 but not all data types are supported.

C_Volume2 #71695
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

C_Volume2 #76948
EZRegistry

This is THE registry class (compiled as ActiveX DLL)! I worked VERY hard in researching and streamlining this code. It is much more in depth then any other registry module or class i've been able to find. It supports all the major data types and includes the ability to connect to a remote registry as well as load and unload registry hives!! If there any problems with the code (or included help file) please let me know. I want to perfect this as much as possible. Also, keep in mind I am finishing up sample code for VBScript ans VB as well as a more detailed CHM help file. Those should be forthcoming by the end of the week. Feel free to email me if you guys have any issues or problems. I developed the code under Windows NT but performed some testing under Windows ME. Most of the functions should still work under Windows 95/98 but not all data types are supported.

C_Volume2 #77311
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

Java_Volume1 #90239
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

Java_Volume1 #95492
EZRegistry

This is THE registry class (compiled as ActiveX DLL)! I worked VERY hard in researching and streamlining this code. It is much more in depth then any other registry module or class i've been able to find. It supports all the major data types and includes the ability to connect to a remote registry as well as load and unload registry hives!! If there any problems with the code (or included help file) please let me know. I want to perfect this as much as possible. Also, keep in mind I am finishing up sample code for VBScript ans VB as well as a more detailed CHM help file. Those should be forthcoming by the end of the week. Feel free to email me if you guys have any issues or problems. I developed the code under Windows NT but performed some testing under Windows ME. Most of the functions should still work under Windows 95/98 but not all data types are supported.

Java_Volume1 #95855
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

1_2002 #107483
Service Control Manager

I have painstakingly researched everything dealing with services. It has taken me a while to weed through all the garbage that Microsoft dishes out but I finally did. This is a recreation (with a few tweaks) of the Service Control Manager for NT. It doesn't do everything yet. This code shows you how to start/stop/pause/continue services. Beyond that, and even more important, it shows you how to determine IF a service can be stopped.. if it IS disabled.. if an error occurred, etc. This is my first time submitting code to Planetsourcecode and I hope you guys vote for my code. I am planning on updating this app shortly to fully work with 2000 (using some new 2000 features) and enable the configuration of services. I also added a feature that Microsoft includes in there SCM. I am able to determine if a service depends on another service so all dependent services stop if you stop the main service. I can go into details and answer questions via feedback. Please send me your feedback.

1_2002 #107484
Animated Icons in System Tray

There have been many samples that show how to place an icon on the system tray. I even used one of those as the source for this example. I did make some changes and there was one major change. It allows the use of ANIMATED CURSORS. Yes, you can now animate your icon on the system tray. It took me several days to figure out how to do this. I am working on a new version now which removes the need for the image list control. For now, just check it out and PLEASE vote for me. I would love to win for a change.

Languages
Top Categories
Global Discovery