Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #87224
updated v3 : ADO-like OO class Read/Write dBase database file without any dll/ocx

This is an updated version to (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=53106&lngWId=1) It is quite out of date: 1.I found it years ago; 2.it is first written in 1992 by Ethan Winer; 3. seldmom people use dBase nowadyas. But I picked it up last night and decided to make it better: wrap it into a handy OO class, support for all character-sets, tidy up all the codes that strictly follows the coding standard. Changes: 2004/4/13 15:05 GMT-8 1.mimics part of the ADO mechanism(MoveFirst/MovePrevious/MoveTo/MoveNext/MoveLast/BOF/EOF) 2.State(Open/NotReady) 2004/4/14 09:55 GMT-8(v3) 1.all long types to support as more records as possible 2.built-in all field types

Java_Volume1 #87225
make system memory aviable

It completely fills your Memory with Data. Windows than cleans up its memory automatically. The effect is that after releasing the memory again more memory is aviable than before. This is a popular method that is used by many RAM-Cleaners, but I have never seen it as VB-Code.

Java_Volume1 #87798
Power

Shutdown, reboot, log off, standby or hibernate system. Also included code how to detect when computer goes standby or hibernate. I've wrapped everything in class for easier use.

Java_Volume1 #87799
FileZach - Winsock Transfer Application

FileZach is a perfomance driven application which uses the Winsock control to send and recieve files from one computer to another. While not exactly 'super fast' (as its brother FileZap), it is much faster than tradditional email/im clients. To start off, you can choose 5 basic upload/input speeds. The first one, small, will open the file in binary mode, and input 1024 bytes (1kb) and send it to the remote user. There is then Medium (10kb), Large (1mb) and Huge(10mb). Due to perfomance issues with your computer, I recommend you select 'Medium' first, then if your pc can handle it 'Large'. Huge on my own development computer (Celeron1.5/128ram) caused crashes and freezes with the application and windows. For your convieniance, you can monitor two upload speeds, wherein most apps only have one. The *Sent* progressbar monitors how much data you have sent via winsock to the remote host. The *Recieved* progressbar monitors how much data the remote host has recieved and written to disk. While using larger input speeds, keep in mind that if the remote host computer is much slower than yours, you may see that the upload bar is much farther than the recieved one. You can monitor all downloading files on the listview on the main form, and click on an item to see its progress. If you do not want to recieve any files, goto File --> Disable, and the winsocks will stop listening for connections. IF you would like to send a file goto File --> Send, or if you would like to cancel all downloads, goto File --> Disconnect all. I look forward to hearing your feedback and/or votes, please report any bugs you find in this application. If I get enough response, I'll start working on FileZach Plus+, which will have File Sharing, operate as a download manager for internet explorer, will include compression/encryption and also UserToUser chat while files are being transfered.

Java_Volume1 #87800
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

Java_Volume1 #87801
Create secure Access database

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.

Java_Volume1 #87802
Binary Finger Counting (User Control version)

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.

Java_Volume1 #87804
Google Image Grabber

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!

Java_Volume1 #87803
At last! A solution to the Select Case Enum problem! Believe me, you want this code

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

Java_Volume1 #87806
Lock PC Icon

Add a shortcut to your desktop that automatically locks your Windows 2000/XP

Java_Volume1 #87807
_Calories Calculator_

Vote if you like this calculator

Java_Volume1 #87805
Dj Box 4

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.

Java_Volume1 #88038
Archive Explorer (update 1)

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.

Java_Volume1 #88039
[[**A Simple**]] IRC CODE - CLIRC - Add IRC to your program :)

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!

Java_Volume1 #88040
FileLib2/TextLib2

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).

Java_Volume1 #88041
Treeview OLEDragDrop Demo

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.

Java_Volume1 #88042
Security Port Scanner

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.

Java_Volume1 #87381
[M-Paint (Beta Version 1.00)]

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!

Java_Volume1 #87382
DaBooda 2D Engine v1.0

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.

Java_Volume1 #87379
[A Simple] IRC Classes - CLIRC

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! :)

Languages
Top Categories
Global Discovery