Results for "Volume: Java_Volume1"
The Database Application program will genetrate a simple user Interface to a Database(employee.mdb).I have used an Access database, it is named "employee.mdb".The program will make extensive use of the java swing components, including Buttons, Tabbed Panes and Label Fields, as well as regular AWT components.Their are three Tabbed buttons.
This program (well commented) will show you the use of the arrow keys by movng a charachter across the screen. *Note* this program does not have limits so try to stay withing the screen limits. Email me if you''dlike to see boundries put on it!! and dont' forget to vote!!
This converts pixels to twips
Extended stored procedure that shows RAM allocation of a SQL Server. Look at the code for an explanation of the output.
This code makes you yahoo mail accounts on the fly. Just type in a user and or password you want. It'll even tell you if it's taken or if there was an error. This uses multiple actions. It creates your account, loggs in, confirm it. loggs out. That simple =)
After seeing the "Elastic" post below, I thought I'd release my ElasticForms module 'cause this one actually *does* resize the components on the form (even lines). It's pretty tight, fast and it even allows you to set a min width and min height for a form. A zip containing the source and an example project can be found on my home page...
Displays a basic analog clock on a form. CREDIT FOR THE ORIGINAL CODE GOES TO: Boriza I enjoyed his code so much I had to add a couple of quick improvements. Incrementally uncomment the code lines in the Form_Load event for different clock positions on the form.
I made this because I couldn't find any VERY simple examples of XML/RSS manipulation in VB.NET (everything was WAY to complex) It has been designed to download and display all the info from 1 feed, although you could add more, just check out the code.
This app is a typing trainer, that organizes the whole course into 8 lessons. It allows the user to create their own word set, by uploading a text file, but provides a default word set. The app is localized into English / Russian. Please read readme.txt for details on how to compile (assemply order) and sounds.
Uses the MSComm control to call a telephone number using your modem WITHOUT HAVEING DIALER.EXE! :)
Copy a file from a LAN to UNIX and vice versa.
This article tries to explain how to perform aggregate functions on your Datatable.
Learn ADO.NET basics in shortest time possible. Contains 2 tutorials: Bound manually by code and bound by build-in Databinding. Shows you how to connect to an Access database, populate the controls with data, add new record, edit existing record, delete record, and save to the database. Well commented. Ideal to VB.NET beginners as well.
This is a Text-Based RPG I made. It's Small but I like it. I hope you do too.
This class provides an easy way to access OLEDB Datasources (you can change the code very easy to access SQL-Server). It shows you how to work with destructors, constructors, dataset, stored procedures, own stuctures, Oledbcommand, datarelations, overload subs(functions). Download this at www.visualsoft-net.de under VB.Net Code
If you have a multilanguage web site this simply javascript is for you! You can redirect to a page automatically. The script uses browser/OS language setting and forward to the specified html file.
This is kind of a Virus Scanner...It's to let you get the feel of a scanner which searches for strings a virus might have and then displays that it is a virus in a message box. Put this in a module and call it from like a button or something. I am only 13 so if you think this code is dumb or wouldn't work...sorry im still learning. E-Mail me at BmFWaLk316@Juno.com if you have any problems. Later.
The function InternetTime() calculates the internettime, the new time standard from Swatch. You only have to call the function.
this is a simple maze traversal program. It was produced using a 2d array, its not a very graphical program but technically it is very good. Jamie Lutzuver.
Note: I accidently delleted this, and reuploaded it. Please vote/comment again. Due to the amount of time and repeated code it adds to a large project to use the included socket control, and the fact that I had always used the Winsock control, I created my own version for VB.NET. It is well commented, and uses regions so that you only need to see the part of the code you want to look at. This is desigened to be viewed in VS.NET or VB.NET. This code is not 100% like Winsock. Although it has the same overal functionality, it does not have the same functions. For example, instead of an event being raised, you must call the VBSock.Read() or VBSock.ReadLine() function. I am working on this. Expect to see an update soon.