Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #125300
Arrays and Binary File Access

This project demonstrates how to use a dynamic array to interact with database records and settings stored in a single binary file. The example stores custom settings and the record count at the beginning of the binary file, then stores multiple database records. To retrieve the data, it gets the settings and record count, then loads the records into a dynamic array which can be interacted with on the form, much like a true database record. I needed a custom database format to store large, variable-length fields of data with a lot of symbol-type characters and still keep the packaged application smaller than 2Mb! This code has been updated! I added a progress bar, streamlined the arrays (it's no longer using multidimensional arrays) and now it has progress bar support to show loading, saving and function progress. Any comments are welcome! I'm in the process of converting this project (with some major enhancements) to a class module to handle the routines. If you want to join this little project, post a message below. Depending on response, this may be developed into a complete flat-file database class (I'm getting tired of redistributing megabytes of DAO/ADO supports just to store a few dozen records). Don't forget to vote!

2_2002-2004 #125301
Windows Security Hacker

This is a really useful program for both administrators who want to decrease access and users who want to increase it :). If you are a user in a network and can't find, change file access, run, regedit, or a number of other things than this is just what you need. Or if you are an administrator who needs to remove this access you can also use this program. There are also several pointless things you can do like disallowing a user to shut down the computer. If you feel intimidated by the different captions in the SS, don't worry they all have tool tip text that explains them. This code is also heavily commented so download it and check it out. I love votes and comments (also about my new user photo). Enjoy!

2_2002-2004 #125302
Masking Utility

This is my first submission. This program takes a picture and makes a mask image of it providing the mask color is black. After the mask is created you can test your mask on the spot and save the mask for future use. This code has examples of get/set pixel, BitBlt API functions. It also has an example of how to use the CommonDialog control. Read the nfo in the module and form declaration section I have also provided some sample images to show how they are to be done. Please feel free to leave me your comments, suggestions, and bugs.

2_2002-2004 #125303
Visual Edit HTML Editor

This is what could of been an excellent html editor. The problem is I never finished it. It not only supports html syntax highlighting but also has the start of a custom visual editor which alows code to be type in the code editor, then elements such as pictures can be added in the visual editor. These elemts can then be moved anywhere on the page by dragging them with the mouse. And these actions can be saved into a project file for later modification. Lastly, it has a page previewer, templates. HTML ripper, and many more features including an unfinshed toolbar of wizards for different elements of the page. Have fun with this. Note: A portion of this code, namely some of the syntax highlighting came from the ezcolor code program by Eric Banker. Please send all questions, comments, and bug reports to [email protected]

2_2002-2004 #125304
Binary Resource Creator v1.2 **UPDATED**

Use this nifty program to combine files into a single binary file. Allows you to Combine and Extract files using a simple, easy to use, interface. Great for protecting your files when you distribute your apps/games. Also keeps your files seperate from you EXE so to update your app/game's graphics or sounds etc all you need to do is redistribute the binary file. If you like it a vote would be nice. If you hate it please tell me why. =] Vist my website www.pointystudios.cjb.net Version History: 1.2 -Added ability to select the destination extraction directory -Added a "Add All" button so you can add all the files from a dir to the list. 1.1 -Fixed some minor bugs -Added ability to remove files from list. -Added error trapping 1.0 -Release version.

2_2002-2004 #125305
adogetrows

This code shows how to use an array obtained from 'GetRows' and navigate through it as though you were using a pageable recordset

2_2002-2004 #125306
Rotating rectangle

This code rotates a rectangle... sounds boring but its cool, trust me

2_2002-2004 #125307
Dynamic Resizable Skins Demo v1.2

An update to my demo - how to combine transparency AND resizability. Check it out. Skin loading is now 50% faster thanks to using a cache file for storing region (transparency) data. For a complete app that's based on this code, go to: http://kewlpad.deviantart.net Home of kewlpAd - The skinnable notepad.

2_2002-2004 #125308
NetStat Viewer

Netstat viewer execute netstat, nbtstat, ipconfig, ping console commnads and returns the results into visual basic on windows forms

2_2002-2004 #125309
Add Bytes 2 To .Exe file

This code is very cool it add bytes to a .exe file for example if you have 200kb file you can make it bigger! i used it for ftps with ratio and trojans :] but im not hacking anymore enjoy please vote :] thanks

2_2002-2004 #125310
Minesweeper Cheater AI (was Minesweeper AI) v1.22

MINESWEEPER AI UPDATED! FASTER! MORE ACCURATE! Resolve Minesweeper in less than 30 sec! (only works with EXPERT level currently) 1: Run the Program... 2: Start Minesweeper... 3: Press the "S" 4: See the mouse fly all over the screen as it solves the GAME for you. OR press "H" and it produces a HINT (for those people using Windows NT/2000. win 9X minesweeper is included due to differences in colour) and lastly... DO NOT MOVE the MOUSE while the AI is running and read the README file it is very helpful

2_2002-2004 #125311
WinSock API function

winsock api function, these are just some basic winsock api functions, to get local host name and IP address, Remote host from IP and name and a TCP port scanner to see all open ports on your computer and which port and remote computer it is connected to with the status. If you like this code please give me feedback and a vote or 2 would be nice. I commented as much as I thought nessecary, if you need help with any of this email me.

2_2002-2004 #125312
Bandwidth meter

this shows how to get the bytes sent/recieved on an internet connection (uses some classes found on the web)

2_2002-2004 #125313
MInesweeper

There was a recent app to solve minesweeper, so I thought what the hell why not write minesweeper!!! It's no use to anyone, but it pure back to basics VB, no apis, dll calls, etc. I enjoyed writing this and hope you like playing/tweaking it!

2_2002-2004 #125314
Bandwidth Meter Updated!!!

This is an update of MIKES Bandwidth Meter - this code will now give you the kbs of any network traffic - check out the code in the timer 2 event - I used Mikes code and the classes he found and made it into a true bandwidth meter. check it out - and thank Mike also he was the one who first posted this code that drove me to figure it out.

2_2002-2004 #125315
Spooky

Humorously demonstrates how to play an AVI in any window. Has no user interface. You must end the Task on Spooky.exe with Ctrl + Alt + Delete. Open a drop down list box and spooky displays an AVI of a bug crawling across the drop down list.

2_2002-2004 #125316
Ebay Monitor

This is something designed for the serious Ebay-er. It lets you watch up to 5 auctions at once and allows you to choose how often to refresh each one. -- Sorry I forgot the 2 OCX files but they are there now

2_2002-2004 #125317
Breathe SMS Sender

This is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx

2_2002-2004 #125318
Vb Video Capture

This Is a program for Video Devices it works for Cammera And Capture Card [Tv Card] etc.. i tested it on 5 Devices and it works coool please vote me! you may contact me in icq my uin is : 94900000 i hope you lov my Code!

2_2002-2004 #125319
SPACE HUNTER

super raptor space style GAME by short - http://sgames.web2001.cz

Languages
Top Categories
Global Discovery