Results for "Volume: 5_2007-2008"
Update: Reference error fixed Updates: (03-28-08) Fixed some bugs and minor stuff (3-24-08): The color output has been corrected. Compatibility with Premiere Minus AVI txtCodeId=68993 has been added. MPG options removed. Vb-accelerator removed. Some bugs may persist. Update (7-10-07) See the new animation. I've added panning which is a feature often seen in videos when a still image is panned from side to side. You can now Step Capture. This will save the selected screen area to an AVI and to an animated GIF. *** I need help adjusting the frame rate on the Step GIF's although Pause and Re-Start are good alternatives. Some of the functionality was borrowed from: txtCodeId=46847. Also, txtCodeId=50310 and Ray Mercer [http://www.shrinkwrapvb.com] for the BMP2AVI code. Make sure that you compile the included zip file to AVItoGIF.exe and put this in the app.path. Here's the limited documentation: [http://moosenose.com/Screen2AVI-GIF.htm] The flickering has been corrected and the cursor is captured again 7-14-05
This is basically James Comptons Code - but, have Added tons of things to it. New GUI, works with WMP Ver 9 and above (only), added automixer, bpm is now main window, added progressbar for current position, and finally added an option to turn autoplay on/off.
A Fully Owner Drawn Dependency Free Side Panel Selector Control, With Three Different Drawing Styles: Standard, StandardX And Simulated MSN Messenger Styles. Various Options Include: Show Tooltips,Tooltip Style, Custom Color, Left To Right Support etc... Add Different Controls To Each Panel. Thanks Goto: Vlad For His Drawing Class and Paul Caton For His Awesome subclassing Code. Take A Look At The Screen Shot I think It Speaks For Its Self. As Always Constructive Comments And Critisims Are Welcome. Gary. _____________________________________________________ Updated:12/07/2005 - Added Mask Color For Icons/Pictures - ReStructured The Messenger Style Drawing Routine. - Messenger Style Panel Rect Bug Fix. _____________________________________________________ Updated: 15/07/2005 Minor Cosmetic Changes: When In Messenger And Standard Drawstyle The Bottom Righthand Of The Control Was Missing A Pixel. Embedded Control Height Was Wrong Height, When In Messenger Draw Style (Height Was Not To Exact Scale When You Resized The Icons) Cleaned Up Code A little And Set Version to V1.02 _____________________________________________________ Updated: 17/07/2005 : Very Minor Change, Changed The Transparent Backcolor Of The Selected Panel. When Drawing In Messenger Style. (Thanks Goto Riccardo Cohen For Pointing Out This Bug) _____________________________________________________
This is a must have for all Su Doku Fans! This program I have created that can Generate the Play Grids, usually in around 5 seconds or preload an already made grid. If you get stuck trying to complete a grid the program can give hints and check if the grid is Valid, though if all else fails the program can solve all Logical Su Doku Puzzles for you. Loaded with this program is 50 premade grids for you to play through. Sorry for the 'sloppy' code, was in a hurry to make this; will update it soon. And as always it runs hugely faster when compiled!!!
Upgrade on a request from PSC. Optimized version for creating animated tray icon. You can ADD... DELETE... MODIFY... tray ICON with TOOLTIP. Simple module with minimal code... Highly recomented, error free code. Feel free to ask me, if you have anu questions... Jim Jose ;-))
After some quick search I realized that very few in PSC knows how to rename file with VB. So here it is...
Need a drop in place control to provide flicker free form subclassing that can monitor form size, form move, theme changes, system color changes, and display resolution changes, then give this control a try. Simply drop this control on your form, set the properties and that is it…no extra modules, no external dependencies, just this little control! This control not only does this, but prevents additional instances of itself to prevent nasty GPF’s. Huge thanks to Paul Caton for his self-subclassing templates and examples. This project simply pulls these ideas together in a neat little package, and I simply added a few additional events that might be handy for the developer….enjoy!
A simple and useful code... You can make your software AUTO-EXECUTABLE on SYSTEM STARTUP. This code can register the execution path to System's startuplist. You can also ENABLE and DISABLE this feature. You can use the same code to add any other Softwares/File to the startup list.... Any positive response from u is appreciated... Happy coding!!! Jim Jose :-))
This is an IRC Server that is written entirely in VB 6. It is broken up into three parts: Server Core, Winsocket API Dll, Timer API Dll. This is program is mostly complete, and can be used. Features that are not done are listed in the ..\Current 1.0.0\Config\MOTD.txt This server program utilizes many advanced fucntions such as MS XML for configuration storage, call stacking, DNS reverse name lookups, etc. I'm sorry if most of this code isn't commented, but I spent alot of time on this. I'm aiming to win the code of the month or something with this, so please vote! I do believe that this is the best submission in a long time here. If you use my code, I would appreciate an email letting me know what code you're using and for what. I'm always curious as to what my code can be used for, and what people think of it.
This little program I designed allows you Remotely Connect to any other computer on your network, if the computer you want to connect to has Remote Desktops enabled that is. It uses the Shell command to access the mstsc.exe program. It also inserts the computer name that you wish to connect to and if it's a valid connection you will be remotely connected to that computer. If you're like me, this comes in handy. It quick and simple and not only that but if you have several computers networked you may not have the same programs loaded on every computer. Just an easy way to run programs on you computer from other computers. I hope you enjoy it.
[ How to set OpenWith??(!) ] - You can launch your software when user clicks on it's document file... like clicking on "*.txt" file will execute "NOTEPAD.exe". For that you need to register your document file extension and set it to be executed with your software. A simple implimentation with very easy to use code!!!. Please compile the code and run the EXE to test it. Good luck!!!, Jim Jose :-))
This is a full bookmarks program for storeing all your fav websites, this was ment to be a shareware app then turned to freeware. but never realsed it. so I now started a band new version. so I thought I submit the old one. so here it is. DM URL Bookmarker is a powerful freeware bookmark URL Organizer program for windows that will to allow you store all your favorite web links.This program offers various special features on how your bookmarks are stored and organized. Most common features include organizing bookmarks in different Categories, Checking bookmark URL status. , Other features include exporting bookmarks, Backup and restoring bookmarks, an easy to use config interface that allows you to config the program to your liken. Importing existing databases and much more. This program also offers a powerful set of tools that will allow you to share bookmarks with friends, performing a whois lookup on the bookmark domain name. At present this program supports all the major web browsers. Please vote if you like this code.
With this module you can simulate: Left Button Click, Left Button Double Click, Left Button Down, Left Button Up, Right Button Click, Right Button Double Click, Right Button Down, Right Button Up, Middle Button Click, Middle Button Double Click, Middle Button Down, Middle Button Up, Mouse Move. Please vote!
This code makes it possible to search byte arrays. You can search in ANSI (textfiles) or Unicode mode (native VB strings) and the function supports vbTextCompare. The search keyword is passed as a normal string for ease of use. *** This function is somewhat a proof that you can make fast stuff with native VB6 code: with a proper search algorithm even the super fast InStr can be beaten in binary compare! The function uses Boyer-Moore algorithm as its base of searching when keyword is longer than two characters. The function will perform faster if the keyword doesn't change often, as its prosessing speed is heavily based on intelligent keyword indexing. The function will also easily beat InStr when searching for a long keyword within a very long text. The code doesn't use API or TLB to help; it would be possible to increase the speed even further with the help of API and TLB. I didn't want to confuse with the use of those methods. *** The function code is commented so it should be possible to follow how it works. I've spent some time to figure out this function with this much performance, so I hope to get votes - the code should be very useful to anyone who wants to search stuff FAST :)
See Screen Shot.This control displays Scrolling texts like Credit display on TV Screens. Make your program more attractive with animated labels. It works similar to a standard label control in VB, but also have some additional animated features. Every programmers want it. Make your Credits dialog boxes more attractive with this scrolling label, No more coding is required. You can use scripts like <F.BOLD>,<F.ITALIC>,<F.STRIKETHROUGH>,<F.UNDERLINE> <F.WGHT:,<F.SIZEX:,<F.CAHRS:,<F.COLOR:,<F.NAMEX: <eg:<F.COLOR:&H000000FF> on the caption. You can also load information from file.
This is a swarm of gnats flying around trying to catch the loan female. I guess it's like 300 heat seeking missiles! This was actually inspired by the snow falling programs posted on PSC last winter. [UPDATE MARCH 2010] Re-worked the math to use ATAN2 - makes it much simpler, added mouse button functionality (cool patterns y'all). Should be easy to adapt to your game that needs a heat-seeking missile or 300.
You know how when you download a ZIP file from PSC, the file name becomes a tangled mess such as "[_Cipher_C1865383172005.zip"? This program will let you browse for the folder with your downloaded ZIP files and will rename the ones you select based on the Project Title included in the first line of the PSC_README.... file. It will also display the contents of that readme file without extracting it to disk. ---------------------------------------------------- UPDATE 7/17/2005: removed debug code that prevented compilation ---------------------------------------------------- UPDATE 7/17/2550 4:35 PM: required dll's added in the second zip file. Unzip and register. Also, included the manifest file as a resource (for WinXP Visual Styles compatibility, source is in the Res folder). Thanks to Aly Hirani for pointing out that this project requires a non-standard DLL. ---------------------------------------------------- UPDATE 7/18/2005 10:43 AM : Removed some spaghetti code as suggested by Roger Gilchrist and modified renaming code to remove the Read Only attribute from each file to be renamed. Still thinking about how to implement the part of checking to see that the destination file does not exist and how to deal with that. I also removed all but the latest code backup in order to reduce the size of the download. ---------------------------------------------------- Anybody know how to properly add new lines on the description field? ---------------------------------------------------- UPDATE 7/19/2005 12:38 PM: Implemented both Aly's Suggestions. 1) Unzip32.dll is included in the resource file and will be extracted if it does not already exist (if for some reason you want to alter my resource file and PSC deleted the original unzip32.dll in the Res folder, the DLL file is located on the zip file in that folder) and 2) if a ZIP file contain no @PSC_README*.txt, the project name textbox will state that no readme file was found and if the user tries to rename that file, the program will not allow it (skips over it and at the end states why for all skipped files).
This Add-in combines 2 services. ------------------------------------------------- 1. VPB FilePath correction: For all those uploads that have the files but give you file missing messages when you load them. This fix searchs for missing files in the vbp file's folder, sub-folders and immediate neighbour folders (Sub folders of one folder above the vbp folder) and if it finds them rewrites the vbp path. If it can't find the file it loads the vbp into NotePad and suggests what to do. For your own projects it warns you if any of the files are unnecessarily distant from the rest of the project. ------------------------------------------------- 2. Malicious Automatic Code detection/blocking: Searchs the automatic launch procedures (those that VB can fire before you can even look at them) for code that may be able to attack your computer. This code is commented out before it can load. Also searches for hard-coded paths that may be used to attack EG "C\Windows\Systetm32\...". If suspicious code is detected it is commented out and VB will jup to the relevant position once the code has loaded. ------------------------------------------------- How it works: using FileControlEvents you can create a sub 'BeforeLoadFile' that intercepts filenames, while you cannot stop it loading you can open the file, inspect and modify it before it appears in the IDE. ------------------------------------------------- NOTE the add-in has no interface, it is designed to run silent unless you load code that triggers any of the messageboxs shown below. -------------------------------------------------------------------------------------------------- IMPROVED: 1.2 Sub-Menu added to allow you to turn off the more intense search that bugs so many. Added a USING SAFETY NET.txt to the zip with more details of how to use Safety Net. ------------------------------------------------ 1.1 You can now mark suspicious code as safe. On the Add-in menu you will find an entry 'VB Safety Net OK Stamp' simply place the cursor above the line you wish to protect and click the menu entry. 'SAFETY NET OK by <RegisteredName> <Date> <Time> This safety mark depends on your windows registered name so only works on your machine, on other machines the protective comment has no value. This prevents someone creating an attack that will be passed by Safety Net by protecting their nasty. (Well, if they know your registered name they could build a one-off attack) ------------------------------------------------- apologies for the path bug that reported vbp fiolder files as being in thewrong place (fixed) UPDATE 1.3 1 The Ignore Threat message has been changed so that its meaning is clearer: SAFETY NET Ignore Threat OK by <Windows_Registered_User_Name> <Date> <Time> 2 The Ignore Threat message is now inserted when Safety Net disables suspicous code. You can mark the code as safe simply by uncommenting the code and leaving the Ignore Threat comment in place. 3 removed some unnecessary code. 4 do'h forgot about the VBP Parent folder 1.4 Tightened up some of the code for path detection.
This code is for the game - ARCANOID
ActiveX LED Scrolling Marquee example. I've included the images I used to create this. Very simple project for someone to learn from or compile and use on existing projects. Enjoy and let me know what you think about it.