Results for "Volume: Java_Volume1"
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.
A usercontrol that mimics the selection/sizing tool like VB & MS Paint. It is a little unique, is flexible, and works well. Developed for a skinning engine I'm creating. I think it is pretty much done & offer it to you to play with. Read the remarks please. It isn't that big of a project.
Flow Chart Visual Programming Language allows to run basic algorithms in a visual way. All you have to do is to place program blocks on the screen, connect them with arrows and run. You can also run it in step by step mode (when delay is set to maximum). More documentation is available here: http://www.emu8086.com/fp/ Updates since version 2.1: * Font correction for the blocks. Now it's possible to use standard western alphabet. * Fixed system font is set for variables and stack viewers. * Examples updated. * Interface updated. * Drag & Drop support (you can drag ".fpp" files directly into the editor). * Several bugs with deleting blocks are fixed. * Executable creation bug fixed. * "Pause" button works even when output is displayed very frequently. * New template is loaded correctly. * Default path for FileDialog is set to project path. * SQL support removed due to its crapping (examples removed). * Arrows became just red (instead of "red-green"). * Online documentation should be updated earlier this week....
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
Find the carrier and location of any cellphone number.
Updated version!!! Process gateway is basically a firewall for processes. It allows you to choose which processes you want to allow to run on your computer. When a new processes is detected, it prompts you to allow or block it. If no option is chosen in 10 seconds it blocks automatically, but that can be disabled. You have the option to password protect all aspects of the program and there are vaious stealth modes. These include hiding itself from taskbar systray, and making itself hidden and only accesable with a Hotkey. It also has the ability to mask itself in CTRL+ALT+DEL (Task Manager). It does this by reading Task Manager memory and editing it. It finds its name and can change it to any other process name, Such as explorer, and in turn change explorer to something else. So if you try ending the process appearing to be Process Gateway, it actually closes another process. Effectivly hiding itself. Any comments for improvements are welcome. Comment away. Thanks Note. There may still be bugs. Im also still planning on adding on to it if im presented with some good ideas.
Log into www.gmail.com or any website. :) useful!