Results for "Volume: ASP_Volume3"
This sample shows how to secure Access database using ADOX and SIDs. In apps where database is created on-the-fly from code its only way to prevent your database from being modified.
Teach yourself to count in binary on your fingers. Includes a couple of simple finger games, let me know if you develop others and I'll add them. Converted earlier program to use a tidier UserControl. Fixed a logic error one of the games.
This program will grab the first 1000 images from Google for any search. This will help you locate porn, get pictures of your favorite car, or possibly even something usefull. Saves download picutures to a folder called "pics". Let me know what bugs this has so I can fix them and re-upload it (I probably should have spent this last hour sleeping instead of coding, so it isn't exactly da vinci) =P Enjoy!
The VB IDE's intellisense features really are a godsend. However, a few omissions in its conception are a bit annoying. For example, when you are doing a Select Case statement with an enum value, you would expect the intellisense to pop up a list box of all the enum values, like it does if you were in an If statement. That's exactly what this add-in does. It adds this functionality to the IDE. I have seen several ideas of how to get around this limitation, but none that take it this far. It's not really surprising that no one else has done it. The objects add-ins get to play with to query and manipulate the code conveniently ignore the existence of Enums, totally. So you really have to do it the hard way - parsing the strings until you find the right one. If none is found then it falls back on the typelibs the project references, hoping to find it there. I'm not going to delve into a detailed description of how the parsing system works, because it's really not that complicated. It's just long, annoying, and with lots of pitfalls to watch out for. The parsing code itself could be is very useful to anyone wanting to parse VB code, for any reason. Little gems like GetModuleEnums() or GetProcParams() could prove themselves handy in any number of situations. I'm not saying the code is bug-free, because it almost certainly isn't. It does however work in every circumstance I have tested, and has yet to crash the IDE. A lot of improvements could be made to this code. Caching the parsing results would dramatically improve search speed, and the parsing algorithms themselves could be vastly accelerated. Still, it works. Here's a list of exercises left "for the reader" :) * Improve the parsing algorithms, possibly by using array pointers instead of string manipulation * Cache results so they don't have to be repeated every time * Extend the concept to popup a list of labels when the user types "Goto " or "GoSub " * Implement sorting in the list box [as an option, as it's not always appropriate] * In the enum pop-up box, check which values have already been checked for in the Select Case statement, and draw them in grey, or strike through, or something. Anyway, have fun, enjoy the code, and don't forget to send me your comments [and your vote :) ] If you use any of the code, please let me know [I won't mind, honest, but I'd like to be informed, for my ego's sake if nothing else]. grigri
Add a shortcut to your desktop that automatically locks your Windows 2000/XP
This is a proyect i been working on so many months. As you can see in the picture it's a complete DJ software to mix your mp3 in party's. Well what can i say, it has lots of modules i've recopilated from this page. Incorporates m3u and pls lists, id3 tags, fx and rythm mix, predifined mixes, skins, also cd control module, cutting for intros, fade out, and an experimental lights module for use with printer port.
This programm is capable of showing the contents of different archives and some archives can be extracted. Archives which contents can be shown are. ZIP,GZ,TGZ,TAR,ARC,ARJ,RAR,CAB,LZH,LHA Archives which contents can be extracted are. ZIP,GZ,TGZ,TAR All coding is done in vb without use of third party components so everybody who needs to unzip something in there project can use this one so the need for third party components will be absolete. Don't expect it to be fast but it is as fast as we could get it. it is far from Finished but since i haven't much time lately, i uploaded it to PSC so maybe someone else could use the code from it. Not all parts are coded by me but some parts are coded by john korejwa and others.
CLIRC - Add Internet Relay Chat to your program :) CLIRC is a group Visual Basic classes that add IRC functionality to your programs. It handles connecting to the IRC server, maintaining the connection, input buffer, decoding messages. All you have to do is put your code in the events it calls. It supports CTCP, and auto responds for FINGER, TIME, VERSION, PING. It auto-responds to PING from the server. This will save you a lot of time, whether you want to quickly program a powerful IRC bot, or if you want to make a full-fledged IRC client like mIRC either way this code is for you. This code is some of the best code I’ve seen in a long time and possibly the best IRC code for Visual Basic. If you like it then please pay some respect and chuck a vote my way ;) Hope you all enjoy! God Bless!
FileLib2 is a class module for handling a big file that contain other files. Useful for storing small files if you have big cluster size. TextLib2 is a text database program using FileLib2. Yeah, i know that this doesn't sound good, but it's fast, and easy to use (...and my english is bad).
Demo that shows how to create a custom drag format, dragging between treeviews and different forms, auto-expanding and auto-scrolling nodes, changing node images, validating data before dropping, plus several other little tricks. Demo gets a list of countries from the user's registry to use as data to make the demo more like a 'real life' program.
Security Port Scanner can check for open ports on your own or a friend's computer. You can specify what ports to scan, and they will be added to the listbox when a successful connection has been made. A recommendation message box will popup if any open ports are found on your own system to install a personal firewall, but that will only happen once if you dont care. Security Port Scanner is high speed, and has scan rates of over 200 ports per second on local scans, and 100 ports per second on remote scans. The computer I tested this on was a 1.4 GHZ Celeron with 128 RAM using Cox Cable Internet, so your results may be diffrent. I hope this will help you out, I have seen many slower and less efficent ones here on planet source code. Votes and feedback appreciated.
A Paint Program Using MDI Forms, I Has A Bunch Of Fetures This Is Only The Beta Version, I Am Working On Another Version With More Fetures, Please Vote!
This is a multi purpose 2D engine that uses DirectX8. It provides support for Maps, Sprites, KeyBoard, JoyStick, Mouse Input, Full Audio Support including Directional Sound, Audio support for Midi and MP3's and many other helpful built in functions. All this in One simple to use dll. Sample and dll included. Enjoy...and i will have an extensive html help file Created and uploaded within a week.
CLIRC is a group of Internet Relay Chat classes which allows any programmer beginner or advanced to add IRC functionality to their programs without knowing the IRC protocol. The classes handle all the tricky stuff so you can rapidly develop IRC bots, or even a full-fledged IRC client like mIRC. Have fun and enjoy, I was reluctant to release this so please don't be reluctant to vote ;) thank you and God bless! :)
Yes, you can see what one of your buddies wrote to you with MSN MESSENGER 6 with this. So you can remote-control a pc using messenger 6! This code is basically a packet sniffer which searches the packet data for a given command, for examle "shutdown", then you can make it do what you want. This code is based on "Raw Packet Sniffer" by IRBme. For the original submission, goto http://www.1vbstreet.com/vb/scripts/ShowCode.asp?txtCodeId=46567&lngWId=1 I dont deserve credits for this, cause i didn't change much...but hey, it works!
Music Mp3 Player X, search, order and play through albums mp3, wma, wav files and show your cover front. Album Browser, Cover Front Browser, Skins, Languages, Support Alpha mode, List reproduction, position control, volume control, Intro, Mute, Repeat, Randomize in Whole Albums or current album functions and more... And please vote, I worked on it for a long time and I realy wanna know if you like it - to see if there's any reason to keep publishing it...
Send e-mails WITH ATTACHMENT files via SMTP Server with just WINSOCK connection... Very good code... it uses BASE64 Encode and BASE64 Decode, MIME Version 1.0... SMTP ATTACHMENT FILE WITH WINSOCK CONNECTION!!! Really easy!
Just a small program to demonstrate one of the techniques used to resize the image's dimensions. View a large picture using "Windows Picture and Fax Viewer", and resize its window, the picture displayed will be resized based on the window's width and height. Comments and suggestions are welcome.
TSplit and TPanel control version 1.0. Add spliting capabilities to your MDI and SDI applications.
This code makes it incredibly easy (one line to add one) to add system notification icons (aka tray icons) to your program! You can even call up Balloon Tips on compatible OSes (XP and 2000, I believe). Functions are structured to be as close to their VB counterparts as possible (BalloonTip is structured like MsgBox for example)