Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #86771
Disable unwanted events from the WebBrowser Control

This demo project disables Right-Click, Text Selection, and Text Drag from the WebBrowser control. I needed to find/adjust this code to hide my page source path and contents. Well I 've been benefeting from all the other good submissions, and I think that it is my turn now to try to upload something useful to others. I hope I can get your votes for this submission.

Java_Volume1 #86772
Attack Tool Kit 2.1

The acronym ATK stands for Attack Tool Kit. It was first developed to provide a very small and handy tool for Windows to realize simple security checks. But more and more the utility grows and allows in the meanwhile to do full security audits as like other vulnerability scanners are able to do (e.g. Nessus or ISS Internet Scanner). But this is not the main goal of the tool. The primary task is to allow small and fast checks for dedicated vulnerabilities. The special thing about ATK is that the tool is able to do the work without great interaction. But there is also always the possibility to vary and change the behaviour of the software. This concern the plugins, checking, enumeration and reporting. The user is not dependent of the ideas of the developers - If needed because of the modularity nearly every change can be done within a few seconds. ATK is absolutely free to use and distribute. The software is written in Visual Basic and underlies the General Public License (GPL). The official project web site can be found at http://www.computec.ch/projekte/atk/

Java_Volume1 #86773
Mandelbrot - Julia Set RealTime Explorer. (***See ScreenShot****)

This is a demo of the Mandelbrot and Juli sets. The Mandel Brot set is the superset of the julia sets, and this demo you can move cursor at various points and the corresponding Julia set is generated realtime!!! All the Parameters and colors are customizable. Mandelbrot and Julia sets can be generated within Square or rectangular canvases (Settings menu). This is a COOL CODE and is REALLY FAST!!! So please rate me if you like this!

Java_Volume1 #86774
Tab Array Example

I had a hard time finding info on SStabs and dynamicly loading controls onto specific tabs at runtime. After much trial and error i figured it out. and made this example to save others time. hope some one finds it useful. ( i dont norm post stuff. so no need to vote. also vb is not my native language. so. im sure this could have been done better ~cheers :-)

Java_Volume1 #86775
GeneScene - Gene Simulation Game

The purpose of the game is to eliminate (turn off) all of the lights on the board. This can be done using 'plus' mode, or 'square' mode. Plus mode will turn the selected light to its opposite state, as well as the lights directly above, below and next to it. Square mode will do the same thing, except the diagonally touching boxes will be affected, too. Game is complete with color options, and a level-jumper, so you can return to any level you have previously achieved if you dont want to play the whole game all the way through. There are 11 levels and it is REALLY easy to add more levels. No external files. 14K. Check it out. If you can beat this game I will be impressed as all heck. This game is HARD.

Java_Volume1 #86776
A1 (Updated) FULL CGI/ASP Website Using only VB6, with Login, Administration, and Internal Messaging

This is a website I created COMPLETELY with VB6, and Access. It is a web page for a counter-strike clan I am affiliated with. I thought it best to share this code with my fellow programmers because it is TRUELY a great example of how to make a FULLY functional, interactive website with: Login, Administration, Messaging, News Posting, Live Server Stats, Security Levels, Privilleges, etc.. I've used this type of code for E-Commerce Websites (SupplyCounter.com), CRM Services (Alpha-Quote.com), and much much more. In order to use this, the compiled exe must be placed on your server in a directory where people can execute EXE files, the Database (mdb file) needs to be uploaded to the same folder, and any CONSTs (pointing to the database path, etc..) must be changed. The initial logon is "admin/admin". NEW FEATURES ADDED: Members Team Seperations, Users.ini File creator based on rank permissions, rank permissions editor, Banning by IP Address, and much much more!!! Please comment and vote!

Java_Volume1 #86777
eBay Login Utility

eBay Login Utility allows the eBay user to Login into there eBay account with one simple click without having to open the internet browser. It saves your ebay username & password into the registry. It offers Quick Links to eBay, My eBay & PayPal. Feedback is appreciated!

Java_Volume1 #87722
UniCommand - Unicode Command Button

Second unicode control in the series, UniCommand is just as easy as an usercontrol can be: add .ctl to your project and you're ready to use it! *** Supports unicode under NT4/2000/XP and works under 9X series. You can choose from various borderstyles, define if the focus rectangle is shown and have all the neat functionality from the UniLabel as well! I made it work very much like VB's default command button. You are free to code the control further and repost it here! (possible additions could be solid one color border, Office XP style, graphics, caption padding, checkbox/option mode, Windows XP style...) *** Hope the control fits your needs. And again, the more interest, the more likely I'm to do more free unicode controls! :)

Java_Volume1 #87723
Norton Antivirus Updater (Update 1)

This little programm allows you to download the latest virus definitions from Symantec to update your Norton Antivirus 200X. You are also able to update your virus definitions if your subscription has already expired! UPDATE: Modified the prog to work again after Symantec changed the download server.

Java_Volume1 #87724
Chart (graph)

Simple small activeX control to display graph, in VB or to make it save to file and use it in ASP. Movable legend, fast, uses only VB standard graphics functions. This was made to draw directly from recordset loop so it has everything in arrays. This is used in commercial program only in more advanced stage. Good example for beginners. Some votes would be nice

Java_Volume1 #87725
MaxProtector Registration System

