Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #88886
SComboBox 1.0.4 Update: 2004-09-12

English: This control is a customizable ComboBox with multiple appearances. I hope you it like. Description: This usercontrol simulates a ComboBox.-------------------------------------------------------------------------------------- But adds new an great features like: - The first ComboBox On PSC that actually works in a single file control. - When the list is shown doesn't deactivate the parent form. - More than 20 Visual Styles; no images everything done by code. - Some extra cool properties----------------------------- -------------------------------------------------------- IMPORTANT NOTE -------------- So many thanks fred_cpp for his contribution for this project, some styles and Traduction to English of some comments. All rights Reserved © HACKPRO TM 2004------------------------------------------------------------------------------------------------------------------ Fixes bugs version 1.0.4------------------------- - ItemFocus correction. - Clear function. - Border Select. - ScrollBar. - Width Text. - Move for the list. - Office 2003 Appearance. - Sub DrawAppearance. - Sub CreateText.-------------------------------------------------------------------------------- New in this version 1.0.4 (Update: 2004-09-12)--- ------------------------------------------------ - Now if the Font change works. - Now the temporary directory of Windows is used to manipulate the images. - Parameter ShadowText. - Property ListGradient. - Function CalcTextWidth.

Java_Volume1 #88887
Türkçe Sözlük - Turkish Dictionary

