Results for "Author: donathan hutchings"
This is an update to the Pack File class I wrote some time ago. A request was emailed to me asking how to view the contents of the pack file generated by the class. I updated it to do this. Enjoy.
This is a dynamic link library that catches up to 40 general protection fault errors that VB doesn't catch and allows for normal error handling in your code. A test application is provided to demonstrate this.
Several of you have requested a sample program to demonstrate how to use the MAPI Mail dll I submited. I have included in this zip file an almost completed email program. The Send and Receive function are fully functional along with multiple attachments.
This code will give REGISTER and UNREGISTER menu selections on the right mouse click on OCX and DLL files.
I sold this for a while several years back and was offered money for the code. I thought that it would be better to share the code with other developers, because we all depend upon each other to develop better applications. Enjoy!!!
This is in response to a request from a previous PSC user.
This is a dynamic link library that sends and receives electronic mail from a MAPI compliant email client. It comes complete with error checking and multiple attachments.
This code demonstrates how to send formatted text and images to the printer at specific locations on the page.
This is an update to my previous upload. This update now gets the information from NT/2000 machines as well as 95/98 machines. I have also included getting the MAC address from a network card. I have also added code to copy the items selected from the menu to the clipboard.
It's me again. This is a "pack files" program. It can compress files into a single file like pkzip, but it is all vb source code. It has also been modified to easliy add encryption. It includes a verify file routine, along with a wipe file routine.
The biggest problem with trying to make ActiveX controls shareware or trialware is knowing when the control is in the IDE. This is a demonstration on how to use the property bag to make a control shareware.
This is a small sample of blending text messages into a graphic file such as a bitmap. I haven't tested on images other than bitmaps. It doesn't just tack the data at the end of the file, but actually blends it through out. Any encryption algorithm can also be used with this to make it more secure. A key file is generated during the process and is required to read the message.
I have added an automatic detection of the target path. If it doesn't exist, created regardless of the depth. I have also added a verify feature to verify the copy was successful. Orig. Desc. This is a modified verision of Nabhan Ahmed's (Copy File byte by byte) found at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48319&lngWId=1. Please give all votes to him. His description Basically, this program shows you how to copy files byte by byte. Everytime it reads 4 kbs from the source file and write them in the destination file until it reads all bytes in the srouce file. There is a bar that shows the copying progress, and there is a label that shows the copying percentage. In the new update, you can use the browse button to find the source file you want to copy. I'm sure you'll find the code very easy to understand, and that you'll like it.( Would you please vote for this code ) My Changes: The FileCopy routine was transfered to a self contained class. It checks for proper input for the FileCopy method to work. It is now completey portable.
I have added an automatic detection of the target path. If it doesn't exist, created regardless of the depth. I have also added a verify feature to verify the copy was successful. Orig. Desc. This is a modified verision of Nabhan Ahmed's (Copy File byte by byte) found at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48319&lngWId=1. Please give all votes to him. His description Basically, this program shows you how to copy files byte by byte. Everytime it reads 4 kbs from the source file and write them in the destination file until it reads all bytes in the srouce file. There is a bar that shows the copying progress, and there is a label that shows the copying percentage. In the new update, you can use the browse button to find the source file you want to copy. I'm sure you'll find the code very easy to understand, and that you'll like it.( Would you please vote for this code ) My Changes: The FileCopy routine was transfered to a self contained class. It checks for proper input for the FileCopy method to work. It is now completey portable.
The biggest problem with trying to make ActiveX controls shareware or trialware is knowing when the control is in the IDE. This is a demonstration on how to use the property bag to make a control shareware.
This is a small sample of blending text messages into a graphic file such as a bitmap. I haven't tested on images other than bitmaps. It doesn't just tack the data at the end of the file, but actually blends it through out. Any encryption algorithm can also be used with this to make it more secure. A key file is generated during the process and is required to read the message.
The biggest problem with trying to make ActiveX controls shareware or trialware is knowing when the control is in the IDE. This is a demonstration on how to use the property bag to make a control shareware.
This is a small sample of blending text messages into a graphic file such as a bitmap. I haven't tested on images other than bitmaps. It doesn't just tack the data at the end of the file, but actually blends it through out. Any encryption algorithm can also be used with this to make it more secure. A key file is generated during the process and is required to read the message.
I have added an automatic detection of the target path. If it doesn't exist, created regardless of the depth. I have also added a verify feature to verify the copy was successful. Orig. Desc. This is a modified verision of Nabhan Ahmed's (Copy File byte by byte) found at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48319&lngWId=1. Please give all votes to him. His description Basically, this program shows you how to copy files byte by byte. Everytime it reads 4 kbs from the source file and write them in the destination file until it reads all bytes in the srouce file. There is a bar that shows the copying progress, and there is a label that shows the copying percentage. In the new update, you can use the browse button to find the source file you want to copy. I'm sure you'll find the code very easy to understand, and that you'll like it.( Would you please vote for this code ) My Changes: The FileCopy routine was transfered to a self contained class. It checks for proper input for the FileCopy method to work. It is now completey portable.
The biggest problem with trying to make ActiveX controls shareware or trialware is knowing when the control is in the IDE. This is a demonstration on how to use the property bag to make a control shareware.