With this code users or your software can use it for 30 mins free then they have to buy a code from you at your price to unlock the software. If the user gets the registration code wrong 5 times they must get a PUK code off of you and unlock the software. if they stop playing half way though there time will be saved and resumend when they open it again. It has lots of features and took me a long time to make also i am only 14 and havent been doing VB for long so please please please VOTE! Thanks

Java_Volume1 #87726
Download example

Download multiple files at the same time from the internet WITHOUT the Winsock control but a simple usercontrol! Progress indication, byte display and real Windows XP controls

Java_Volume1 #87727
Mandelbrot Explorer 1.2 (*****Extreme****) with Deep ZOOM support!!!!! Must See!

SEE THE SCREEN-SHOT FIRST!!!!!!!!!! This program explores mandelbrot into any level you want! it is an update to my earliest submission. Now the Julia set is expanded withis a floting window which can be closed and reopened using View menu. NEW : YOU CAN ALSO SET NEW INTERRESTING PALETTES WITH THE PALETTE EDITOR. [ settings -> Change Palette ] Please don't forget to rate me if you like this...

Java_Volume1 #87728
Updated! Determine if a file is binary or text

Compares a file's contents to a predefined byte-table. If a match is found, the file is classified as binary. I've extracted the byte-table from over 4500 different textfiles in both ANSI and ASCII standard (well over 200 Mb.) The bytes in the table do not occur in any of the following filetypes: .BAT, .TXT, .HTM, .INI, .JS, .BAS, .INC, .LOG, .VBP, etc. Because of this it's pretty plausible to state that if a file should contain any of the bytes in the table, it MUST be binary. I do not expect this routine to be 100% accurate but for the purpose of deciding whether to open a file in a text-editor or a hex-editor this will do just fine. please keep in mind that the original byte-table is a bit larger (mail me to get a list) but comparing the rest as well does not provide more accuracy and will lead to false interpretation of localized files.

Java_Volume1 #86014
Resource File Example

This Resource File Example extracts files from resource files at/before runtime to ensure your program will run regardless of weather the user has the needed files (inculding VB RTF). Now i'm sure i'm not the only person to notice that quite alot of the comments found at PSC look along the lines of this... "Hey wheres the Blah.dll" "There was no Blah.ocx in the zip" "You didn't inculde the .ocx/.dll in the zip" Now there is one main reason why they don't inculde them and that is because of PSC rule of not inculding .ocx or .dll files, but that doesn't mean to say you carn't inculde these files in your project and upload them to PSC. In the archive is the "Microsoft Winsock Control 6.0" but it's inside a .res file made by Visual Basics which is inside the project, my project will exetract files from these .res files and return them to there orignal form and even register it if need be this can be performed before a form is loaded so that it is insured your project will run without fault. This is very simple code and doesn't need much explaining i also understand this can lead to a new way to insert virii into projects but if you are that dumb to fall for it then sorry to say you deserved it :P As you will see (by reading the source code) my project does no call and functions from the .ocx inculded in this project it only extracts it into a directory and registers it using Regsvr32 so there is 0% risk of virii infection

Java_Volume1 #86015
Transparent Bullet Label Control

A small prototype of a much larger project I am working on which required the use of labels with a little more zest. Hence, my solution is tranparent bullet labels. This project demonstrates a simple way to draw text, shapes, etc., on a usercontrol when the backstyle is set to transparent and should be useful as a starting point for anyone wanting to roll their own transparent controls with the added flexibility of drawing it yourself.

Java_Volume1 #86016
PictureView - view, scroll, create and save pictures

Yes another control aimed for beginners (and why not for everyone else too!): include PictureView.ctl and cJpeg.cls to your project and you have a new nice picture viewing control you can use! *** You can view pictures easily in this control. It adds scrollbars when required, if not required centers the picture. With all the additional features of the control, you can easily create your own Paint program, for example. The control is able to save JPEG pictures thanks to John Korejwa's JPEG Encoder Class. You can define new picture to be created, get picture's DC so you can BitBlt or use any other GDI API to draw to the control... and much else :) *** Properties: borderstyle, cornerstyle, picture, scrollable. Functions: ClearPicture, NewPicture, OpenPicture, PictureDC, PictureHeight, PicturePaint, PictureWidth, SaveJPEG. Events: Click, DblClick, Key-events, Mouse-events, PicMouse-events, PictureLoaded *** Hope you like the control! This is the third public release of the control, first time at PSC. Comments, critics and improvements welcome! :)

Java_Volume1 #86017
Advanced Hide-From-Task-Manager Includes Hiding From Process List

Hides the application from task manager as well as disguising itself in the process list. The overall procedure could be a lot faster but at this speed it gives most people a chance to see the changes take place.

Java_Volume1 #86018
Get HTML Source of Web Browser Control - Get Source Code of HTML Page - Read HTML Source Web Browser

Grabs the HTML Code from any page you are browsing through the Web Browser Control.

Java_Volume1 #86019
MSN Client - MSNP9

Here is a partly done client for MSN Messenger, it uses MSNP9. It has basic contact list, groups, chat, display pictures aren't working yet, nor are custom emoticons. It isn't commented, and in some places the code is a little difficult to follow. If you want to work on it further, you can refer to this documentation on hypothetic: http://www.hypothetic.org/docs/msn/index.php If you do make any modifications to the code, it would be greatly appreciated if you would send them to me, at: thesoj@gmail.com

Languages
Top Categories
Global Discovery