Results for "Volume: Java_Volume1"
A little set of routines to prevent Windows from switching into StandBy or Sleep Modes. Use them if you have a long-running or overnight application which cannot be interrupted or suspended by Windows going into hibernation after a period of user idleness (as may be optioned in System Administration).
Data-Flow Visual Programming Language 2.1 allows to run basic algorithms in a visual way. All you have to do is to place program blocks on screen, connect them with lines (arrows) and run. You can also run it in step by step mode (when delay is set to maximum). UPDATED! - works without any ActiveX controls. Several bugs found and fixed (deleting objects and making executable).
This example adds a menu to IE when you right click on a webpage to download links just as DAP does and lists all the files in a listview control. You can use this code to add to your own download accelerators. This example does download files but Does not support resume as this was only an example I have also included a Readme text file to show you how to get the project working.
Well a Friend needed some help with doing stuff with Yahoo Messenger 6.0 Api so I threw this Module TOgether for him I will add some more to it later
(Updated version 28-07-2004) Simulate the behaviour of an Ant colony. This is an experiment of a system with 'intelligent' agents who affect and are affected by their environment and counterparts.
This application graphs the lissajoux density. It comes with the function interpreter and several rendering modes. See the screenshot for some results.
You can make your own EXE command buttons and make the button captions! Also included is a Custom message box editor. This was tested may times so the the Error count is 0! PLEASE VOTE! and leave feedback for improvements or anything else!
This control duplicates most of the functionality of the "Chat Logs" people will encounter in Chat or Instant Messenger applications. It wraps functions, for special formatting of text, and has a full range of pre-defined events which also can be displayed. It detects link starting with http://, and using the windows API, will detect when the link is clicked, and open it in Internet Explorer (Based on a submission by another PSCode User, who's name I have forgotten) Useing the Tag property of elements in an image list control, this chat log can detect when pre-defined key combinations are present in the text, and replace them with "emoticons". This is done using more Windows API Calls. See the demo application, and the screenshot for a much better (and more visual) description. This Chat Log control is similar to the one used in a Chat Client I am currently developing, for Ionic Roleplay at http://www.ionicrp.co.uk.
This is a modified version of the the frame which can be expanded or collapsed with or without animation. The control is greatly customizable in terms of appearance. ___________________________________________ Updated 13/9: - Prevented if user tries to change the height of the frame in code while the fame is collapsed - Added CaptionMousePointer property - Added ability to change caption tooltip when in expanded and collapsed mode __________________________________________ Updated 28/7: - Added ShowFocusRectangle property - Added Enabled property - Added ExpandedHeight property - Fixed bug that occurs if user continously holds down the Space or Enter key while the frame has the focus
This is my first submission. Its an mp3 player(almost complete) that utilizes the fmod sound engine. The GUI is one of the best on psc for this type project. I submitted it in hopes of recieveing tips on coding and reports of any bugs it has, but if you like it or it gives you some ideas then throw me a vote. UPDATE: I have uploaded a few additions such as tooltips, a few bug fixes, an audio balance control, and playlist support. Its still a little buggy but i wont be able to update for a while so i figured what the hell. NOTE: I could not include the outdated fmod dll an ocx but thanks to Sebastian Mares they are now available at http://www.transilvania2000.com/fmod.zip (case sensitive).
this simple code is zoom in and out images.its makes the feelings like moving camera uopn images. i made it as user control for easy use . i hope this short lines of code can help anyone in this world .
Hi! This is my first submision. This is a complete address book with picture likes school database to keeps track of your relatives, your friends and your classmates. Look and feel of WIndows XP regardless an operating system. download now! and don't forget to vote me .....
PLEASE NOTE THAT THIS IS NOT A DECOMPILER. All it does is that it converts files into ASM code. If anyone can build a decompiler that works, I'd be proud because it takes hard work to convert ASM code into VB code. OBSERVE POR FAVOR QUE ESTO NO ES UN DECOMPILER. Todo lo que lo hace es que convierte archivos en código del ASM. Si cualquier persona puede construir un decompiler que trabaje, sería orgulloso porque toma el trabajo duro para convertir código del ASM en código de VB.
This simple and easy code lets ya to animate your command buttons with or without caption. This does not use any other activex controls or API's.I had added the screenshot. do rate my code folks!!
Place a Shortcut on Windows System Control Panel. Nice for Setting up your Program.
An easy to use screen capture tool. Based on Gary Choma's submission but simpler, smaller and different implementation. You can capture full screen, selected area and active window. Image can be copied to clipboard for pasting to other applications. Great for creating documentations. An update is on the way with more features such as Image filter effects: Sharpen, Emboss, Diffuse, Solarize, Smoothen, etc. Image manipulation such as Invert, Zoomed, etc. Automatic selection of window to capture.
Nothing spectacular or ground breaking, but just a little piece of code I thought I would do in 20 minutes. After 'Fateha Rahman's attempts at writing this code, I felt my comments weren't really taking effect of improving their code much. So I decided to write this in 20 minutes of spare time to show how it should be done. This code shows 3 different methods of checking if a number is even or odd, and shows which is the fastest. It includes proper bench marking code with it.
Enter your SQL server's information, and easily select a table (or all of them), and the application will print the Table's Field properties... Great for a quick-reference. ****BE SURE TO SET THE CONSTs IN MODULE1 TO REFLECT YOUR SERVER SETTINGS****
This little AddIn toggles VB's code pane windows between normal display mode and full screen display mode. Simply compile the .dll into your VB folder and then use the Add-Ins manager to load it into VB. Updates include: safeguard against accidentaly closing a codepane or VB while in maximized state, and an emergeny fallback in case VB crashes while maximized. So the necessity to manually re-do the registry after a crash should have gone. Some of your feedback suggestions have also been added.
Anchors, makes controls size along with the form. I wanted to use anchors in VB and make this class in order to save some time. I hope you'll find it usefull.