Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #114275
API Pause

Demonstrates how to pause in VB, without winding up the CPU, as While/Doevents/Wend code will do.

2_2002-2004 #114484
Advanced Programmatic Zipfile functionality

This is an substantially updated version of my Basic Winzip Functionality Post. It's a complete wrapper around Infozip's open source compression (www.info-zip.org) I've seen several of these, but none as easy to use as this one. See the screenshot for the host of options available when zipping or unzipping files. Everything you need is included in the zip, just make sure to look at the readme file. Also, for those of you using vbAccelerator's cZip and cUnzip, you've got to check this out as an upgrade.

2_2002-2004 #114485
Access Data Types and Arrays in a Class

Data Types and Arrays in a Class must be declared Private and normally can't be accessed from outside the Class. This gets arround the problem by using CopyMemory API to copy a pointer to a variable outside the Class. This allows you to read/modify Data Types and Arrays in a Class as if they were Public.

2_2002-2004 #114486
Yahoo! Status! Changer!

This will changer you Yahoo! Status to anything you want. All comments welcome. Shaun

2_2002-2004 #114487
Car Intersection

This game include intersection with 8 cars. all cars driving without crash each other. the car get fuel when its over, stop on a red light. sometimes the poice is comming...

2_2002-2004 #114488
How to test for a zero-length string

This code is irrefutable proof that LenB(String) is 50% to 90% faster than testing for String = "". Most of you I'm sure already know this, but to my surprise someone tried to correct me saying that the latter was the correct way. So for all those who can benefit from this code, give it a try. Only 2.5 KB download.

2_2002-2004 #114489
Easy Mail Sender. Pretty cool too :D

This lets u send mails. using a norwegian smtp server (can add more to the servers.txt file) *please rate*

2_2002-2004 #114490
Picture Color Adjustment

How to change the atributes of colors(ColorAdjustment) in picture. Red Gamma,Green Gamma, Blue Gamma, Illuminant, Invert colors, Contrast, Brightness, etc. Is easy and simple.

2_2002-2004 #114491
LaVolpe Caption Rotator

Rotating captions are hard but doable. Keeping track of an accelerator key is complicated. This example has portable routines to rotate captions at 90 or 270 degrees & properly display the underscore on the hot key. In addition, you dictate where text is displayed by passing the bounding parameters. This will be used for a soon-2b-released vertical version of my buttons, so if you see errors, please let me know. Thanx.

2_2002-2004 #114492
FYI: Rotating Transparent Icons

Example how to rotate transparent icons & keep transparency. This sample project goes further by allowing creation of transparent icons from non-icon resources. My take: Making 1 icon is better than calling transparent bitmap routines 100's of times. Another mini-project for the soon-2b-released vertical version of my buttons.

2_2002-2004 #112980
BRICKGAME

DEMONSTRATES HOW WE CAN BUILD GAMES USING VB6

2_2002-2004 #112981
Bouncing Polygon screensaver

This screensaver is a result of when i get really bored. there are ten randomly placed polygons, with 3 to 10 sides. they have different radii and spin direction. when they crash together new polygons are formed.

2_2002-2004 #112982
[Shutdown Xp much faster *Patch*]

Tired of waiting that WindowsXp shuts down?! Try this patch! Your computer will Shutdown the next times much faster! Vote and leave a comment! Thx

2_2002-2004 #112983
Intelligent Solutions For CommandButtons

Intelligent Solutions For CommandButtons. You can align you caption any where in command button and also you can change the command button to optionbutton or radiobutton or what so ever... and PLEASE VOTE !!!

2_2002-2004 #112984
Who's blocking me 1.1 For MSN Messenger 6.x

A piece of code to check who is blocking you on your MSN Messenger buddy list, please make sure this block check will not bypass that security settings that currently found in your messenger that says: "Only people on my allow list will see my online status and message me". Hope this is usefull for msn fan people ...

2_2002-2004 #112985
Cool Mp3 Player2004

not just a player mp3 player with many and many feauters and Functions like: 1-add mp3 files with multi select 2-add directory 3-Player commands : play,stop,pause,next,prev 4-options with position bar + volume bar + change sound source to left or right side 5-load mp3 files info like (Album ,Artist ,Genre, Title, Year, Comment 6-save songs list 7-load songs list 8-clear list 9-Mp3 file properties to change mp3 file info 10-search for mp3 files in your computer and get them all 11-Songs Lyrics: here you can save songs Lyrice and all what you want -------------------------------------------------- 12-Please Vote

2_2002-2004 #114501
Remote Desktop Viewer remote Key

Lets the admin to see the Comptuer Remotely

2_2002-2004 #114502
Just another Replacement for Replace() v. 1.1

_Now_ it's as fast as it gets, folks. Yes, Faster than the code from xbeat.net. It beats the stuffing out of VB's intrinsic replace function even without the compiler optimizations. 5x-8x faster, even though it adds the ability to use delimiters and count the number of replacements. Uses a slightly modified string mapping technique from Chris_Lucas's post here a few years ago. Thanks to Rde for the SysAllocStringByteLen declare. That, plus some changes I made to calculate all the replacements before the return string is created are what account for the additional speed in the updated version of this post.

2_2002-2004 #114452
IAT Viewer(DLL injector)

This sample code shows you how to view any processes IAT table and get all importants, also shows you how to injector a dll so you can do API HIJACKING AND VISUAL BASIC

2_2002-2004 #114453
DLLBrowser

Browse throught methods, functions, constants, enums, etc of any tlb or ActiveX.dll File via the tlbinf32.dll. Download at www.visualsoft-net.de

Languages
Top Categories
Global Discovery