Advertisement

Results for "Author: daniel davies"

2002ASP #2822
Full FileTransfer Module

This Module Saves you trouble of doing anything apart from connecting. its a sort of server/client thing, but VERY simple to use! For example. if i wanted to send a file, i would type "Sendfile Winsock, Filename" and in the recievedata part of the server/client winsock, i type "ReceiveData Winsock". ITS that easy! I have included a demo project that connects to your own pc. vote for me!!! fixed a problem 22/9/01

2002ASP #2823
Compression Utility (Like Winzip)!!!

This program creates compressed files. Although I was originally going to include my Self-Extractor, I couldn't wait to upload this. So the self-exracting EXE will be in the next version! I'd like to thank Fredrik Qvarfort for allowing me to use his compression module (which makes this program 127x faster than the Self-extractor). You can extract the whole archive. or by double clicking on a file in the listbox, open it with its default applictation! Remove any file already contained within the file. Or add files to it! This is a very usefull program, and i'm sure you will all have fun with it! feel free to post any questions or ideas. The project uses regobj.dll (included in the zip). Be sure to place it in your system folder to allow the program to work fully. I hope you all enjoy the code, and don't forget to vote!!! Happy Coding :o) Dan

2002ASP #2824
Mouse Fuctions (See Screenshot)

Does a few things with your mouse! I made it really simple so anyone can use it! Oh, and if you click on the "Hide Mouse" button, I set the focus to the "Show Mouse" button so you can just hit enter (or space) to get your mouse back. Enjoy the code, and Vote for me if you like it!

2002ASP #2825
Create a self extracting file! *UPDATED* now supports Multiple Files *FIXED*

This is an example of how to create a self extracting executable file! It doesn't include any compression though. Feel free to update it as you wish, and if anyone adds compression to it, i would be very happy if you could send me it to [email protected] Enjoy the code, and vote for me if you like it :D

2002ASP #2826
Creates Self Extracting Compressed Files

This code creates self extracting compressed files! The very easy interface makes it extremely easy to use! I'd like to thank James Vincent Carnicelli for his compression file! :D. One of the files included in the zip is called SE.dat . this file is actually another EXE file (full source included). I hope you all enjoy the code, and i would appreciate any feedback or questions. Don't for get to vote for this code! Dan

2002ASP #2827
Create Shortcuts (Links to other Files/Folders)

When i started to program, i REALLY wanted to know how to make shortcuts to files and folders... With the use of vb5stkit.dll its pretty easy. To make it really simple to use, i have put all the code into a module. If you don't have the dll, I have included the dll in the zip as "Vb5stkit.renametoDLL" so make sure you rename it and put it in your system directory! Hope this is very usefull for you all.

2002ASP #2828
Yahoo! Checker

This code connects to yahoo, gets your friends list, ignore list, and even tells you who's online at the moment! If anyone out there knows how to actually send messages or ANYTHING, then please let me know! The layouts a bit iffy, but its ok for the time-being...Enjoy the Code :o)

2002ASP #2829
Gradient Form Background (4 lines of code)

gradient your forms background

2002ASP #2830
Multiple/ File transfer - 1.8 MB/s+ (If Your Comp Is Fast Enough)

A little while back i did a File Transfer Module. It was very slow and only allowed one file at a time. I had an email a couple of days ago, asking me if they could use it in their project, i agreed, but told them to wait till i upgrade it. So i sat down this morning for a few hours, and voila. its a huge improvment on the last one, and it hasnt failed me during the whole hour i spent cheking it over. maybe it'll be usefull. looks quite nice! You'll need the following: Common Dialog Control 6.0 (SP3) Common Controls 6.0 (SP4) Common Controls-2 5.0 (SP2) Winsock Control 6.0 (SP5) enjoy

2002ASP #2831
PSC Downloader / newest code / search

Well, its not complete, but it does what it can. you can view screenshots, download zips and cut n paste codes. this doesn't support articles yet, but it will do. the idea was to make it feel as much like psc as possible, so i did kinda take the pictures from the site :(. feedback/comments/suggestions are appreciated. there is a bug, but it is fixable i guess. i gave up on the code, but i will attemp to continue once i have finished these other projects.

