Advertisement

Results for "Author: zac spery"

2002ASP #3574
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

2002ASP #3575
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I got bored (no pun intended) with writing this, so I figure I'll let the world take a stab at it. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP. It launches dynamically created out of process forms with winsock controls on each, so I think each socket is running in it's own thread space.

2002C #12178
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

2002C #12179
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I got bored (no pun intended) with writing this, so I figure I'll let the world take a stab at it. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP. It launches dynamically created out of process forms with winsock controls on each, so I think each socket is running in it's own thread space.

2002VB #20782
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

2002VB #20783
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I got bored (no pun intended) with writing this, so I figure I'll let the world take a stab at it. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP. It launches dynamically created out of process forms with winsock controls on each, so I think each socket is running in it's own thread space.

ASP_Volume2 #29707
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

ASP_Volume2 #29709
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP.

ASP_Volume3 #49715
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP.

C_Volume2 #70769
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

C_Volume2 #70771
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP.

Java_Volume1 #89313
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

Java_Volume1 #89315
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP.

1_2002 #107536
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

1_2002 #107537
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I got bored (no pun intended) with writing this, so I figure I'll let the world take a stab at it. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP. It launches dynamically created out of process forms with winsock controls on each, so I think each socket is running in it's own thread space.

2_2002-2004 #116460
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

2_2002-2004 #116462
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP.

3_2004-2005 #135004
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

3_2004-2005 #135006
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP.

4_2005-2006 #155012
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP.

Languages
Top Categories
Global Discovery