Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #116772
FindWindowWild

Find window using full or part of it's caption. Allow wild characters (*,?,[]). For example, using this string :"*Mi??OSoFt In[s-u]ernet*" you can find Microsoft Internet Explorer window.

2_2002-2004 #116773
First(!) pure API(!) Find/Replace dialog

Since Bruce McKinney stop his attempts to implement standard Find/Replace dialog into VB apps, all VB programmers use their own dialogs based on modelless windows. Few samples in the Net may work with NT/2000, but crash with w95/98. Here is working code for implementing these dialogs w95/98/2000/NT. Support dialog's keys (Tab, Enter, HotKeys). Include functions for finding/replace text in text controls (TextBox and RTB). Not wide tested yet on all platforms. Plz send comments.

2_2002-2004 #116774
activebar

creates containers for objects

2_2002-2004 #116775
virtual start page emulator

this is a virtual start page emulator using the winsock and inet control, not webbrowser control. the emulator shows the status of the emulator and winsock. i really don't know if it works or not but it's a example. this also shows you how you can use .http files from ie_explore to work with winsock. atleast give me some credit.

2_2002-2004 #116776
Mp3 Hollow Egg

Heard of the Cuckoo Egg? It is a mp3 file of music with random sounds inserted in the mp3 file. It is done for musicians who wish to fight a battle with napster from within. Making a cuckoo egg can be slow and this program makes a Hollow Egg, which is kind of like the Cuckoo Egg except it makes a totally blank mp3 file that has the size, bitrate, and length of a real mp3.

2_2002-2004 #116777
Logical String Encryption

This will logically encrypt a string by deviating its ASC() value. Works perfectly. Its just a VERY Short Algoritm the String gets passed through Charachter by Character. To decrypt just redo the encryption. just like a double negative.

2_2002-2004 #116778
A MUST HAVE CONTROL FOR ALL VB PROGRAMMERS: Degree of Rotation Control.

When placed on a form, this Control will take whatever its .Value is and show you what angle of rotation you've entered. GREAT FOR Graphic / Multimedia / Game Application Development

2_2002-2004 #116779
Stu Paint V2

Stu Paint Version 2.0.4 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. There are Vertical and horizontal rulers available, the Progress bar can be switched off to speed up filters. There are various colour selection tools, Change line width and fill type, Select Twain device and scan images, also print / Save / Load. Capture Background Screen (Behind Paint Form), 5 undo events and 1 Redo, Cut / Copy / Paste. Click the icon between the colour selections in the status bar to swap button colours.

2_2002-2004 #116780
Get file attributes

This shows how to get the files attributes or set the attribute for the file

2_2002-2004 #116781
Diablo II Character Manager * Updated *

Updated Again ! I know there are some backup utilities hanging around the web, but I wanted to make something of my own and also share the source code with other people, so anyway, in this character manager program, you can backup quickly and easily any character and also add a description of it so you will know what backup is that, it uses Info-Zip's zip compression for the making of the backup files, and stores the save and the description in the same file, all is quickly compressed and uncompressed. It also has a character monitor (timer) that the program knows when any new character is created. I have tested this program and it works 100% fine, and if something wrong u can easily modify the code and do things of your own ! :) in the zip file you will find also the unzipping and zipping DLLs of Info-Zip,

2_2002-2004 #116782
Fake Buttons

Owner drawn custom buttons like never before, even create your own Titlebar. Just take a look at the screen shot to see what it can do.

2_2002-2004 #116783
Huffman Compression Algorithm (like WinZIP)

