Results for "Volume: 5_2007-2008"
DeepLook project analysing software. I have now moved onto embedded microcontrollers and the C language so I will not be updating this project any further, unless problems are found by users. DeepLook can scan and give reports for group, project or single VB files written in VB6, VB5 and (limited information) .NET. It shows all returned information in an easy to navigate Treeview and (for found unused variables) grid. Please vote and comments on the final version of this software are most definetly welcome. -------------------------------------------------- UPDATE: A new version is avaliable on PSC, this is kept because it has a shiny gold logo.
Digital Image Subtraction or Addition by Robert Rayment. (16th Mar. Correction to Save result) Combines two images by subtraction (Minus or Xor) or addition ( Whole Image or Edge Transparency). Subtraction only shows the difference bewteen two images and addition combines the images. The first image forms the base and the second, size equal or smaller than the base, takes the effects. Hand-scrolling is used rather than scrollbars, where the display is from a windowed array. Results can be saved as a bmp. Can run with Basic or MMX machine code. The machine code is held in a res file and the asm file included for reference. Couple of images included. CodeId=58968 has some subtraction images. dreamVB frames are used (CodeId=58966). Please see menu item Info. In particular the screen res needs to be >= 1024x768. Zip 189 KB.
Updated 8 March. Added the ability to cycle through the menu options on the settings form using the enter key and the up/down arrow keys. Only works when at least one item has the focus which is always the case when the form loads. Also, removed X offset property and implemented Y offset so you can adjust the vertical position of the clock and Volume slider. Also added the ability to adjust the height of the Volume slider. Just didn't need the x property because the control automatically centers on the X axis. As for the Y axis, I wanted to give the user absolute control over placement so I added Carles P.V.'s updown control, with his permission of course, to allow the user to position the clock/slider where they want. They can even be reversed and you can put the slider on top and the clock on the bottom if you want. I also added sound and the tooltip when using the mousewheel to adjust the volume. Still implementing some validation and error handling so don't get too extreme with adjusting the volume slider's height. Also working on some bullet-proof error handling and the addition of date/day display. Keep the suggestions coming...
This code will make your form fade in and out. This only works in Win2k and up.
This is just a new almost-finished chess game. "Almost" because it lacks AI. I had some very big difficulties in creating one, so i decided just to ommit it. This code is just an idea of creating a fully-functional chess game. I called it "FreeChess", because there are no rules of moving the figures on the chessboard. You can do whatever you wish with them. My first intention was to create a simple, but still functional chess game that could be played via Winsock. - there is a supported multiplayer for 2 people. - chat system. - move notifications (like check, checkmate, castling). - move colors, that show the legal moves for every elected figure, green for moving, red for attacking. - because of the fact that the chess was intended for buddy playing across WAN or LAN i ommitted all restrictions for moving the figures, thus making it ideal for the people to "undo" their moves if they wish. - perfect for teaching novices in playing chess. I hope this code can be of use for your own chess game. Please, if you spot any "BIG" bugs in it, i'm glad to hear your comments :) PS: I almost forgot to thank Emiliano Scavuzzo for creating the CSocketMaster. It's the best Winsock object you can ever find!
This is a very simple, but still usefull app. It is designed for easier transporting of .ocx files. Like, you can include this with your application, that needs some special controls that you are not sure if the user have. With a simple click, the desired ocx files are copied to the system folder, and registered via REGSVR32.EXE. Now your application is ready to go. No need anymore to increase the size of your EXE with resource files with OCXs. You can also ZIP the OCX Extractor to reduce it's size. I frequently use it myself, so i decided to publish it, despite the fact it's so simple.
Share memory between processes. Write a port daemon to continually read data and make it available via shared memory to any number of running applications. Easy To Use: Dim S as new CSharedMemory : S.sharedMemory "BlockName",1000 : S.memory="Shared Data" : Print S.memory
This is a control used to display that your program is doing something, such as checking the internet for updates or checking for previously installed applications. Sort of a "please wait while" control. Basicly fully customizeable. Many options. Rate it if you like it.
SHOULD PSC Start a 'Professional Source Code' section?
All you need is a borderless form. You can convert that into a nice 3d looking one. You just need to call the function on the form load. The function is also provided with gradient effects ( see the screenshot). Enjoy! and please leave your comments.
This is the OLD version - please download the new version from: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=59827&lngWId=1 This program is a GUI for openSSL, it lets you set-up your own CA and is totally free, it does all the hardwork - creates the configuration files, sends the commands etc. all you have to do is fill in a few fields... it's never been easier to set-up your own CA or make SSL/Email/Software Signing certificates! Make sure you download openSSL from: http://www.slproweb.com/products/Win32OpenSSL.html and copy openSSL.exe and any of it's required DLL files to the folder CA.exe is in before use!
http server on pc
Right now there is a big online petition to get Microsoft to continue supporting/developing our beloved Visual Basic. Great sites like VBnet (Randy Birch) are supporting it. If you do so goto ___ http://classicvb.org/petition/ ___ and read more/sign there. ___ Light Templer
This code shows you how to disable CTRL ALT DEL with 1 line of code. Its really easy and i figured someone might find this usefull.
Perform at ring0 level. Shows how to operate at ring0 from visual basic several ways, int 20, calls and deviceiocontrol. Hopefully this program and the included documentation will help you in some way. GDT, LDT, IDT, status control registers and flags, VxD's, service calls all explained and with good documentation. Many examples in the program. Check it out.
This is a simple addin that can help you examine the exact flow of your code. It copies each line of code as it executes...then you can save this as a text file and examine to detect potential weaknesses or bottlenecks your program may have
Light a 3d scene with a spot light filter.
First on VB! Loading and rendering Doom 3 models with your favourite compiller! It is really possible see the screenshot. This sample uses iRender 3D game engine that is becoming more and more powerfull from day to day. Right industrial quality games and do not spend hours writing boring code! Check it! P.S. Sorry for missing files, you can dowload it from here: http://irender3d.com/datas/users/1-ireng.zip
A playable bass guitar tuner using MIDI. I wrote this because I'm learning bass and I'm unsure of what notes are where. This program tells you what note you have played..
Collects and stores all your images into a single MDB database. You can view the images found the database as thumbnails, detailed list, or simple list. You can also export the images back out fo the database. Too many features to list. Just be sure the read the readme included. Used only basic controls in the project. No need for any outside ocxs. Just load and run. This program does however require Windows XP or GDIPlus.dll (not included of course)(Google itif you need it.) This is still a work in progress so take that for what it is... Enjoy and I hope someone learns something from it. Or least what not to do. LOL Whats New: * Ability to resize category/preview panes * Fixed bug with importing multiple images * Added slideshow feature * Supports single or multiple deletes * Revised options form * Fixed the copy to clipboard feature * Autorename tool is now working (and fast) * Show image details in status bar * Create new databases ready to use * Ability to compact the database * Ability to choose a new database * Cleaned up the about screen * Revised the optiosn form * Added refresh menu option to listview