Results for "Volume: Java_Volume1"
Displays animated GIFs without any ocx or dll.
Advance Pointers
This program lets you rotate a Windows Meta File inside a picture box.
This is a demo program I wrote for myself in order to use a menu item without having to click on it. This allows the usage of menus in other programs without having to switch to them and using the menu. This is going to be used in the future as a part of my Autosave program, a program designed to automatically save whatever documents you are working on so that in case of a crash your work would be saved, even if you forgot to do so manually. Originally written in Visual Basic, I switched over to C++ (starting with Version 2.00), and therefore had to rewrite the entire program. In Visual Basic, I had used the SendKeys command to use the menus of other programs to activate the Save menu item. As this function is not considered a safe way of sending to different programs, as other programs can accidentally intercept the send, I needed to find a better way to do it. By directly using the menus of the other programs, this problem is overcome. This program is completely documented and commented. Please check the readme for more information.
THis is a scheduling algorhim simulator very cool
Its a full program html editor - designed with novices in mind. Open the RunMe.zip for the program and please read the word.doc, you will also need the resources.zip in a folder in the same directory as Espress.jar. There is also full source code (commented), images, compiled classes and javadocs for the program in the other zip files
After getting very good Response from PSC Members on my Last 2 Submission by Winning Programmar of the Month Award Here's My New Submission "Learning Threads in JAVA". I hope All PSC Members who are interested in JAVA must Like it. All Credits of this Article goes to my JAVA Teacher "Mr.Muhammad Asif". I'm only Sharing this Article With all of PSC Members. Please Read This Article atleast one Time and then If you Think it Consider a Vote Then Vote it.
Tells whether a form is loaded or not
This code demonstrates simple graphics that can be done in Win32 API. Just make a new Win32 application, paste the code there, compile it, and run the program.
This code will allow you to populate DBGrids and other bound data controls using a Data Control, SQL, and an ODBC DataBase.
It is a function that converts keycodes [probably used in ???_KeyDown events], to strings like "Ctrl", "Alt", "F", "/", which are recognizable to the end-user. Great for game programmers who have a key configuration form!
Do you think it is possible to swap values between two variables without using a third temporary variable? What? No? Yes? Well, the answer is...YES. Take a look at the code and don't forget to vote!
A complete reference on how to make java applications "double-clicky" in a Windows desktop environment. Starts with the humble bat file, including how to remove the dreaded black screen, to the java-based jar file, to wrappers in C, third party converters and a lot more besides.
A multi-user chat server/client that can support unlimited users, and uses rich text in the messages, allowing colors, font-styles and different fonts. The user running the server can kick any person logged in. Requires: RichTextBo control, Winsock control, and Common Dialog control.
This application will show a dancing flame. DANCING means the flame will be animated. You can controll the flame. ENJOY IT! Short Code / Specially Cool!
Description: This is a simple Painter program using JAVA language. The program uses 4 classes to build the entire structure. Please compile using the JAVA SDK, and run the Painter.java as the main program. Program Ability: -Draw Line, FreeHand, Oval, Rectangle, Polygon, Round Rectangle, Filled Oval, Filled Rectangle, Filled Polygon, Filled Round Rectangle -Undo and Redo process. -Set Background Color & set Foreground Color. -Save canvas to file ( *.jpg ) -Open canvas from file PS: The program will save the canvas into 2 files, (*.jpg) and (*.*) You must open the (*.*) file in order to edit the picture you saved before.
NOW IT'S POSSIBLE ON VB! This code INPUTS MIDI DATA, and echo it to a selected midiOut device. Nothing more. If you are not interested in MIDI PROGRAMMING, my advise to you is that, do not waste your time with this. This was hard. BECAUSE: There is a callback function, which Windows calls many times during the recording. You can't find it on a documentation, as I could not. But now, here it is. I created it by looking to C related documents, and by using the 'AddressOf! operator of VB. I don't understand why it is not running from VB, (It crashes) run the .exe, or please compile it first, if you do not trust my .exe file. Oxokl.
This class module, complete with demo project, will allow you to easily scroll a large picture box inside a much smaller one. This can be extremely useful when space is something you have little of.
A CD-Player with some functions and a cool form. This is a old code I programmed some years ago. A bit of the code is not from me.
Play Othello Game in multiplayer mode with the TCP/IP or in local mode.... Winsock and recursive code...