Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #85820
An Inter-App Messaging Control v2

MsgLink - An Inter-Application Messaging Control v2. This is a complete and functional control that uses the Copy Data Structure to pass data between applications that utilize this control. It allows you to pass numeric data, strings, dates, currency, in fact all data types except variants, including arrays and udts, and arrays of udts (except arrays of variants and strings). Possibly could be extended to handle arrays of pointers to the data (strings and variants).

Java_Volume1 #85821
A simple file finder

The Shortest way to find a file without API's it built with a few lines in a mudule and a few lines in a form and thats it :) i hope you will like it... If it desire vote feel free and thx for any comments or sugestions .

Java_Volume1 #85822
Stretch Picture Box

you can stretch Picture Box in one line of code

Java_Volume1 #85823
PageBuilder v1.0 e2.1b

PageBuilder is a program that allows the user to make web pages by pointing and clicking (with minimal editing). PageBuilder currently supports the most commonly used HTML tags, CSS commands, JavaScript commands (editing is still required for the javascript to work properly), and XML, along with an XML previewer.

Java_Volume1 #85824
CoolWindow

Actually This is a custom control window.. we can change the background colour of a window, caption font size and etc.... That mean esay we can have a coolwindow by just setting up it's properties..

Java_Volume1 #85825
Baggy Files

Demonstrates the use of a property bag to store "things" in a file in any order and to retrieve those things from that file in any order. "Things" include strings, numerics, results of arithmetic or string operations, booleans, fonts and even pictures.

Java_Volume1 #85826
Exploding Flower Screen Saver

This is a complete screen saver featuring my exploding flower routine. It has several options for you to play with in the setting screen. And of course it supports the preview window and passwords!

Java_Volume1 #85827
Advanced MP3 renamer

This is an advanced MP3 renamer, including an ID3v1 and ID3v2 tag reading AND writing class! The program is easy to use and uses very intelligent file analysing algorithms. MP3 renamer reads out the ID3v1 tags, ID3v2 tags and file names and analyses them to generate a new file name. I'm sure you'll be surprised in how many cases this will work well. But you also have the possibility to alter the data analysing results manually on a per file basis. MP3 renamer will then rewrite the ID3v1 and ID3v2 tags and, of course, will rename the file so that you're going to have perfectly named MP3 files.

Java_Volume1 #85828
VBBruceLee (Beta version) *Updated Color & VB5.0 Compatibility*

VBBruceLee its a remake of a classical U.S. Gold 1984 CPC 464 game (See the screenshot). The 80 % of the game its completed, but enemy AI and other stuff still needs to be implemented. The original U.S. Gold game have 19 screen (plus finish screen) In this beta there are 18 of this 19 screens. The code uses DX7 only for fullscreen initialization and playing some wav files, all the rest its done using Win32 API. Original, the code was for myself, for this reason there isn't much coments (if u want 1 line of code and 20 lines with comments, buy a book, or read a very very nOob pre-beginner tutorial. :) I programed this game under AMD K6-2 at 350 Mhz, but runs fine on PII 233 Mhz (tested under Win98 with S3 4Mb video card, with DirectX 8) You can do with this piece of code what you want, only one thing: Don't change Lives variable to set more than 99 lives...hahaha! (its a joke, of course). I you like this, please vote, and i you don't like this, well, report why not! Enjoy. *UPDATED* I'm just Updated VBBruceLee with option to play with colors (See new screen shot) *UPDATED* Now, the game its compatible with VB5.0 (Split Modification changed. May be it's compatible with VB4.0 too)

Java_Volume1 #85829
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

Java_Volume1 #85830
Is Form Loaded check without causing form to load (EASY!)

Check to see if a form is loaded without actually loading the form, or access public form variables without causing the form to load

Java_Volume1 #85831
Api Functions From most common DLLs

Shows all function in DLLs that i included...

Java_Volume1 #87138
aAa Ascii To Unicode Convertor For Perisan Language Range

This Code Is a Best simple Sample for Tech Converting Strings and Allow users to learn about Persian Unicode Rage,And Allow Users To use Persian(farsi) With Out Arabic Language.

Java_Volume1 #87140
File Kutter

This is a file splitting software. This application can split a file in any size and do not have any limit. Please feel free to put in your comments and/or vote.

Java_Volume1 #87139
A 2D DotProduct Demonstration

This application is a simple and clear demonstration of the DotProduct in two dimensions. The DotProduct is almost always used by game programmers, especially in shooting games like Unreal Tournament. The DotProduct allows the programmers to decide is the user is pointing his weapon at a monster, a pickup or a door. The DotProduct is also used for Back-Face culling and lighting effects. You can even use the DotProduct for real world physics calculations like "Newton's Conservation of Momentum". In fact, this is the real reason I created this little demo. I'm currently working on my Asteroids game (also on PSC) and wanted the Asteroids to bounce off each other convincingly. Since angles were involved, I figured I could probably use the DotProduct to save on calculations. I needed a little refresher course in the DotProduct, thus this project was born. If you are not interested in the DotProduct, you may be interested in the Splash screen. It has a built in Ant Simulator which probably deserves it's own submission.

Java_Volume1 #87141
System Tray Module

System Tray Example 1.0 This is another System Tray Application. I know that there are many samples scattered all over Planet-Source-Code but many of them are incomplete or buggy, so I wrote my own. This code covers the basics of adding an icon right through to the advanced levels such as modifying icons, popup menus, minimising to the tray and using multiple icons, yet is still very easy to follow and is well commented (read the beginning of the module for detaile information). The code also incorporates a TitleToTray module showing how to animate the mimimizing and restoring of your form to the system tray. I would also like to thank peoply whos code I have used in this submission, namely Chris Miller for the TitleToTray code which I modified slightly and an unknown author for the basic system tray code (Sorry I don't remember!). Dispite being a Planet-Source-Code member for so long, this is still oly my first submission to Planet-Source-Code so please vote nicely and leave constructive feedback. I hope you benefit from this code and if you find any aspect of my code useful, I would appreciate being notified and possibly being included in the credits (you may also want to include the original author of the TitleToTray code (Chris Miller)), but it is not required, at least leave me a comment (and vote!) ;-). The reason I say this is that I believe that if people freely share this information, and someone else finds it useful, I believe that the original author should be credited. It really disappoints me when people not only use someone elses code without giving credit, but alo try and claim it as their own. This is wrong and selfish, but anyway... If there are any problems or bugs, feel free to contact me at shaun@visual-source.net, or shaunleeclarke@msn.com if you use the MSN Messenger Service. Enjoy!

Java_Volume1 #87142
[^ Text converter (Binary/Hex/Asc/Oct) ^]

This program comes with two classes and will convert a string to Asc, Oct, Hex, or Binary and back again... You can either type the input you want to be converted, or load it directly from any file type. I can't go as far to say that it's heavily commented, but it is commented and includes a website article that will explain why 2 of my functions work (string - binary, and binary - hex).

Java_Volume1 #87143
Howto : Never forget your variables again [my take]

To judge from some recent submissions, some people forget their variables! This is my take on how to avoid this, by making an IDE addin that shows a list of your private variables when you press a hotkey (Ctrl+m). It's not perfect, but it could be a good starting point for other IDE enhancements, if anyone's interested :)

Java_Volume1 #87144
VideoOcX

With this UserControl you are able to play all nearly all multimedia-files!!! The Usercontrol is one of the easiest on psc!!! Look @ the screenshot and vote.

Java_Volume1 #87145
FallBall

Guide your ball through the obsticles. Another game I wrote years ago.

Languages
Top Categories
Global Discovery