Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #103156
csMovieLibraryPro v2.0 with Example Application

A powerful Class Library for pretty much all of your movie playing needs. No 3rd party controls or DirectX to worry about. Uses the established MCI command interface. Designed to be easy to use, understand, and implement. The compiled Library is only 32KB. The Class was written in VB.Net. But once the Class is compiled, it can be used by any .Net language. Add COM Interop if you want to use it for the Classic Visual Basic versions. This Library includes over 55 subs, functions, and propertys to make a full and feature rich movie application. Some of the features include: Getting the movie and audio status. Get or Set the playing position in frames, millseconds or seconds. Get the length of the movie in frames, milliseconds or seconds. Get the nominal frame rate and frames per second. Play the movie in a child window or the default window. Play the movie in full screen or custom tune the location and size of the movie. Set the volume level for each channel separately or set the level for both channels. Shutdown the audio or video output. Can even change the speed at which the movie plays. There are many more features available that I don't have time to write. In this Class Library I include a simple Application to show some of the features or to get you started on using the library. This Library took a bit of time and work to build. So, it would be nice to get some feedback and comments on how to improve it. Please feel free to vote and visit my website at: http://www.vbcodesource.com. Hope you find this Class Library useful and beneficial. Note: the .dll file will most likely be stripped from the zip file. So, you will most likely need to recompile the Class Library project.

Java_Volume1 #91214
Sorting by columnheaders in listviews

This allows a user to sort the contents of a listview by clicking on a column header in report-mode. Clicking again will sort descending.

Java_Volume1 #103725
An example of MultiThreading with thread priority, sleep, resume, abort, and some other basic stuff.

Basically some info on multithreading. There are three progressbar controls. Three threads to fill them. Nothing amazing, but i think the multithreading is an amazing add-in to vb. Its VERY easy to use.

Java_Volume1 #99227
JAVAsearch

A search engine coded in javascript for small or large websites CGI is better but I was bored.

Java_Volume1 #99228
Ad Banner Rotater 2.0

This will allow you to rotate any number of banners you wish at an interval that you set. It randomly picks an ad to be shown each time, making sure that the same banner isn't shown twice in a row. This new version also has fixed the problem with not working until the page has fully loaded, and added the following features: 1. Custom tooltips. 2. Custom status bar text.

Java_Volume1 #100301
SML tutorial and the new version of the source code

This icludes the SML's (Simple Machine Language) tutorial along with the source of the new user friendly revised version. REMEMBER TO CAST YOUR VOTES--especially if you like it.

Java_Volume1 #99229
Menu

This is a menu, which has many entries, and when you push one, it pop´s up, and new entries are visible. Simple, but very usefull: And the Code is very short!

Java_Volume1 #99230
Thumb Plus

Thumb Plus is a Script, that views small pictures on a webpage, but when you click on it, the big picture is showed. When you click on the big picture, it will be closed, and you will see the Webpage. This is without more windows! I think it is great!

Java_Volume1 #99231
Vertical Slide-Menu

This is a slide-Menu, when you click on any menubutton on the left, the submenus will slde out. In order to close the submenus just click on the very same menubutton again. On the Submenus you can place Links or other things! It is very usefull!

Java_Volume1 #99232
mhUtils

General purpose utility routines enclosed in a class. All routines are static so you don't need to instantiate the class, just use it!

Java_Volume1 #99233
Form validate

