Advertisement

Results for "Author: dzzie"

ASP_Volume3 #53458
VB IActiveScript (No Ocx Scripting)

By creating a custom type library it is possible to implement IActiveScriptSite directly in VB and add Scripting support to your VB apps without having to include the MSScript control. Includes support for AddObject and Eval() Dont forget to check out the open source section of my site for more stuff http://sandsprite.com/openSource.html

ASP_Volume3 #53459
File System Functions

commonly needed file macros you hate to code over and over. Functions: GetFolderFiles, GetSubfolders, FileExists, FolderExists, SafeFileName, Read/Write/AppendFile, GetFreeFilename, FileNameFromPath,ChangeExtension, etc.. anyway this will help you clean up your code alot and make it more readable Dont forget to check my sight for more stuff: http://geocities.com/dzzie

ASP_Volume3 #53460
animated wait bar User control

lightweight compile in display bar... give users something to look at while they are waiting...4 animations to choose from..adds about 16k to your exe. Dont forget to check my sight for more stuff: http://geocities.com/dzzie

ASP_Volume3 #53461
Web Browser Based Streaming Chat Server

This is a Web browser based chat server similar to webmaze and chatropolis. Chatters wont need any special software to chat and will be able to see others posts in real time. Read the readme for full discussion. :) Dont forget to check my sight for more stuff: http://geocities.com/dzzie

C_Volume2 #67885
Listbox Manager Class

This class extends the default listbox and gives some some easy to use functionality that will streamline your code. It includes macros to load arrays, load delimited files/strings, filter lists, ensure selected items, edit, etc. It is kind of simple, but it is really handy and speeds up coding alot...It is highly resuable code that will eliminate many lines of repetive code from your projects.

C_Volume2 #68698
Api Timer + Array WithEvents

This code contains 2 classes, One is a base API timer class that can be used as a standalone timer replacement (does not need a form to host timer) The second, is a class that holds an array of these timer objects and allows you handle events of a timer array just like the default VB timer object. VB Does not have built in support for handling an array of objects withevents. So this shows you how to code it yourself.

C_Volume2 #69503
VB IActiveScript (No Ocx Scripting)

By creating a custom type library it is possible to implement IActiveScriptSite directly in VB and add Scripting support to your VB apps without having to include the MSScript control. Includes support for AddObject and Eval() Dont forget to check out the open source section of my site for more stuff http://sandsprite.com/openSource.html

C_Volume2 #69853
Executable Crypter

example of how to integrate PE crypter routines into your compiled executables. Useful for shareware authors trying to add another layer of protection against crackers. Simple example to teach you how. See article link in source code for more info. Also includes a decent set of classes for editing and analyzing PE files.

C_Volume2 #72176
File System Functions

commonly needed file macros you hate to code over and over. Functions: GetFolderFiles, GetSubfolders, FileExists, FolderExists, SafeFileName, Read/Write/AppendFile, GetFreeFilename, FileNameFromPath,ChangeExtension, etc.. anyway this will help you clean up your code alot and make it more readable Dont forget to check my sight for more stuff: http://geocities.com/dzzie

C_Volume2 #72223
animated wait bar User control

lightweight compile in display bar... give users something to look at while they are waiting...4 animations to choose from..adds about 16k to your exe. Dont forget to check my sight for more stuff: http://geocities.com/dzzie

C_Volume2 #72645
Web Browser Based Streaming Chat Server

This is a Web browser based chat server similar to webmaze and chatropolis. Chatters wont need any special software to chat and will be able to see others posts in real time. Read the readme for full discussion. :) Dont forget to check my sight for more stuff: http://geocities.com/dzzie

C_Volume2 #80199
SSL Communications

Adding SSL to your network communcations in VB is usally an expensive proposition both in terms of time and money. There are a handful of ActiveX controls out there to help you do it most with quite different programming models and some costing up to $1000. ChilkatSSL is a free open source component based around the OPENSSL libraries that lets you add SSL enabled communications to your projects relativly easily. The trick is, ChilkatSSL was designed for use in C++ and does not directly support VB... This code will show you how to get it to work with VB through the use of an external VBized type library.

Java_Volume1 #86429
Listbox Manager Class

This class extends the default listbox and gives some some easy to use functionality that will streamline your code. It includes macros to load arrays, load delimited files/strings, filter lists, ensure selected items, edit, etc. It is kind of simple, but it is really handy and speeds up coding alot...It is highly resuable code that will eliminate many lines of repetive code from your projects.

Java_Volume1 #87242
Api Timer + Array WithEvents

This code contains 2 classes, One is a base API timer class that can be used as a standalone timer replacement (does not need a form to host timer) The second, is a class that holds an array of these timer objects and allows you handle events of a timer array just like the default VB timer object. VB Does not have built in support for handling an array of objects withevents. So this shows you how to code it yourself.

Java_Volume1 #88047
VB IActiveScript (No Ocx Scripting)

By creating a custom type library it is possible to implement IActiveScriptSite directly in VB and add Scripting support to your VB apps without having to include the MSScript control. Includes support for AddObject and Eval() Dont forget to check out the open source section of my site for more stuff http://sandsprite.com/openSource.html

Java_Volume1 #88397
Executable Crypter

example of how to integrate PE crypter routines into your compiled executables. Useful for shareware authors trying to add another layer of protection against crackers. Simple example to teach you how. See article link in source code for more info. Also includes a decent set of classes for editing and analyzing PE files.

Java_Volume1 #90720
File System Functions

commonly needed file macros you hate to code over and over. Functions: GetFolderFiles, GetSubfolders, FileExists, FolderExists, SafeFileName, Read/Write/AppendFile, GetFreeFilename, FileNameFromPath,ChangeExtension, etc.. anyway this will help you clean up your code alot and make it more readable Dont forget to check my sight for more stuff: http://geocities.com/dzzie

Java_Volume1 #90767
animated wait bar User control

lightweight compile in display bar... give users something to look at while they are waiting...4 animations to choose from..adds about 16k to your exe. Dont forget to check my sight for more stuff: http://geocities.com/dzzie

Java_Volume1 #91189
Web Browser Based Streaming Chat Server

This is a Web browser based chat server similar to webmaze and chatropolis. Chatters wont need any special software to chat and will be able to see others posts in real time. Read the readme for full discussion. :) Dont forget to check my sight for more stuff: http://geocities.com/dzzie

Java_Volume1 #98743
SSL Communications

Adding SSL to your network communcations in VB is usally an expensive proposition both in terms of time and money. There are a handful of ActiveX controls out there to help you do it most with quite different programming models and some costing up to $1000. ChilkatSSL is a free open source component based around the OPENSSL libraries that lets you add SSL enabled communications to your projects relativly easily. The trick is, ChilkatSSL was designed for use in C++ and does not directly support VB... This code will show you how to get it to work with VB through the use of an external VBized type library.

Languages
Top Categories
Global Discovery