Advertisement

Results for "Author: sam north"

5_2007-2008 #185213
Lan Chat v2.0

Vote PEEPS, he needs the support! LanChat now supports commands and will allow commands to be typed in masked text box to stop others from seeing these commands. The form also flashes quite nicely now. Want to have a very simple chat system that starts up with the PC? This is the code for you! Lan Chat starts when the PC does using the regisrty and can send messages to any other users that are running Lan Chat. There are no servers required, it is completely UDP based. It also uses a translucent form so if, like me, you are currently a student wanting to share information without getting screwed by your lecturer/teacher, you can semi hide the window, so from a distance you are still in Word typing that essay ;) An extensive ReadMe is included in the zip along with the Win Sock control for those who do not have it. Also, the code is commented where appropiate. Hope you like the screenshot as well, in particular the background! Oooh, such smut! tee hee hee. ;) This will only work on Win 2K and XP (not sure about NT4). Vote for Moi if this helps you, I need the support as a poor student. Thanks and enjoy!

5_2007-2008 #185214
Play a .mid file, with ease!

I need you! Vote for my code, I'm a poor hard-up student in England who can'y afford a pint let alone any fancy software! Thanks! Need to play a .mid file, look no further here is your solution! This code contains an example of how to use MIDIMod.bas which I have written to play MIDI files. Very easy to use, and sample applcation included with music! Please read the readme.txt file in the xip for further information.

5_2007-2008 #185215
Dec Enc - XOR file encryption - fast file access

Dec Enc encrypts any file you throw at it, any size can be handled and does not take huge amounts of memeory to run - bout 1.5 MBs at most of free RAM is all that is needed to encrypt any file, and less than that if the file is smaller. Dec Enc uses a byte array to read data from a file and then encrypts the file and writes the array out to a file. Most other programs I have seen use strings to store data, which are limited in how much they can store. Although Dec Enc uses XOR encryption, it could be made better with another encryption technique.

5_2007-2008 #185216
Send console messages in NT/2000/XP - & specify who it is from

This code demonstrates the use of the NETAPI32.dll to send a message to another user or computer on the network or to yourself if you are very bored! The important difference between this code and other stuff you will find on the net is that it will let you specify who the message is from! Also, the message can be sent across the internet, so long as the machine is running xp or nt and you know their IP. This is only available to Windows NT 4, Windows 2000 and Windows XP home and pro editions.

6_2008-2009 #207731
Lan Chat v2.0

Vote PEEPS, he needs the support! LanChat now supports commands and will allow commands to be typed in masked text box to stop others from seeing these commands. The form also flashes quite nicely now. Want to have a very simple chat system that starts up with the PC? This is the code for you! Lan Chat starts when the PC does using the regisrty and can send messages to any other users that are running Lan Chat. There are no servers required, it is completely UDP based. It also uses a translucent form so if, like me, you are currently a student wanting to share information without getting screwed by your lecturer/teacher, you can semi hide the window, so from a distance you are still in Word typing that essay ;) An extensive ReadMe is included in the zip along with the Win Sock control for those who do not have it. Also, the code is commented where appropiate. Hope you like the screenshot as well, in particular the background! Oooh, such smut! tee hee hee. ;) This will only work on Win 2K and XP (not sure about NT4). Vote for Moi if this helps you, I need the support as a poor student. Thanks and enjoy!

6_2008-2009 #207732
Play a .mid file, with ease!

I need you! Vote for my code, I'm a poor hard-up student in England who can'y afford a pint let alone any fancy software! Thanks! Need to play a .mid file, look no further here is your solution! This code contains an example of how to use MIDIMod.bas which I have written to play MIDI files. Very easy to use, and sample applcation included with music! Please read the readme.txt file in the xip for further information.

6_2008-2009 #207733
Dec Enc - XOR file encryption - fast file access

Dec Enc encrypts any file you throw at it, any size can be handled and does not take huge amounts of memeory to run - bout 1.5 MBs at most of free RAM is all that is needed to encrypt any file, and less than that if the file is smaller. Dec Enc uses a byte array to read data from a file and then encrypts the file and writes the array out to a file. Most other programs I have seen use strings to store data, which are limited in how much they can store. Although Dec Enc uses XOR encryption, it could be made better with another encryption technique.

6_2008-2009 #207734
Send console messages in NT/2000/XP - & specify who it is from

This code demonstrates the use of the NETAPI32.dll to send a message to another user or computer on the network or to yourself if you are very bored! The important difference between this code and other stuff you will find on the net is that it will let you specify who the message is from! Also, the message can be sent across the internet, so long as the machine is running xp or nt and you know their IP. This is only available to Windows NT 4, Windows 2000 and Windows XP home and pro editions.

7_2009-2012 #230249
Lan Chat v2.0

Vote PEEPS, he needs the support! LanChat now supports commands and will allow commands to be typed in masked text box to stop others from seeing these commands. The form also flashes quite nicely now. Want to have a very simple chat system that starts up with the PC? This is the code for you! Lan Chat starts when the PC does using the regisrty and can send messages to any other users that are running Lan Chat. There are no servers required, it is completely UDP based. It also uses a translucent form so if, like me, you are currently a student wanting to share information without getting screwed by your lecturer/teacher, you can semi hide the window, so from a distance you are still in Word typing that essay ;) An extensive ReadMe is included in the zip along with the Win Sock control for those who do not have it. Also, the code is commented where appropiate. Hope you like the screenshot as well, in particular the background! Oooh, such smut! tee hee hee. ;) This will only work on Win 2K and XP (not sure about NT4). Vote for Moi if this helps you, I need the support as a poor student. Thanks and enjoy!

7_2009-2012 #230250
Play a .mid file, with ease!

I need you! Vote for my code, I'm a poor hard-up student in England who can'y afford a pint let alone any fancy software! Thanks! Need to play a .mid file, look no further here is your solution! This code contains an example of how to use MIDIMod.bas which I have written to play MIDI files. Very easy to use, and sample applcation included with music! Please read the readme.txt file in the xip for further information.

7_2009-2012 #230251
Dec Enc - XOR file encryption - fast file access

Dec Enc encrypts any file you throw at it, any size can be handled and does not take huge amounts of memeory to run - bout 1.5 MBs at most of free RAM is all that is needed to encrypt any file, and less than that if the file is smaller. Dec Enc uses a byte array to read data from a file and then encrypts the file and writes the array out to a file. Most other programs I have seen use strings to store data, which are limited in how much they can store. Although Dec Enc uses XOR encryption, it could be made better with another encryption technique.

7_2009-2012 #230252
Send console messages in NT/2000/XP - & specify who it is from

This code demonstrates the use of the NETAPI32.dll to send a message to another user or computer on the network or to yourself if you are very bored! The important difference between this code and other stuff you will find on the net is that it will let you specify who the message is from! Also, the message can be sent across the internet, so long as the machine is running xp or nt and you know their IP. This is only available to Windows NT 4, Windows 2000 and Windows XP home and pro editions.

Languages
Top Categories
Global Discovery