Results for "Volume: ASP_Volume2"
One2One Network Chat with Winsock File Transfers One small program that is great for chatting and sending files other a network, everything is explained on the screenshot Demonstrates how to use lots of things and includes a few nice .bas files to use such as easy system tray usage please vote.
Connects to MUDs, MUSHs, MUCKs, MOOs and any other talkers. Supports ANSI colour, triggers, colour highlighting, macros and includes various display options and a note-writer too. It represents about 9 months work, all in all, and any and all comments are greatly appreciated.
Scans a range of TCP/IP ports on any given address and attempts to retrieve the header info from that port (if sent). Sends syntactically correct queries to port 80, and also tests FTP ports for anonymous uploads and SMTP ports for open relay functionality.
Pretty basic application that scans selected drives for temporary files, or files that are generally of a temporary nature - and then deletes them.
see screenshot for all features and details! use at own risk do not connect to a server unless you have permission from the owner of that computer! lots of features and very easy to use! great layout
Password protect files or text with this encryption program that will not unscamble the text unless the same password is given! Details in sreenshot.
Populates form area with labels, using the 'unoccupied space' concept, instead of intersection. Any added item, while populating the screen, takes a cell from the 'unoccupied space', resulting in a much faster process than intersection. Nice to see. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ idea proposed by Gunnar [email protected], SECOND EMAIL: Pietro, one more thing: What i really, originally was thinking, was to be able to 1. Press a button, and choose a number to allocate, let's say 20 labels, then 2. Press the button again if one likes, and chose another number to allocate, let's say 12. .. .. 3. Press (any) more times, until the MaxObjectIndex is reached (or, when it's not possible to allocate more without collision). And then the question (from my earlier mail) would come (yes/no/cancel). The program would know from the first time, where to find the "unoccupied space". I guess this would take some kind of storing the occupied spaces or something if i should be able to use the code, it has to be done with (invisible) objects placed at design-time (100), not loaded :) I wish you many votes at PSC, i know you got mine ! /Gunnar. FIRST EMAIL WAS (which originated my post: How to allocate HUNDREDS rectangles (labels, images...) without overlapping, no API!): Hello Pietro ! I was studying your excellent code-example of the rectangle-Intersections. I got inspired by it, and i have a problem in my application, but i do not know how to code it, i was thinking maybe you could help me. * I have an array of labels * I also have a function to place the labels out randomly over the screen Private sub Place_Labels Dim lIndex As Long Randomize timer For lIndex = 0 To cmd.Count - 1 cmd(lIndex).Move (Rnd * (ScaleWidth - cmd(lIndex).Width)), (Rnd * (ScaleHeight - cmd(lIndex).Height)) Next End sub This procedure sometimes places the labels "on top of eachother". 1) I would like to add some code to prevent collisions, so that every labels is placed on a separate position. Maybe your code could help me here, but i do not really know how to do this, i think i'd have to go through all of my labels, and check if there is already a label placed there, but i have no idea of how to code this. Can you help me ? thanks in advance ! Best regards from sweden, Gunnar. ++++++++++++++++++++++++++++++++++++++++++++++++++ This program has been written down in Visual Basic 6. I hope yow like the effort, have fun :)
Ok I've seen a few of these posted, and decided to post mine because out of the ones I've tested, mine has been the most space efficient and I think the fastest. It will work with picture files of any size, as long as its big enough to hold the text, once encoded the picture is exactly the same size as before, and even on plain white pictures the difference is barely noticable. I also included the ability to encrypt the text before encoding, althought the algorithm is very basic it would help hide the track of text being there. The program works by using the last 2 bits of each byte in the picture, which is enough to ensure good ratio of text file size to picture size, but little enough to not make much difference to the image. In the comments I talk about the 1st and 2nd bits, these are numbered from the right, so the 1st bit is the right-most bit etc. This is all my own work, so please vote!
This program logs all keys into a text file. Then it takes a screen shot every so often, the time is set by the user. Does not show in Ctrl-Alt-Delete menu. To make it show press F12, that can be disabled easily though, then you would have to connect to the program on a certain port to make it appear/dissapear/shutdown
This code demostrates several things you can do with Drag and Drop.
Monitors for Code Red activity. This app opens up a socket on port 80 and logs all machines making spurious calls to that port. Install on a machine on the network not normally used as a web-server, and leave. If you have Code Red inside your network, this should pick up which machines have it.
This is a great code for people who do Fantasy Football/Soccer and people that wanna learn about declaring string. Just input the facts, like goals scored and clean sheets, and then click process and it will sort out the points for the whole team and sort out the indivdual breakdown of points. Then produce it in a Tect form, one click of the button and it prints it for you. Simple as that
This is an update to code originally submitted by Michael Barnathan. I modified it so that you can use multiple sticky notes concurrently.
This is what I have turned the first MADMP3 inot, much much better - now with Volume/balance control. advanced playlist features, add,remove,loop... check this out please and let me know wot u think! thanx.
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 new version of my neural net is not like the frst one at all...it is a complete remake and works much better(plus this one has a purpose). the net can be trained to do a single task in a few seconds, then after that it will take less that a second(at least on my comp) to do the same task over, it is an excellent way of having a computer learn something(in this case a string). If you like this please post comments and vote, also if you are working w/ NeuralNets then please email me and we can work together(with an app i am making that will allow ppl to use the same code-window for 10 diff languages..i will post it when done)-BTW: because of a complaint from them i now know that the background image i use on this originally came from RG Soft and is copyrighted by them.
Damus shell is a replacemet shell for windows explorer.I t's only 20% done now. This is only a preview. However the codes are a different thing. There are many functions covered in the code including: -Systray -Windows, system folder -Creating control panel folder -Creating costom and wierd shape like sonique -Prevent Alt Ctrl Delete -Get system info -Shell execute -Notes module -Registry and INI files -Web browser -Net stat and much much more The outlook of this shell is to emulate something like sun solaris or the Mac OS X. Once again let me stress the applicaiton is only 20% complete. The full release would only me completed in about a month times If you enjoy the code , please vote. I would appreciate feedbacks too Thank you. Have a nice day.
This idea was taken from someone else, but i improved it :) Try it ..
Example code that will show how you can use the custom section (and LoadResData) of the resource file to store misc. files into your executable. Along with that, if one of the files is a .WAV file, to play it directly from the resource file without extracting it. Other parts of the code will show how you can embed JPG files into the resource file instead of .BMP files and use those files for your images in your program. This will help lower the size of your program if you love to use images in your program. Using the same code it will also show how you can extract out files to the users hard drive that were put in the resource file. A good usage of this is lets say you have a DB application and would like to give the ability to make a new DB file, but you want to make sure the DB has the write structure and filled with default data. Just embed your DB file into the resource and extract it out to a new file when the user wants a new file. I know a few days ago somebody else posted code similar, but I had this up here on PSC a long time ago (been removed since) and thought that since resource files can provide so much, it would be a good idea to post again for those who missed the other authors post. KEYWORDS: WAVE WAV RESOURCE LOADRESDATA CUSTOM SOUND PLAY EMBED SNDPLAYSOUND SND_ASYNC SND_LOOP
My first submission, this code is a multi-purpose skinned graphical form. Sounds pretty standard, but this one is RESIZABLE TO ANY SIZE. It teaches you how to use Regions (for shaping forms) and also how you can keep the size down of your program by using "Image Blocks" to make up skinned dialogs (positioning and streching images to make a dialog). Take a look - it's well worth it. And I know people always put this on their submissions, but PLEASE vote and leave comments and/or suggestions. If you're a contributer to Planet Source Code, you know how much you value feedback. If you're not a contributer, I can assure you that if you were, you too would want people to give suggestions. Enjoy!