Results for "Author: dzzie"
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
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
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
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.
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.
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
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.
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
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
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
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.
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.
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.
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
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.
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
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
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
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.
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.