Libry Compiler is a 32-Bit programming language which compiles directly into machine code and produces a small PE file (runtime independent EXE's). Libry's syntax resembles C language style (I accidentally deleted the original post).
Here I am uploading a VB6 application which shows a Markov chain example (this is update # 9, the package contains version 1, 2 and 3). The application can be used for weather prediction and other various experiments related to probabilities. The mathematics used in this program can be found here: [http://en.wikipedia.org/wiki/Examples_of_Markov_chains].
Program for sending encrypted text messages encrypted in colored images of 200 x 120 Pixels. Up to 65,000 characters can be typed per image. The counterparty to whom the image is sent to also in possession of this program for The-encode.
This is the second version of the Ugly Metamorphosis app. The EXE files over 150Kb slow the conversion process. Files larger than 50Kb will not be shown in the Text1 object (due to its limitations), however, for files larger than 50Kb the source code is stored in the BAS_CONTENT variable and it can be saved. The GIF animation shows how the application should be used (update 2).
This project contains a VB6 Code Browser, of sorts. Essentially, the project parses VB6 Code down to the Member Level e.g. Subs, Functions, Properties, Constants, Types, APIs, Enums, Variables, Parameters e.t.c. and then looks at different ways to use the information it finds. This includes Source Code Review (tested against MZ-Tools), Project Scan, Find Member Use and Member List. It’s a bit of a mish mash of things almost amounting to a VB6 Code Browser.
The original submission got lost during an update, so I’m uploading it again, as is. I mostly use this program to read VB6 Projects and sometimes use the Source Code Review and the Member Copy functions but that’s about it. I’m thinking it may be useful to anyone else interested in parsing VB Code, for whatever purpose. Here, I was trying to write a VB6 Code Parser that gave me Programmatic Member Level Access to VB6 Code, outside the VB IDE, because it was the first thing I thought of when I asked myself, ‘ how am I going to fix my first VB Code Browser?’ Basically, this was a test project that took off by itself, it was a lot of fun, a lot of work and it taught me loads of stuff. The project is unfinished (esp. Options & Draft Code View forms). Anyway, I hope someone can find something helpful in the project/program. Happy Coding :) daveec.
This project is a mock Win32 API Viewer showing Types, Constants, Methods and Enums and was inspired by use of the VB6 API Viewer; the author wanted Missing Type and Forward Reference indicators when collecting Win32 API Declarations for use in VB6 code; the program is research to that effect. Start by typing something in the Find Combo (top left) and pressing the Enter key. Ctrl+Ins adds the current declaration to the copy list and Ctrl+C writes the copy list into memory for doing a Ctrl+V elsewhere. Ctrl+R reorders copy list Forward References and Ctrl+M reports copy list Missing Types. Data from Desaware and David Groben, gratitude, 14,000 entries. Manually edit the Win32API.txt file to update the data. Work in progress but comments/suggestions/fixes/collaboration welcome. Happy Coding :) daveec
UPDATE! Add SavePictureAsEMF (Enhanced Meta Format), ScrollBars with MouseWheel support, Resize restrictions. This is a simple ScreenCapture program with save and print options. This program can handled with Layered Windows. See screenshot. This is a shot of the Dell Menu that is a layered window.
HTTP Recon 7.3 is one of the most sophisticated security scanners on the internet. It is made by Marc Ruef in Visual Basic 6. The last version posted on PSC was 4.4 about 5-6 years ago. The httprecon project is doing some research in the field of web server fingerprinting, also known as http fingerprinting. The goal is the highly accurate identification of given httpd implementations. This is very important within professional vulnerability analysis. Besides the discussion of different approaches and the documentation of gathered results also an implementation for automated analysis is provided. This software shall improve the easyness and efficiency of this kind of enumeration. Traditional approaches as like banner-grabbing, status code enumeration and header ordering analysis are used. However, many other analysis techniques were introduced to increase the possibilities of accurate web server fingerprinting.
Here I upload 102 modules containing several hundred advanced mathematical functions written by Sergey Bochkanov between 2005 and 2013 (some of these functions are not found even in C or C++).
in the code is about how to monitor file when opening a folder in explorer / explorer on windows os, use the 2 functions for dialing and fast scan on real time protection, can be input as a protective program references of course, enjoy, mation please ask if there is not yet understood
It becomes clear that in 2013, Visual Basic 6 begins to bite (again) with high-level bioinformatics applications. Here I upload a program designed as a template for bioinformatics data mining. It reads (uses buffers) and processes large FASTA files (over 8Gb), which contain DNA sequences. The screenshot shows the analysis of a 180MB file (representing the chromosome 5 from Homo Sapiens). Some knowledge of genetics might be necessary for the use of the program.
Hidden Markov Models, the Viterbi Algorithm, and CpG Islands (in VB6). It was published in 2011 by Tanner Helland on www.tannerhelland.com. Complete info on this source code: http://dna.cs.byu.edu/bio465/Labs/hmm.shtml http://www.tannerhelland.com/1187/hidden-markov-models-viterbi-algorithm-cpg-islands-in-vb6/
Hi ALL, This is the version 2.0 of my control MM Circle ProgressBar. Very sample and well comented (as usual). see version 1.0 for more information(http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=74806&lngWId=1) Update : - A beautifull Gradient Circle - Personnalized Caption Symbol - annnnnnnnnnnnnnd, a very cool animation (see screen capture), happy coding to all of you. Best Regards
Our beloved VB6 language began to invade new territories, those of genetics and bioinformatics research. Here I am uploading a VB6 program called PromKappa, which, at the end of 2012 has elucidated an interesting problem in biology. The purpose of this program is to convert DNA sequences into DNA patterns (different shapes on an image). More on this can be found here
Text Only Web Browser - Inet Control Replacement and upgrade. I made this control because alternatives such as the WebBrowser control had way too many problems and bugs. The inet control also had problems. Basically when it comes to anything related to internet programming visual basic is in the dark ages. This is a very simple and lightweight control that relies on no other controls to do its job. One function gets any web sites html in the background. A couple of other functions strip out all of the html tags and another function removes all scripts such as javascript. You are literally left with the text only from that web page or web site. This control is extremely fast and light weight. Somewhat like the linx text only browser except there are no links. This could easily be changed if you recode to leave all the anchor tags intact.
Fully operational screenshot application that is activated with a set of hot-keys of your choice, that when activated changes your mouse cursor to the selection-cross to let you know you can now click and drag a translucent selection box across any part of your desktop, and when the mouse is released, it will be saved to a folder with only the area selected. Jpeg compression is available for saving the image, or standard raw bitmap. The appearance of the selection box is fully customizable (as far as translucency, border color, and background color) As well as saving all preferences in an ini file, such as which compression to use, running on startup, it also features the ability to easily access the application through use of the Windows tray area; you may also access the screenshot folder where the images are saved to from the tray icon for ease of use. As well demonstrating quite a large number of API calls in relation to I/O and GDI+/other graphic operations, this also demonstrates the basics of making an application that runs on start up and is easily available from tray area. Great, fairly simple application to learn a lot of the basics to make headway to becoming an advanced programmer. Please rate and comment to let me know what you think of my work, it's my first submission to PSC in many years.
This project is something that really ties together everything I have learned in the last 10 to 15 years. I had heard for a long time people answering the question of "Can I inject a VB6 dll into an application or game?" They always answered with, "No, you can only inject a standard dll into an application, so you cannot inject the standard vb6 activex dll." I'm here to tell you they're wrong and always have been. Included in this project is a ActiveX DLL Injector/Loader, two demo "hack" libraries, and a target application. I decided to write the demos on a target application I wrote so as to note infringe on the copyrights of anyone else. VBHackEngine - The loader or injector for activex dlls VBTestLibrary - Library to patch the serial check VBTestLibrary2 - Library to demonstrate hooking/intercepting functions VBTarget - Application that does a serial check I have decided this will be my last venture into VB6 as I've realized that it will soon be an almost completely dead language within the next 5 years.
Hi ALL, This is an awsome and beautifull ProgressBar with Circle Aspect. Very sample and well comented, i hope you can learn some technique and tricks. of course you can personalize all colors, apply or not transparency ... as we always say, a picture is worth a thousand words :), (see screen capture). happy coding to all of you. Best Regards
Two Month Planner by Robert Rayment...Update 26 Apr 2013..NOTE the Textboxes are multiline and the suggestion that Labels could be used doesn't work because Labels only have a Caption and not a Text property....I found this useful and maybe some of you will as well. Any embellishments I leave to you. The program is mostly standard VB6 apart from a couple of APIs to enable all the contents of a combobox to be visible and a Module for Writing and Getting an ini file. Also a CommonDialog Class to avoid any dependencies. Will probably help to read the READ_ME.txt.
Special labels with: Rolling text Shifting text Fading text multiline Fading text by sentences, words or characters Many options and propertypages included. Created with the purpose to learn from it!
Win 8 METRO 2.0 is the next version of my Win 8 Metro. it's more simple, more intuitive, more beautifull and less complicated than the version 1.0 (yep, i swear :)) . of course done using only VB6, you can personalize all things, wallpaper, color, button style. by activating edition mode, you can drag button (or more than one), resize it, use mouse to select many button at the same time (same style of selection using in rell windows 8 8 metro interface) ...etc you'll find some greate fonction, you can learn some basic function you can also use a search fonctionnality to find some files/folders existing in desktop or in the start menu (use text search zone at the buttom on the left) the interface is awsome and very similaire to the reel Windows 8 Metro on the other hand, the program need two more things, is someone can help, it will be realy awsome : 1- when draging one or more program (on edit mode), it will be amazing if someone can add fonctionnality to move other icons in real time to empty space for new location of draged icons (i hope it's clear, sorry for my bad english :) (bref, like in Windows 8 Metro dragdrop) 2- if someone can add something like scroolbar to have more icons event if the visible area is empty finally, happy coding to all of you Best Regards
This program is still in development mode and far from being finished. I am posting it here to allow members of www.talk-pollywell.org to download and examine the program’s source code. The source code is written in the Visual Basic 6.0 programming language.
Included is the fastest CRC32 implementation ever written for Visual Basic 6. The entire algorithm is written in x86 assembly language (nasm), thus allowing me complete control and of course speed. Included in the project is a timing class and another CRC32 method posted by me which uses asm assisted bitshifting to achieve better speed. This CRC32 algorithm runs 25X to 100X FASTER THAN ANYTHING ELSE OUT THERE FOR VB6!!! Feel free to download and test/benchmark and see for yourself!
Binglots - It's Bingo! It's Slots! Spin the slot-machine then cover your bingo card. Jokers are wild. Many sounds and custom graphics. High scores. Instruction included.
The tools needed to make the industry standard CAD program. Was clean and simple coding. Here you can learn the basics of algebra. You can learn more about the content by looking at a screen shot. For example, collection of the intersection ,of the geometry on the presence of the special points, and so on. New: Draw a circle section (Zip: 38kb)
Programme to play music and movies, while still allowing search and listen to songs online (Using asp files and xml to access MusicLink). Program prepared to accept new skins and languages. Program incomplete. System in Portuguese. "NPlayer is a free license program, which allows it to be copied and distributed this to compliance with the copyright and it is not modified without the permission of Nikyts software. When we speak of free software, we are referring to freedom, not price. The licenses of the software programs Nikyts are made to make sure you have the freedom to distribute programs, which does not imply that some of their services may be paid if the company so deemed necessary."
This is a Students Admission System. Stores students information, their guardians/parents, class levels, sports, clubs, societies, leadership... just check it out. Dont forget to vote STADMIS UNLOCK CODES I developed Stadmis Software in such a way that when first run on any machine it requests for the unlock code, which sets it to trial version running for 30 days. I programmed the unlock code in such a way that each day of the week has its own code as follows: 078078065 - Sunday 0DC0780C9 - Monday 14007812D - Tuesday 1A4078191 - Wednesday 2080781F5 - Thursday 26C078259 - Friday 2D00782BD - Saturday I have a Keygen that generates a set of codes which defines the Software's:- 1. Serial Code 2. Serial key 3. Licence Code 4. Expiry date 5. Max No of Users created in the software This serial code provided is unique for every computer that the software runs on. Therefore, it can not work on any other machine by virtue of copy pasting. The serial key is programmatically generated and is unique for every machine too. By use of the Keygen, a serial code can be provided that alters any of those details. If a fake Serial credential is detected by the software, the license is revoked. For more information contact me: elvasmasika@lexeme-kenya.com
This next generation Intelligence Generator (also on Planet Source Code) computer model is (as per Occam’s Razor) made to be as simple as possible to reduce all that is happening in a complex biological circuit of an intelligent living thing to what is most important to understand about the way self-learning intelligence works, in this case a compound eye insect. The program provides a precise and testable operational definition for “intelligence” where taking all sensors out of memory addressing demonstrates "protointelligence", while clicking out its Red Green Blue vision subsystems from both confidence and memory renders it completely “unintelligent” in which case it only expresses Brownian motion type random behavior. The computer model also provides a precise, testable and scientifically useful operational definition for "intelligent cause" where each of the three emergent levels can be individually modeled, with a model predicted to be possible that generates an intelligent causation event, now goal of further research and challenge for all. Applying this model to biology shows advantages of a two lobed brain over a single lobe that would have to be much larger to control the same amount of sensory input. This model also provides insight into the origin of life, intelligence, and mechanisms that produces new species including human which was found to be systematically the primary result of good-guess chromosome speciation from fusion of two ancestral chromosomes which created our second largest. The code is useful for game engines and other applications that require virtual intelligence, is relatively well commented, has on-screen tool-tip-text, and 30 pages of referenced documentation.
The original work is not mine, i was looking for such a code for a long time but couldn't find so finally i had to do it my self by combining codes from others in this site. The original authors are! Display Current Mouse Pointer Image By: Will Brendel CodeId=8252 Simple Screen Capture By: Rye CodeId=56877 Note: The cursor position is not accurate. if you figured it out please post the solution in the comment section below. Thank you
This is my new project to establish an online virtual world rpg that will enable attenders to chat and meet. This is based on a previous application I found on planet-source-code. You should download the NewLand2D.zip. After that extract the folder to C:\ . You should see all files under C:\NewLand2D folder, if not so, create such a folder and take all the files into it, otherwise program will not work. I deleted the extentions so you should change extentions: dx8vb as dx8vb.dll mswinsck as mswinsck.ocx NewLand2D as NewLand2D.exe After that run ocxregister.bat and activexregister.bat in order to register the dll and ocx, otherwise program will not open. if you don't have vb 6 on your computer, also setup vb 6 runtime files on your computer. In a couple of days, I will upload full source code If you can't run the project, or otherwise, please leave your comments on guestbook of www.virtualworldchat.webnode.com.tr Thanks.
Animated Sort Algorithms --- Shows the behavior of these sorts: *Bubble*, *Cocktail Shaker*, *Insert*, *Improved Insert*, *Shell*, *Heap*, and three versions of *Quick". Download is 7.5 kB. Have fun...
A list with multiple columns. Multiselect, drag'n'drop item reordering, icons with alpha (LaVolpe's 32bpp dib), checkboxes, simple sorting, own custom styles.
06 Jan 2007 - Fixed small bug, added RW_ShowLED property, trimmed code) MorphRangeRoamer is a different type of VB6 usercontrol that attempts to overcome the range-handling limitations...
Dynamic LED XMAS Tree By Trent Jackson. (Final version 0.9) A Software-based emulation of a real World project published in the Silicon Chip magazine back in 1999...
Find enclosed a suite of classes that allows you to work strictly with 32bpp DIBs, including recognizing transparency/alpha channels in gifs, icons, pngs, & bitmaps...
I think this the first control how this in PSC, this's a PropertyGrid based in the VB 6.0 PropertyGrid control (the screenshot tell all). The credits are in the UC, I used some UC of PSC contributor...
Enter your longitude and latitude and the program will display the positions of all the stars in the sky as viewed from your location. Place the cursor over a star to get more information...
This Application can view all reports and do more faster and reliable data manupulation. this is a user friendly program. See the graphical view and artistic design.
This creates ISO9660 file system images and optionally burns them on CD-R(W) (2 projects). FlamedLib is still pretty buggy, so I decided to rewrite the ISO9660 class...
-- Update on 10/10/06 -- This Control, will put a Office 2007 Ribbon to your application. No OCX, No DLL, No Office 2007 Required! ALL in your EXE! >>> This Code is under Construction!! <<<
The brandnew ultra realistic ATOMIX virtual cipher machine is finished! After the Award Winning Enigma and M-209 simulators this is the third software cipher machine that makes you feel like a real cryptologist...
This usercontrol is a very interactive replacement for old VB shape control. Interactive just in IDE, the end user of an app gets the nice design only...
hi all this is a small user control I made to allow you to render basic HTML, at the moment it supports, Text Colors, Text styles, bold, italic, underline etc,...
Demonstration of realtime fire in Direct3D8. Code presents 4 different high-resolution environments using fire effects: firepit, candle, streetlamp, troch...
The process of generalization is normally executed when the map scale has to be reduced. Another usage is in cleaning up noisy representations of polylines...
Candy Button - is a nice button that can look like XP button, XP Toolbar button, Cristal (OSX) and IceBlock (Based on Cristal) all buttons can have Checked/Unchecked state...
All of the most difficult and hard to find subjects covered in one unifying project. NT Master class encompasses a wide range of security functions, allowing you to create...
What: the latest version of my subclassing components. Why: this update fixes DEP (Data Execution Prevention) issues on 64bit Windows and XP SP2 with NX/XD cpu support...
(Added MorphBorder *Class* 09 Mar 2006) MorphBorder is a simple usercontrol that allows you to frame other controls with an attractive gradient border...
jcFrames control version 2.0.1 (another version of my award-winning frame control) incorporates 4 new styles and new properties (for example: enabled property, it enables or disables automatically...
(12 Feb 2006 - Added MatrixDisplay control beta) MorphDisplay is an ownerdrawn digital display usercontrol that uses shaped regions to form hexagonal...
cCoolScrollbars is a little class which will let you customize (in fact, "overpaint") built-in scrollbars appearance. Two modes: Flat and Custom-Draw...
Work in progress & posted for your suggestions. This is a good PNG reader (includes progressive display/interlacing--rare indeed) & the writer is in progress & will be posted next month, hopefully...
The ready-to-use BIC Encryption Tool is the perfect solution to protect your files with extremely strong encryption. This program uses the BIC technique...
My VB DirectX7 space shooter game. It still needs work. but I was hoping to get some feedback on how well (or poorly) it runs on other machines. Only 2 1/2 levels created at this point.
Fastest non-tiled graph path finder. Extended my unique approach & believe it is 100% accurate and still very fast. This approach uses window regions to process...
Version 1.0 finally! This massive library has finally reached what I consider a production version. With newly added classes for math, resource, Base64, and guid handling...
ExTooltip Class is the First Full VB Open Source from Scratch written code, that allows you to create AWESOME Customizable tooltips. Display any custom Icon of Your Choice...
This is a VB6 Add-in. It's purpose is to format, optimize and improve VB code. Many fixes are performed automatically and there are also many additional suggestions to improve your code. ---------------------------------------------------------------------- It also contains a user-friend replacement for VB's find and replace tool. ---------------------------------------------------------------------- This is a very powerful tool so please download the separate help file upload and read it for installation and operating instructions. ---------------------------------------------------------------------- If you have tried it before then it's time to up-date (or give it another go, there may have been a lot of bug fixes and improvements since then). ---------------------------------------------------------------------- Comments/bug reports welcome. Please contact me if you have any questions. Re-issued because the version number has rolled over and to gather some new end-user input so suggest away. --------------------------------------- Updates 3.0.9 FIXED debug Stop left in code, NEW fix Fonts properties in USerControls fix, Release folder has better naming see history.txt for details and thanks
Now with Life Insurance. Gotta be the most stable, non-thunking, subclassing DLL around. Added GPF error trapping (automatic for IDE & user-opted for compiled apps)...
Updated: 20-Feb-2005. Now Include Example Showing Its Uses (Add To SysTray Code) This code allows you to add any command button (or any control with hwnd) to the VB forms's title bar...
This is the major update of my AWARD WINNING code(now supports all major EXE's-VB, Delphi, VC++,FLASH etc.) this submission has a number of new features...
Frog3D is a 3D frogger game, with DirectX graphics and sound. The goal of the game is to get the frog across the road without becoming road pizza, and get him across the pirahna-infested river...
A 2D Windows-based game. You can construct various buildings, roads, destroy them, earn money through monthly taxes, scroll around the terrain.... all like a professional strategy game!...
Class module for adding Balloon or Rectangle style tool tips to your forms. Tool Tips can be Multiline and colors are selectable. Because of my other PSC submission http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=57128 on how to use Balloon tips in the Systray, which is included in the ZIP, I did some API digging and came up with this. Also included as part of the demo app is a Code Generator for Tool Tips made with the demo app, so you can cut and paste into your own code. I'm sure there are many improvments that can be made, but this works, so take it and go play.
A new version of Greg's DirectX 3D Snooker with a few minor qirks removed and generally overhauled. Please do not vote, this is not my original work. Download is 208 kB.
This program is an exact simulation of the M3 and M4 models of the German Enigma cipher machine, as it was used during Worldwar II from 1939 until 1945...
I have used SQL DMO to retrieve information about the database. There is a CSS file which users can change to change look and feel of the compiled html file...
Flamed is a complete CD-Burning software written in almost pure VB (you can't write drivers ;) ), the world's first open source one written in VB :) Comes with a little SDK and an easy to use OCX.
Codepiler is a versatile code editor geared towards ASP/HTML design. It features a File Explorer, Multiple document mangement, History Window to keep track of all your work...
A real programming language for the Win32 platform. Compiles your code into machine code and outputs an PE (portable executable) (supports even resources)...
This submission includes the FIRST ever Control/Form that can subclass itself without ANY dependencies � modules, classes, type-libraries, references or components...
This is a 256 color palette painter able to work with single or multiple palettes. It works with 8bpp BMPs in byte arrays but other formats can be converted in a Browser...
This is a VB6 Add-In which allows you to indent code, find and repair/improve code for greater efficiency and readability and includes a user friendly replacement for VB's Find And Replace Tool. --------------------------------------------- The Find Tool component is designed to be permanently docked with the VB IDE(See Launch on Startup button on Settings screen). While this takes screen real estate, unlike VB's own find tool, it doesn't hide the code. I find it easiest to use if docked at top of the IDE under the VB toolbars. --------------------------------------------- WARNING All care; No responsibility. Some of the fixes the Add-In performs are capable of damaging code. Please use on copies of your code or use the built-in backup systems. --------------------------------------------- See readmeCodeFixer.txt in zip for installation instructions. -------------------------------------------- All bug reports gratefully recieved. If you have sent me one previously please check if I have patched it and let me know if not. -------------------------------------------- Thanks to Ulli for original inspiration and to the many who have assisted me with bug reports (you should find your name somewhere in the code, the thanks.rtf has been removed to keep the zip size down). --------------------- ver 2.0.2 see history text (yeh got into PSC again)
You supply a dummy/empty form & the code does the rest. Lots of options & will list most of them here: 1) 3 palettes to choose from, 2) palette tabs can be disabled, 3) grab color from anywhere on screen...
There was a rash of polygon screen savers appearing here so I thought I'd make one that is at LEAST nice to look at! This isn't a screen saver yet just the fun part.
Here is the new version of my matrix fall. This time, it is in 3D. Matrix Fall is a screensaver representing the fall of the caracters as in the film Matrix. It uses the Dx8 APIs and has a lot of functionnalities.
This is number two of my Anti Virus Program! Now the software is able to detect every virus by scanning for checksums (again: Only the viruses wich are mentioned in the DB).
Version 2 of my funky thunks. Teaser: check out the global keyboard hook sample as the basis of a spy app... with active app tracking. Update 2/13 minor enhancement to cTimer.cls
This tutorial has about 25 pages packed with more then 60 screenshots!! Even the most novice programmer will be able to follow the step-by-step instructions.
A complete x86-16 assembler - the first on Planet-Source-Code! This is a fully working assembler and disassembler with an integrated development environment.
This article will show you three things, accompagnied by code: the deep internals of the NT and XP Operating System, an ultra-fast compression program and technique in using Debug.Print in compiled applicaitons
This is a simplified example that shows how to register an app to individual PCs using a key that is derived from unique properties such as the CPU ID, OS serial, MAC address etc.
x86 cpu's have the ability to self-report their make, model, family, features, cache details etc. The included cCPUID class allows the programmer to execute this instruction and retrieve the results.
The included cDebug.cls class allows the user to break their application (or the VB IDE if run from there, not recommended) into the Visual Studio debugger.
BotMatch Secondary Protocal is the fully 3D, VB-GDI game! - The sequel to a 2D shooting game... build your BOT to be 100% customized, battle your BOT, and more
This is ActiveX Controls, prepared to help to make xp form with different color scheme (blue,olive green,silver) and on this part, it supported for menu bar.
Its the easiest, coolest code ever seen! You can learn even how to upload and download files from MS SQL Server! Its learning control and can be used for your projects as well!
This article will teach you about a big secret of the NT File System (NTFS): Alternate Data Streams. First off, a brief history about ADS will be offered, followed by practical applications of data streams, with examples.
Data-Flow Visual Programming Language 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.
It simplifies the display of complex data relationships using ADO and the TreeView control. Features include:- --- Loading records on an "as-needed" basis and more
This is an update to the first packet sniffer. It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more.
Displays Three Types Of Customizable Message Boxes. A Balloon Style MsgBox, A Balloon Style Input Box And A MSN Style Message Box. Open The Group Project And Run It From There.
Tabdock 3.1.3 Bugfix release (see revisions.rtf for full details) Two Major Improvements. 1) VS.Net Caption Style Now Adheres Closely To New Microsoft Applications. With Pinnable Panels And Tabs. 2) The Control Now Has The Option To Use The New ITDockMoveEvents Interface.(
You can now insert your code into Explorer, thus removing the need for compiling a separate special application. You can also create forms, subclass them, and call some (not all) VB functions
Updated: Added checkbox/option button modes to include the diagonal buttons (Mode/Value Properties). Also included a custom shaped button that takes shape from its picture property.
Unbelievable Screen effects! Make your screen powder, melt, evaporate.. REALLY AMAZING. 14 new effects added! 3rd release. JUST A PAGE OF SIMPLE CODE! See it for yourself!
Update: Thanks to neal who added the support for the maximize like button which makes the docked window maximize along with titlebar appearing on the side on top/bottom windows.
This is an example SSL Client I created. I looked everywhere and could find no examples in Visual Basic, or C++ for that matter. I did find some commercially available controls but those were upwards of $1,000 for a license.
This little container OCX works like dropdown combo exept that it can contain other controls. Dropdown and Collapse can be set to occur either on MouseEnter/Exit or on TitleClick.
Black Winter 2 (BW2) is the second space shooter in its series, featuring many main weapons, side weapons, special weapons, variety of enemies, and its regular end-of-level bosses.
This class gives the user the flexibility to work with matrices and do operations on them. The dimensions of the matrices are neither pre-specified nor limited. The code is highly optimized for fast operation.
This is not a shell! It is a real OS that will boot from a floppy disk! It is not written in Visual Basic but it does clear up all the mystery that ''newbies'' seem to have with Shell's and Operating Systems -
A Complete MIS SYSTEM [With Customer Support System, Financial Management System , Inventory Control System ] [Including Sales, Purchase, Bills Receivable and Payable, Income and Expense maintenance]
This is a new version of Skinnable Form project with 16 skins and some bugs fixed. This project gives your VB project the ability of changing skins easy as it can possible.
VB developers do not have to worry any more about API's for having XP style custom menus, translucent windows, system information, system tray access, multiline and balloon tooltips.
This little VB IDE AddIn adds mousewheel support to the IDE code panes. Now with get/set scroll options dialog. Simply compile the .DLL into your VB folder.
THE GREAT CHAMELEON BUTTON STRIKES BACK!!! THIS TIME WITH LOADS OF NEW FEATURES ADDED! IT NOW HAS 13 DIFFERENT BUTTON STYLES, SUPPORTS PICTURES, FONT EFFECTS AND MUCH MORE!
Updated: 9-23-02 Changed pVerticalLine. This code gives you the ability to add print previewing to you application and the tools to allow you to make nice looking printed reports.
cSuperClass.cls is i believe the fastest, safest compiled in window subclasser around. Speed: The WndProc is executed entirely in run-time dynamically generated machine code.
This tutorial (with source) is for you, just if you need to add a new dimension to your VB Skills. Break out from those old looking forms and sleepy dialogs, mix VB with Flash to create wonders.
Are you addicted to PSC? Does visiting PSC actually get in the way of your coding? This may help. It checks for new submissions and new votes on your submissions.
Complete FTP Client. Download, Upload, Queues, Site Manager etc. Features like CuteFTP. Used almost all common control (useful for new coders) Illustrates use of winsock control to create FTP Client.
This tutorial will teach you how to combine HTML Help with VB, so your applications can easily have functions like "Whats this help" and "context sensitive help".
Just like Digimon that you play, u can fight with your friends digimon. In this game, it through TCP/IP to connect and fight or you can fight with computer!
A professional MP3/WAV player for DJ's and Radios. Updated with Soft Pitch, 2 Spectrum and 2 stereoVU for each player (Works in windows 9x/Me/NT/2K/XP). Features 2 players, 1 sample player with 10 channels, various mix types, auto-crossfade, id3 editor, and Skins.
A _realtime_ raytracer (not raycaster!), ported from C++ to VB, and runs pretty fast. Learn how to use SetDibbits to change all the bits in a picturebox with just one call. You can zoom in and out, add more spheres by changing a few variables/constants in the code. Light-positions can be set by the scroll bars and changes will be visible directly!
No Set/Release capture (almost). The trick is that windowless controls ARE capturing mouse events upon mousedown BY DESIGN. So every label, image, or custom windowless control has the capture ability build-in.
Have you ever wonder how MS Word + Aim allowed the Highlight word function? Well this HL Rich Text Box has that function. It has a SelHColor Function. In addition, I also include a Transparency Function.
Make your own slider. Complete graphical slider control: Vertical/Horizontal orientation, ShowValueTip option,... Sample project and some images included.
View the data on a socket between Client application & Server application. With this program you can see (visual) the data between example outlook & ISP-pop3 server.
This turned out to be more difficult to work out than the drawing of a button on the titlebar. Once again this code uses subclassing so always use the forms close button or the menus exit to stop the project, or you will crash.
An Optical Character Recognition (OCR) program. This ongoing experimental project is to build a neural net capable of recognising zipcodes or text within bitmaps.
Features Login Entry,Masterfiles,Transactions such as Sales Order, Purchase Order,Receiving Order, Reports such as Inventory Report,Sales Report,Critical Report and Backup/Restore/Password Security features.
Unbelivable graphics! Explore a 3D world using one of two agrav fighters, at daytime or nighttime, on one of several terrains. You can even try to defend your base against attacking alien fighters.
Learn the concepts for developing and implementing a number of features/technologies - like SMS, Chat Systems, Interaction with third party gateways, Instant Messengers etc!
We will break our own precedent (one time, anyway) by honoring this non-code article. The suggestions it propose are so right-on-target that we had to honor the voice of the voters. ;)
This well done and thought out presentation program has almost the same amount of options as an 'off-the-shelf' presentation program, maybe more. Features over 150 commands including transition animations, midi,w ave,mp3 audio syncing Text 3D text laser for/next goto's and too much more to list here!
Winzip, eat your heart out! This powerful and very quick compression program shows you how to use classes as well as create a well-designed user interface. Check it out!
Set the frames per second, enable the stream, and anyone with the provided web address will be able to see you on their web browser. Images are updated every second.
This huge tutorial takes you through DirectX 8, DirectSound8, DirectInput8, Direct3D8. Includes a fully documented sample program and a glossary of terms.
A 3d engine masterpiece by who else, but Simon Price. Features Directx8 and 3D graphics with support for hardware acceleration, dot, line and triangle primitives, materials, texture mapping with transparency and too much more to list here.
You can't multithread in VB until VB.Net comes out, right? WRONG! Learn exactly what multithreading is and how to take advantge of it today with this cool code!
This program renders two images of a simple model from separate camera positions. When viewed similar to a Stereogram image it produces a TRUE 3 Dimensional view of an object. No special viewing devices are needed to view in full 3D.
Unbelievable Ray Tracing code includes handling of reflective objects, diffuse lighting, specular lighting, ambient lighting, sphere objects and much much more!
More functions than you can shake a stick at. Get Local And International Weather, 10 day forecast, graphics to indicate conditions, current conditions, international city weather, US City weather, local US detailed forecast scroller, and weather radar maps for almost all regions of the world.
Learn Direct3D Immediate Mode with this comprehensive, easy to understand tutorial that includes background knowledge, definitions, explanations, a sample program to download, and exercises for you to practice on.
Acts as a C style project explorer for the active VB project. Shows Enums, Declares, Property, Function, Sub Highlights incorrect nesting and much more!
A complete remote file system including add, delete, rename, spawn process that comes with a unique TCP/IP protocol that the author invented! A must see!
Encrypt your data to the maximum extent with this great app! Includes the following high security algorithms: BLOWFISH, TWOFISH, SKIPJACK, TEA, GOST, RC4 and DES.
Make all your own custom levels & games in the easy to use Level Editor. Then play your game in the Puzzle Player, and see your game run perfectly smooth utilizing the BitBlt API!
This program has 18 filters/effects, polygon-drawing tool, zoom, fill, ellipse, and rectangle pencil, 12 brushes, 3 different styles of TEXT (3D, Raised, Outlined), Spray, Stipple, Steal Colour, Blur, Line, Clone, Trace.
Never go to the weather channel again for the forecast! Just Enter your zip code into this real world app and it will find your current weather conditions and forecast!
Don't spend money on IPProPack or other tools! This code show you how to do: Raw Connect, SMTP Email, Finger, Get HTML, Listen, Host Lookup, Ping, Port Scan, Speed Check, Trace Route, and Whois!!!
Wow! 19 painting tools to play with and learn from including brushes and userdefined polygons. Also has 15 filters including ice, invert, emboss and more!
Mike Canejo...developer of the month? With his record 3rd contest winning entry of the month, Mike shows you how to create a chat program using UDP and winsock.
Ever been goofing around on your PC only to have your boss walks around the corner? Here is the cure--just click a button and this program makes it look like you're working hard!
Not for newbies! This code delves into the depths of the API and shows how to access more advanced features of Windows like hdc's, system objects, windows regions and more!
Looking to add this special touch of class to your latest app? This program allows you to gradient fill any form or picture box at any angle with any color!
Need to understand how to use the API? This well documented example take you through it step by step, and creates an entire form using only the API! A must see!
Associates dll and ocx files with opening the application. Then registers .dll/.ocx files by double clicking on the individual file or unregisters the file by right clicking and selecting Unregister.
Looks up any stock and provides 17 types of information on it, as well as 4 different graphs! A great example of how to pull data from web pages (in this case Yahoo).
How many times has an app of your not run due to versioning problems? Well put this code in your app today so you can make sure your program runs right!
I hadn't heard of the work of Craig Reynolds until I came upon this entry. If you haven't either, you need to check out this fascinating program for yourself!
Want to write your own RPG game? This demo code includes a character that you can control with the keyboard, a scrolling map and tiled backgrounds. Awesome!
I don't know which I like best--the invaluable ASP Code library that comes with this .zip or the Code Viewer, but together they are awesome! Check it out!
I don't chat on battlenet and don't play StarCraft II. In spite of this I had to vote for this code as a winner, because it is so professionally done. A fantastic user interface.
This faithful recreation of the classic ballista game will take you back. Two people attempt to shoot each other with a ballista and have to modify their shot angle and power.
After using this calculator to figure out how many years you'll be paying for that new house, you may want to rent! But seriously this is a great program--even lets you calculate pre-payments!
These two Microsoft Agent entries show you how to harness the power of a new Microsoft feature that lets you create your own custom 'office-assistant' in your own apps.
These two Microsoft Agent entries show you how to harness the power of a new Microsoft feature that lets you create your own custom 'office-assistant' in your own apps.
This working screen saver is a great starting point for those wanting to make their own, or who just want to add another cool screensaver to their PCs...
This is an awesome space shooter game that looks like one of the phases in the old GORF arcade game. I recommend downloading the .zip rather than copying and pasting the code, because it's faster.
The VB built in collection object is a little weak, to say the least. Here's a solid replacement collection object that has methods like RemoveAll and IfItemIsThere
Need to get a large file from one computer to the next, but don't have enough floppy/zip drive/iomega drive space to actually do it? Here's the solution!
One word describes this code, and it's "awesome"! Create transparent areas at any spot on or inside your forms. Users can even click controls on other windows 'through' your transparent spots!
I can't wait to add this one to all my program splash screens! Creates a 'mosaic' effect which looks like a slow focus on any image in a picture box. Very impressive!
Did you ever wonder what function was bogging your app down, or did you ever just want to time a statement or function for curiosity's sake? Well, wonder no more, with this ingenious little class!
Wouldn't it be great if you could just pop in a custom control, and within ten or fifteen minutes have a fully working browser? Well your prayers are answered!
Activate any other application from VB based on a PARTIAL caption! Use this function with SendKeys to control ANY application from VB. This is MUST HAVE code!!!
Changing resolutions on the fly should have been made a part of the Windows operating system, but never was. Well move over Bill Gates--try out this cool code!
No comments:
Post a Comment