2002ASP #2832
Analog Clock!! Perfect!!

Just a clock. This demonstrates how to work out how far along the X and Y axis to place the line, when you specify an angle! i hope this is handy. Dan :o)

2002C #11426
Full FileTransfer Module

This Module Saves you trouble of doing anything apart from connecting. its a sort of server/client thing, but VERY simple to use! For example. if i wanted to send a file, i would type "Sendfile Winsock, Filename" and in the recievedata part of the server/client winsock, i type "ReceiveData Winsock". ITS that easy! I have included a demo project that connects to your own pc. vote for me!!! fixed a problem 22/9/01

2002C #11427
Compression Utility (Like Winzip)!!!

This program creates compressed files. Although I was originally going to include my Self-Extractor, I couldn't wait to upload this. So the self-exracting EXE will be in the next version! I'd like to thank Fredrik Qvarfort for allowing me to use his compression module (which makes this program 127x faster than the Self-extractor). You can extract the whole archive. or by double clicking on a file in the listbox, open it with its default applictation! Remove any file already contained within the file. Or add files to it! This is a very usefull program, and i'm sure you will all have fun with it! feel free to post any questions or ideas. The project uses regobj.dll (included in the zip). Be sure to place it in your system folder to allow the program to work fully. I hope you all enjoy the code, and don't forget to vote!!! Happy Coding :o) Dan

2002C #11428
Mouse Fuctions (See Screenshot)

Does a few things with your mouse! I made it really simple so anyone can use it! Oh, and if you click on the "Hide Mouse" button, I set the focus to the "Show Mouse" button so you can just hit enter (or space) to get your mouse back. Enjoy the code, and Vote for me if you like it!

2002C #11429
Create a self extracting file! *UPDATED* now supports Multiple Files *FIXED*

This is an example of how to create a self extracting executable file! It doesn't include any compression though. Feel free to update it as you wish, and if anyone adds compression to it, i would be very happy if you could send me it to [email protected] Enjoy the code, and vote for me if you like it :D

2002C #11430
Creates Self Extracting Compressed Files

This code creates self extracting compressed files! The very easy interface makes it extremely easy to use! I'd like to thank James Vincent Carnicelli for his compression file! :D. One of the files included in the zip is called SE.dat . this file is actually another EXE file (full source included). I hope you all enjoy the code, and i would appreciate any feedback or questions. Don't for get to vote for this code! Dan

2002C #11431
Create Shortcuts (Links to other Files/Folders)

When i started to program, i REALLY wanted to know how to make shortcuts to files and folders... With the use of vb5stkit.dll its pretty easy. To make it really simple to use, i have put all the code into a module. If you don't have the dll, I have included the dll in the zip as "Vb5stkit.renametoDLL" so make sure you rename it and put it in your system directory! Hope this is very usefull for you all.

2002C #11432
Yahoo! Checker

This code connects to yahoo, gets your friends list, ignore list, and even tells you who's online at the moment! If anyone out there knows how to actually send messages or ANYTHING, then please let me know! The layouts a bit iffy, but its ok for the time-being...Enjoy the Code :o)

2002C #11433
Gradient Form Background (4 lines of code)

gradient your forms background

2002C #11434
Multiple/ File transfer - 1.8 MB/s+ (If Your Comp Is Fast Enough)

A little while back i did a File Transfer Module. It was very slow and only allowed one file at a time. I had an email a couple of days ago, asking me if they could use it in their project, i agreed, but told them to wait till i upgrade it. So i sat down this morning for a few hours, and voila. its a huge improvment on the last one, and it hasnt failed me during the whole hour i spent cheking it over. maybe it'll be usefull. looks quite nice! You'll need the following: Common Dialog Control 6.0 (SP3) Common Controls 6.0 (SP4) Common Controls-2 5.0 (SP2) Winsock Control 6.0 (SP5) enjoy

Languages
Top Categories
Global Discovery