PKZIP, ARJ, ARC, JPEG, and a host of other programs and compressed file formats all use the Huffman coding algorithm (or similar redundancy-minimization methods) for compressing strings. With this small VB module, you can do your own compression in code -- compressing strings down to as small as 13%. Here's how easy it is:         Compressed = HuffmanEncode(Text1)         Text2 = HuffmanDecode(Compressed) This simple code can be used to compress big text fields in databases, keep your data files small, or speed up transfers of data across the Internet. It can also be used as a form of encryption. The HuffmanCoding.bas module has plenty of extra information and some in-code documentation (in case you're wondering out how it works.) Please comment on this code and vote for my hard work if you like this code. _____________________________________ Updates: 1 August 2000: Rebuilt from scratch Compression takes 28% of the time it did before Decompression takes 19% of the time it did before There's only one file, now (no extra class) Much better error checking and reporting Uses a stored checksum upon decompression to check for corruption The code is only 455 lines, including comments! Thanks to optimization, the code is even more convoluted :-)

2_2002-2004 #116784
CUTE CALCULATOR

Come and have a look at the CUTE CALCULATOR(fully functional) it even calculates basic trigonometric functions.PLEASE PLEASE PLEASE PLEASE RATE IT.

2_2002-2004 #116785
Animated Titlebar take 3

More updates and more bugs fixed, please try this program. You can create great effects, ALPHA TRANSPARENCY on buttons gives a great effect. TAKE A LOOK AT SCREEN SHOT.

2_2002-2004 #116786
Softshell Logi Beta 1.2

Softshell Logi is a Replacementshell for Windows. It has a Taskbar with auto-sizeble (taskbar-buttons) , a SwapForm to make the right swap , a clock with change from time to date and time , doubleclick for system-time , a Startmenu with Programs, Favorites, Desktop , My Documents, Find, Run, Control Devices , Recycled and Shut-Down. It also has a Quick menu where you can place shortcuts in (place them in the dir called Quickmenu it can be found in the App.path). The Quickmenu also collect the items as you have placed above the Programs-menu in the Orginal Startmenu. Don´t forget to put amclabel.ocx in the system dir( comes with the .zip file..)... ***NEWS***:The Scrolling function on the startmenu is finished, You can run it under VB5 if you make some changes in the modDevice1 /ExtractFileName (Read to understand) a new function called 'RevString' insted of using the command 'strReverse'.***END NEWS*** Special Thank´s to: Brian and his [BoS-Shell]... Pup for his [Ideas]... Jeffrey C. Tatum for his [Ini read and write]... Altamira for his [AMCLabel.ocx]...

2_2002-2004 #116787
South Park [Kick The Baby] - Full Game

Makes u haveing fun!!!

2_2002-2004 #116788
Using the AnimateWindow API

Updated --> now includes project source. Read on... more tutorials listed (page not finished) @ http://prgmrsruin.hypermart.net/tutorials/

2_2002-2004 #116789
PureGold TitleBar Control (Also Great demonstartion of the drawborder API)

An excellent emample on how to use the drawcaption API all in a nice OCX included in it is a form with some exmaples of what it can do! Even alpha blending the form is possible, or creating your own task bar buttons ;) NEW: 1) Ttitle Bar Feature that when the mouse is over the titlebar the bar draws a border around itself and looks as if its moving up to meet the mouse! 2) All Bugs Fixed (when working in design mode the control would cause vb to do some strange stuff) 3) Mouse Enter and MouseLeve events now Available! Check it out :)

2_2002-2004 #116790
A (Flex)Grid printing class, version 2

This class makes it easy to print a formatted grid on the printer, a PictureBox or a Form. You can set the font for the "normal" cols, the header cols and the footer cols, set the col alignment, the grid line thicknesses, the col widths, margins and other things. It also supports column and row merging. With a simple multi-page support ! This submission also includes a function (in a separate module) to "import" a MSFlexGrid allowing you to print such a grid quite easy. Now it also includes such code for DBGrids and ListViews ! This code doesn't base on the MSFlexGrid or any other OCX !

2_2002-2004 #116791
RAINBOW PROGRESS BAR (like in InstallShield)

Tired of using the ProgressBar control? This Example shows you how to create your very own ProgressBar with FREE selectable BackColor and FREE selectable ForeColor. Enjoy! AND VOTE FOR ME!!!

Languages
Top Categories
Global Discovery