This is a Turkish-Turkish (meanings) dictionary. It has 85.000 words in an access database. You can use it in your applications. (Sorry from Intl.Users but it's mainly for Turkish users of PSC) Inspired from Stephen Whittle's crossword application, but it uses an access database and adodc instead of text file.

Java_Volume1 #87946
Build The Tower (UPDATED, English Version)

This is kind of game where u build a tower using worker (i am using lemmings type worker).. sorry some of graphics i just got it from internet.. hope they dont mind.. please vote for it.. and tell me what you guys think. Press A for new worker, and other please refer to help menu inside the games. Already translate it to English Version.. enjoy it

Java_Volume1 #87947
Expert System

(Updated!)A simple expert system. It has a great visual and graphics presentation... It includes an office assistant that will help you in browsing the system...

Java_Volume1 #87948
Hypnotiser

Looks pretty cool

Java_Volume1 #87949
Generic Multi-Threading Engine (Asynchronous Drop in Replacement for VB's CallByName with Events)

**** LAST UPDATED 16-Sep-04 11:50am **** This is an Asynchronous ActiveX server to replace the built in VB6 CallByName function. By substituting current CallByname instances with a call to the AsyncServer, this allows the user interface to remain responsive while heavy processes are being conducted in the background. It also means that your application has effectively become multi-threaded. Events within the AsyncServer notify the client app when the call has been completed. Events within the called DLL can also be raised as per normal (for interface notification etc..) Hope it serves some purpose for someone. I use it across a range of projects in instances where it is important to maintain a responsive UI. The other nice thing is that it is generic and existing classes/objects that you've created can be used without change. ''' *** Notes: Before using asyncronously, the AsyncServer.exe and AsyncTest.dll projects should be compiled. The AsyncTest DLL is purely included as an example of what the AsyncServer can be used for. The small test project (Project1) demonstrates the difference between a function in the test dll being called thro' the server or thro' the exe's thread. ''' *** BTW - was going to include callbyname example but thought that interested parties would already have a handle on this. the original zip has been updated to include a 'preprocessing' event that allows factory created objects to be tweaked before async processing continues. Added implemented interface to AsyncServer to allow for VTable 'fast' tight integration. changed the ReturnAsyncObject function parameters to accept an object in order to be identical to the CallByName implementation. Cahnged the FactoryObject event nad callbacks to be more meaningfully named PreProcessFactoryObject.

Java_Volume1 #87950
[ Time Synchronizer ]

Always have the EXACT time on your PC. Time Sync connects to atomic clock servers on the net to adjust the inaccurate computer's system time. You can select from a large list of timeservers all over the world. Run the program in normal mode, or without user-interface by the 'now' command to set the time automatically (can be used to synchronize on each startup). When synchronizing, time is automatically adjusted to your local time. Check the Readme File. The date format may only need some adjustment to the format that is common in your region. Special thanks to George McCoy and Jim Huff for the winsock code (see readme file). Your comments are most welcome :-)

Java_Volume1 #87951
Download 196 Cute kittens

This program connects to http://kittens.sytes.org/ and downloads all their cute kitten pictures. The program is nice commented and easy to understand. Feedback, bug reports and suggetions, greatly appreciated

Java_Volume1 #87952
WebSite Replicator

This code will connect to a website and download all the original source code that make up that website. If you have ever used HTTrack or WebStripper, then you'll know exactly what I'm talking about. This thing is version 0.0.000001. So don't kill me too bad

Java_Volume1 #87953
Create Excel Report From ADO Recordset

This class allows you to create a Microsoft Excel report from an ADO recordset. The report can be formatted with headers, footers, headings, borders, totals etc by simply setting the class options.

Java_Volume1 #87954
ucCanvas + cDIB revised

Nothing special: This is a simplified version of a custom control I've been using in several applications. cDIB class has been revised (supports all color depths) and new functions added. For NT users, new StretchBltMode parameter (Paint() and Stretch() functions), allowing [Halftone] mode for API-dithering (ordered dither). Note: If you only want to preview images, pass [Force32bpp]=True (->CreateFromStdPicture); this will improve zoom/scroll behavior (specialy on palette based bitmaps). // 14Kb zip

Java_Volume1 #87955
Fabipo-Image Viewer

It is an Image Viewer (similar to ACDSee) which displays the contents of a folder as thumbnails. Its able to read jpg, gif and bmp image formats.

Java_Volume1 #87956
[A virtual synth :: RDX AUDIO VECTOR ß]

This is a virtual synthetizer. Use DirectX 8 visual basic type library. Sorry for my horrible english, i'm french. Need to have some experience in software synthesis. If not, Open a patch, for example : patch\adagio for string 3 [] trancepatch.px0 and a sequence, for example sequence\adagio for strings - bass up.px1 click on the play button. If you hear gliches, go to file>preferences and increase the latency value.

Java_Volume1 #87957
FlexUI : The ultimate resizer of all time! v 1.3

Stop writting those repetitive resize events. Make your forms resizable with absolutely no code. Throw in this lightweight OCX and let it do the anchoring and resizing of your form controls based on the behaviour you specify. Features include: * 15 combination of anchoring and resizing styles. Goes beyond what is available in Visual Studio .NET * Support for RightToLeft mode (reverses the behaviour you specify when the form is changed to RightToLeft) * Optional minumum and maximum height and width for the form (uses subclassing to achieve that) * Function to center the form on screen * Backup/restore your controls' style configuration to/from a file * Takes up very little memory resources I'm always looking forward to enhancing this control based on your suggestions. And please VOTE if you use or recommend this OCX. ______________________________________________ Updated v1.3 9/29/04 * Changed subclassing to be in the usercontrol instead of a seperate module (thanks Paul Caton!) * Eliminated the two lines neccessary to activate and call the resize method of the control (again using subclassing) * Added a function to center form on the screen * Made MinFormWidth and MinFormHeight have default values equal to the size of the form when the control is created ______________________________________________ Updated v1.2 9/19/04 * Added a help file to the package ______________________________________________ Updated v1.2 9/16/04 * Added support for runtime-created controls. To set a style for such a control, call SetControlStyle method after you dynamically create a control ______________________________________________ Updated v1.1 9/16/04 * Added max form size properties * Made min and max form size imposing use form subclassing instead of traditional form.Height and form.Width

Java_Volume1 #87958
Winstartup Manager 2004

Winstartup manager v 1.4 as the name says, it's a startup management tool, this new version I name it 2004 v 1.0 and many things enhanced as well as will work under all operating systems including XP, this utility include the following: view and delete items that usually run or load when you start your windows it also allow you to create backup before modify anything or restore backup in case anything removed in wrong purpose. I preferred to make mine just because I download a tool from the net and it was nice working, but when once I tried to email its creator I don¡¦t like to motion his name he is also a coder in vb, on how to access and delete registry entries in XP he didn¡¦t even replied me by a small honest reply that ¡§sorry I cant tell you¡¨, so that¡¦s why I code my own and complete one and post and shared with all my friends just reason to kick that looser and to help some beginners ƒº, if you feel this tool desire a vote it will be something appreciated...

Java_Volume1 #87876
A Simple Key Logger

This is a simple keylogger I wrote for fun. It records most keystrokes and saves the log to a file! It sometimes gets keystrokes mixed up but other than that it seems to work fine. Please comment on my code as this is the first project I've uploaded onto PSC. Any help/suggestions are appreciated!

Java_Volume1 #87877
FileZIP Detector

This program is able to scan the files contained in a ZIP archive,but it cannot unzip them. http://linuxman.2ya.com/. if you think this is useful do rate it, thanks:)

Java_Volume1 #87878
Password Manager BETA

You can use this application to store sensitive data like LoginID Password in a secure database, using a user friendly interface. This application can also encrypt text messages using with a password. This version uses Microsoft CryptoAPI to encrypt and decrypt sensitive data in a password database file. Please feel free to drop in your suggestions, your effort in this direction is highly appreciated.

Java_Volume1 #87879
PC PART INVENTORY

Good for beginners who want to learn database. I include simple code in searching,add,edit,delete,print in the system. It has good GUI.JUST TRY!!!

Java_Volume1 #87880
Avoid multiple instances by using Mutexes (much stronger than App.PrevInstance)

If you want your program to have only one instance, then there exists VB's in-built way to do it, the App.PrevInstance property. But it does not work if you copy your exe file elsewhere and then run (at least in my machine, Win98). So, here is another approach that guarantees only one instance of your app whether it is copied to different paths or renamed unless any serious error has occurred. You have to compile it to see the effect. And it will also work if the application has crashed for some reason. The code is fairly commented, hope it will help somebody. Please report bugs or any problem in this method of avoiding multiple instances. I will appreciate comments greatly.######Special thanks to LiTe for first pointing out that there is a problem in my previous method. However, it is solved now.

Languages
Top Categories
Global Discovery