Advertisement

Results for "Author: scott morris"

ASP_Volume2 #35913
Activity/Inactivity Monitor

This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.

ASP_Volume2 #41423
Create a DLL / Load a DLL into an application at run-time

This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.

ASP_Volume2 #41538
HTTP Request Response Header Viewer

This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.

ASP_Volume3 #56176
Activity/Inactivity Monitor

This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.

ASP_Volume3 #56177
Create a DLL / Load a DLL into an application at run-time

This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.

ASP_Volume3 #56178
HTTP Request Response Header Viewer

This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.

C_Volume2 #76975
Activity/Inactivity Monitor

This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.

C_Volume2 #82485
Create a DLL / Load a DLL into an application at run-time

This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.

C_Volume2 #82603
HTTP Request Response Header Viewer

This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.

Java_Volume1 #95519
Activity/Inactivity Monitor

This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.

Java_Volume1 #101029
Create a DLL / Load a DLL into an application at run-time

This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.

Java_Volume1 #101143
HTTP Request Response Header Viewer

This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.

2_2002-2004 #122666
Activity/Inactivity Monitor

This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.

2_2002-2004 #128176
Create a DLL / Load a DLL into an application at run-time

This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.

2_2002-2004 #128291
HTTP Request Response Header Viewer

This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.

3_2004-2005 #141210
Activity/Inactivity Monitor

This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.

3_2004-2005 #146720
Create a DLL / Load a DLL into an application at run-time

This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.

3_2004-2005 #146835
HTTP Request Response Header Viewer

This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.

4_2005-2006 #161473
Activity/Inactivity Monitor

This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.

4_2005-2006 #161474
Create a DLL / Load a DLL into an application at run-time

This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.

Languages
Top Categories
Global Discovery