This class was designed to send important information to clients via email with password, Off-line connection on graphic mode. The same applet can be used to send a voucher, a greetings card, a money confirmation of a transaction and so on. The source code is provided so, you can customize as your needs (add music, change the encryption algorihtm, the logon window, etcs). How to use the afp.class: This is an applet that lets the user get information sended on an HTML encrypted page. To use, the user must be try three times to enter a password (Encrypted into the HTML). The special bonus is the facility of have a totally configurable information. Lets see the HTML: HTML> HEAD>TITLE>ESTADO DE CUENTA DE AFP HORIZONTE/TITLE>/HEAD> BODY> p align="center"> APPLET CODE="afp.class" WIDTH=640 HEIGHT=800> PARAM NAME=Mensaje VALUE="KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}2222222*643*161}Bw!3!ef!Nbzp*256*181}"> PARAM NAME=Titulo VALUE="010050NOMBRE DEL AFILIADO:|530025AFP HORIZONTE|490050CIUU:|010070DIRECCION:|220025ESTADO DE CUENTA DEL AFILIADO|015115SALDO A LA FECHA: 29/09/2,000|015205DETALLE DE MOVIMIENTOS AL 29/09/2000|015670OBSERVACIONES:|015595BONO DE RECONOCIMIENTO:|"> PARAM NAME=Pintar VALUE="005010620080000255255|005100620020000000255|005190620020000000255|005320620020000000255|005450620020000000255|005580620020000000255|005650620060000000255|"> PARAM NAME=Marco VALUE="001001630790|005010620080|005100620080|005100620020|005160620020|500100125080|005190620120|005190620020|500190125120|005320620120|005320620020|005320300120|005320400120|005320500120|005450620120|005450620020|005450300120|005450400120|005450500120|005580620060|005580620020|005580620040|200600200040|005650620120|005650620060|"> PARAM NAME=Imagenes VALUE="005010050030afplogo.gif|"> /APPLET> /BODY> Parameters on the HTML: Titulo: (Title) xxxyyyaaaaaaaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the text to draw and | is the separators between distincts titles. 010050NOMBRE DEL AFILIADO| Will set the title NOMBRE DEL AFILIADO on 10,50 coors. Pintar: (Fill) xxxyyymmmnnnrrrgggbbb|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits), rrrgggbbb is the rgb color and | is the separator between distincts fills. 005010620080000255255| Will fill a rectangle on (5,10,620,80) of rgb(0,255,255) color. Marco: (Rectangle) xxxyyymmmnnn|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits) and | is the separator between distincts rectangles. 005010620080| Will draw a rectangle on (5,10,620,80), transparent background. Imagenes: (Pictures) xxxyyyaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the image to draw (must be on the same folder where the class is) and | is the separator betwen pictures. 005010050030afplogo.gif| Will draw the picture afplogo.gif in (5,10,50,30) coors. Mensaje: (Messages) aaaa}bbbbbb*xxx*yyy}, where aaaa is the password, } is the separator, bbbb is a message with xxx as x axis and yyy as y axis. Each ASCII value will be rest on one (B=A,f=e...) to get their real value. KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}, where: KPSHF is the password (JORGE), and: Kpshf!ef!mb!Dsv{!Spkbt*256*161 Will draw Jorge de la Cruz on (145,50) coors.

Java_Volume1 #99234
JDBC Project

The code connects to the specified database using the JDBC:ODBC bridge driver provided by the Java SDK It allows users to enter SQL queries into a JTextField and the results to be shown in a JTable object. I also implement a JTree object that shows the table structure with the different field names. This is really an exercise with JDBC and Swing because I used many Swing components that I haven't worked with before. I am pleased with the ease of using the different Swing components as well as the ease of working with databases in the Java language.

Java_Volume1 #99235
_ Open child window without toolbars, menues, buttons ...or all of them....you decide _

Check this out! This code is not only REALLY simple, but has a lot of potential! Fully commented, and easy for you to customize. You probably have seen this function before, but it doesnt get any easier than this. Simply change the URL, and size, and your off!. It's like and 'a href', so you can put the script anywhere you put one. Simple, yet effective....LOTS more to come. Click on any of the sample URLs

Java_Volume1 #99236
_ Right click disabler _ (not foolproof) _

SUPER EASY CODE!1 line is all it takes to stop users from either saving pictures on your site or viewing source.disables the right click. See the screen capture for the alert that comes up.Very easy to customize this alert...into, for example a copyright notice. Enjoy....LOTS more to come (note : this is not foolproof - nothing is...)

Java_Volume1 #91215
Form On Top (Your Application)

This ONE LINE of code will make a form stay on top of your application. This is good to use for toolbars, search forms, and so on. This WILL NOT make the form stay on top of all running applictions, only yours.

Java_Volume1 #99237
StudentGrades

This is a simple program that I wrote for a school project. It basically allows a user to input student names, grades (i.e., 3.5, 4.0, etc.), and the student ID. Then it calculates the highest grade and outputs the name of the student with the highest grade, outputs all the B's (3.0 - 3.9), and the class average. It will also sort Student by ID.

Java_Volume1 #91216
Check for the Existense of a file

Checks if a file exists. If you have anyquestions fax me at 1(305)847-0621 dont forget to visit my website for more codes and full program source codes + forms available for downloading

Java_Volume1 #99238
_ Function that stops people from trying to view your page INSIDE a frame _

SUPER EASY! The reason i wrote this was to stop people from trying to put my site in THEIR framesetThis code makes it impossible for people to do that!

Java_Volume1 #99239
Notepad

simple notepad application in java2.used advance awt datatransfer class to do cut,copy and paste. if there is any mistake please feel free to correct me please test it before using it!.... it is a program by beginner only Irene Margaret

Java_Volume1 #91217
MaceNET - A fully functional Telnet Client!!

A fully functional Telnet Program designed to give you ease of use and solve your remote access problems.

Languages
Top Categories
Global Discovery