Results for "Volume: 3_2004-2005"
This is a real good port scanner with many option like port services retrival, range port scan, ping only, scan responsive box only, create html report AND MORE ! That use a DLL to ping host and an OCX as an IP Box, this is a realy complete appz.
This is a Class Module that contains an entire Isometric Graphics Engine (1300+ lines of code) powered by DirectDraw (DirectX). It's written abstract, by the rules, yet very readable and understandable. Source code is fully documented (took me nearly 2 hours to document) plus three page manual.
This shows how to scan a bitmap and create a shape for your form by taking out the background color or a color you specify.
When you don't know it's there you don't try to find it. This app may be not perfect and I'm sure you can improve it by adding all kinds of gimmicks and a better UI. Anyway, this stegano can hide up to 32k in a picture of 300 by 300 pixels 24 deep with no visible effect ... and it's a little different *smile*
A very simpile example of sorting. Not the most efficeint, but easy for beginners to see whats happening.
Hi all. This scans all archives within a directory and look for files names (in the archive) containing specific string. In the snapshot, I've been looking for zip archives containing files which names contain ".vbp" (i.e. VB project files). Hum, not very clear huh? Oh well, I understand myself :) Oh, I almost forgot, you can check/uncheck listed files and move them to any other directory. Also supports ARJ format. LZH/LHA support is dodgy. The Zip/Arj/Lzh header decoding module comes from somewhere around there (I can't remember the author though). UPDATE: you can now select the drive you want to scan (sorry for forgetting that and thanks for pointing it out, I didn't even notice my mistake!) and you can sort archives by number of files it contains. To answer the question "why not ARC/RAR etc,...", it's because I use a header decoder made by Martin Carlsson (who I thanks!) which coped with these formats only. Cheers :)
This little program allows to send keys to a specific window and/or move the mouse. It can do so on a button click or automatically every given number of seconds (what I call "Auto mode"). I made it to simulate surfing, and it works ok (even though I don't use it anymore). Can send some special keys as well (check sendkeys function documentation to do so).
Demonstrates how to link the scrolling of 2 RichTextBoxes, so they scroll simultaneously without any lag time. This is in response to a question in the discussion forum.
That simple fun game is BACK with a VENGANCE! ***update*** - now has restart capability (w/o re-running application) Simple sidescrolling flying thru a cave game. I remade it to use lines instead of the line control, so now the grafix dont flicker as you play. new features added - New ship types Use 'lines' instead of hundreds of 'line' controls 'ship' controls updated LOTS of configurable options Normal/inverted (goofy) controls for extra challenge. It's pretty much done, with the exception that I dont feel like programming an animation for the 'death' explosion right now...thats all thats lacking right now. Votes are welcome but not demanded, feel free to comment with suggestions, etc. YAHOO!
This is a VB 6.0 Project I made to change the platform of any Embedded Visual Baisc Project, since this can´t be done from eVB IDE. The possible platforms are: HPC, Palm Size, Pocket PC and Pocket PC 2002. Just select the .ebp file you want to change the platform.
Tired of slow lyrics finding websites with all their popups? I was, until one night I decided to start a little something that turned into a big something. A very useful utility, this can retrive lyrics by artist or or both artist and song name for a quick find. You will see nothing from any lyrics website, this parses the pages from letssingit.com and puts the lyrics into a rich textbox complete with html parsing (bold, italic, etc). If you like, vote - alot of work was put into this. Any improvements are welcome. Code is now somewhat commented, better than before. This version was totally rewritten to the new website, which works A LOT better. For example, you can put in "system of" and "system of a down" lyrics would come up. New in this version: * Lyrics Library - you can now store your lyrics for fast access straight from what you downloaded or whatever you type in * enhanced GUI! you can now detach the lyrics viewer - see screenshot
get the logon domain for ALL windows versions with out using adsi (which requires client extensions and 1 win2k server on your network!)
This class module provides a process manipulation abstraction layer that will work across all Win32 operating systems in addition to a completely unique process information conversion function. NT4's process information interface differs greatly from Win95+, but with this lightweight class these differences are abstracted thru the class’s interface. The process conversion function of this class allows you to activity convert between a window’s ProcessID, hWnd, Window Title, Class Name and EXE name. Given any one of these, the Convert() function will convert it into another! Ever needed to figure out the hWnd of a window and only had the EXE name? Or needed the ProcessID for a window title beginning with “Adobe”? The Convert() function in this class will do these conversions and more! I’ve provided a simple example program to demonstrate the basic interface to this class. Be sure to take a look at the class itself in order to learn about all of its features and capabilities! This class has been very well tested, but your mileage may vary. If you find a bug or would like to suggest an improvement, please let me know! Thanks and enjoy!
ClsExtendedRTF.Cls version 3 for RichTextBox extensive rewrite, recode and rename. Mostly about manipulating RTF code to change text and background colours. Now includes API and RTF based higlighting(Not selection, this is the RichTextBox equivalant of highlihter pens). Highlighting with: API advantage it can detect highlighting; disadvantage single colour at a time RTF advantage multicolour highlighting. disadvantage can't detect itself. ClsAPIZoom for RichTtextBox, a few lines of code and your RTBox is zoomable. cLsManifestation (incorperated from my other upload) Gives compiled program user's choice of Classic or WindowsXP(if they have XP) added panels(form) which give you greater control over highlight, text colour and text format. *New* Materials interface you can create your own materials colour schemes. *New* Styles; if you create a text and background colour scheme you want to reuse save it with a name and access through the RTF Font Painter tool and class. fixed small bug in RemoveFormatting which added a space to start;(if selection was at start of doc) see earlier versions for mor details.
just a starter ... couldn't rely on MS APi viewer all the time. This just peeks at any DLL. for various info. This is just the interface . Actual work is done by dumpbin.exe(included)(if u do not like exes ..delete this and use ur own copy of dumpbin.Make sure ur path is correct).Program was to meet immediate requirements. More functionality comming . Lets call this ver 1.
This class enables you to get various information about the disks / drives in your PC. It uses API's to retrive the information : Drive type, volume label, available space, space used etc.
File Association can be tricky and there are some rather blunt instruments being applied in some examples of Association both on this site and elsewhere on the web. This demo shows how to Associate your App to a file extension and safely return Association to the previously Associated program if desired. Lots of comments, easy to call, with the absolute minimum of code required to do the job. Prompted by more than one question in the Discussion Forum.
This is an extended timer OCX control permitting Intervals between 10 millisecs and 52 weeks. Although it has quite a few more properties it is still a direct replacement for the standard VB timer control. Check it out, download is only 5kB. Also, it's a good example for beginners who want to learn how to make OCXes.
Demonstrates how to add, edit, delete records in a database. Uses ADO for connection. Treeview is included to view the records alphabetically. User has the option if he wants Automatic treeview refresh or manual (see option buttons in snapshot above). NOTE: This is for real beginners.
Function that counts the occurrance of a given phrase in a larger string. (I needed this function and couldn't find anything like it in MSDN for VB)