Results for "Volume: Java_Volume1"
You can make it easier on your visitors to find their way around your site. I highly suggest using the extremely popular and extremely useful menu list. It seems every good site has one.... So, put one on your site!
This is a complete key log program written in VB .NET It can detect all letters (lower case or upper case), numbers (including the number pad), and special characters. The user has the ability to hide the program so that it cannot be seen.
I took this code from MSDN's November Magazine and used it in many project of mine..Its very useful security measure. I did change it to make it more understandable for all you .net coders there. Zip file includes a type lib and an example project. Hope you guys find it useful.
DataEasy: is an application written in C# which would allow the user to load any Microsoft Access file (file format '.mdb'). This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file. Along with the Data Grid control TextBoxs and Labels are generated automatically and dynamically at run time to allow easy and efficient data input according to the data in the .mdb file loaded. If the file has more than one table in its database, a combobox in the application will allow the user to choose which table to work on. By right clicking column headers who’s data type is either ‘integer’ or ‘DateTime’ the user can opt for either inserting Automatic numbering based on previous cell’s value incremented by 1 or insert that day’s date automatically in their respective column on adding new data. Also provided a Search and Filter capability, by right clicking the search form’s column headers the user can filter in the element (of the column clicked) he\she wants to view. Multiple filtering can be done by filtering more than one column. The user can also use a simple search, by typing in the search textbox to find data in the database. I have included a database file ‘textbooks.mdb’ file with the application so you can try the program. I hope this program will be useful in learning how to load and modify databases and link to ‘mdb’ files, your voting will be appreciated :).
The is the first of its kind that i have seen. It extracts emails from the c:\program files directory and subdirectorys please vote for me if this is of use to you.
A very good puzzle game with GUI .
Finally, the RECORD source code for WAV files is here. Very easy, yet getting this (and all MCI commands) from Microsoft is like pulling teeth. We need simple code, so I brought this to you. Enjoy. I believe that I will start a website very soon, that will contain the entire listing and usage of the MCI Commands for the ordinary programmer like ourselves.
This revised code finally supports the MP3 "Genre" tag (WinAMP 2.22+ compliant). Loads of you have emailed me requesting this facility - I think this is the first such VB code to support it! Easy to implement and the new genre routine is compact. It was a right pain in the arse collecting the Genre descriptions ;-) Note:- A demonstration app is availble from my homepage...
hi all! this is a program that will create a HTML Gallery (thumbnails of pictures with links to original ones) with images you give to it and a template (Which is it's greatest feature, i haven't seen any program having this feature) so the result is COMPLETLY customizable. using free JPEGLIB to read and write JPGs & GIFs and my own code to read BMPs. it's good for you to learn how to read and write TEXT files and fill in any place of it. a template is included in the \TEMPL directory for you to learn it! it's very easy to use and fast!
This Function will change your Windows Resolution. It is very simple, and it does what most Resolution Change Functions don't do, it changes the the Bits Per Pixels as well as the Screen Width and Height.
A simple redirect script.
Simple client Server chat is done with this. Check out. You will like it.
This code shows a circle bouncing off of the sides of the form like Jezzball (But not as good).
This program covers character arrays, structures, and unions - three VERY powerful features of C++. The first part, character arrays, explains and demostrates the use of the [] operators when dealing with strings. The second part, structures, demostrates the use of structures in real-world applications and defines the differences/similarities between structures and classes. The third and final part, unions, identifies the word 'unions' as a keyword, shows how their used and gives a copy-and-pastable example.
This code pastes into a Module that Create (if not exists) a MDB to record the errors that occur in your application.
Create transparent bitmaps at run-time!
IE Clone – VB.Net I received a few email regarding my past quick example of a browser in VB.Net, This example application takes it to the next level and shows a lot of what can be done using the web browser control in VB.Net. It is a fairly good clone of IE, it shows the following and more: Opening Files | Saving | Print Preview | Page Setup | Print | Import / Export | Page properties | Send to desktop | Copy | Select All | Find | View Source | Privacy Report | Internet Options Dialog | Adding Favorites | Organizing Favorites | Navigation | Stopping Pop-Ups | Trapping New windows (new app not IE) | Auto complete combo box (some code from all over there, not all mine) | Secure Lock Icons | Progress bar in status bar w/o imbedding | Full Screen | Hide / Show Tool, Status Bars | Updating status bar | Opening folders | tree view | Context Menu (Right click on cookies tree view) | Deleting Files | Reading from a file (see favorites code) and more, poke around a bit. If you are needing to write a web browser application in .net, this should be all you need to get you started, if not all the way there. For those who asked about working with the IE DOM, this is not covered in the example and is a completely different subject in many ways, I may post some examples on working directly with the DOM in the future. I hope you find this useful and as always please vote if you do.
This code generates a moving 3D star field, almost identical to the windows 'flying through space' screen saver, except this runs in a window of any size, and when the user moves the mouse over it, they can change the camera angle, which I suppose could make a neet game back ground for an outter space filght sim.
Demonstration of a sorted, doubly-linked list in Java. Made from scratch, not using the class libray included in Java.
Although Java(tm) has been very successful on the server-side; It has few shortcomings limiting its adoption for others domains such as real-time, scientific or safety-critical software. For these, the JADE library provides important "pieces" missing from the Java(tm) core library and making the Java(tm) platform even more attractive. These new "pieces" are complementary and work closely together.