Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #59212
AutoFTP

This script runs ftp.exe, which is already present in your system32 folder, in the Windows shell and uploads one or more files to an FTP server depending on the configuration parameters you provide the first time you run the script. The settings for the FTP server are stored in a file in the system32 folder. There's also another script to delete this configuration file. When you delete the configuration file new parameters will be asked the next time you run the AutoFTP.vbs script. UPDATED: I have added some error checking. Some comments are also included now...

ASP_Volume3 #65229
super encrypter!!! combined;)

This code encrypts/decrypts a string. I saw to submissions on this site, combined them and made a few adjustments. so it's not 100% my idea.

ASP_Volume3 #63365
Mikes MP3 Player UPDATED

I patterned this after WinAmp. It uses the newest Fmod Ex to drive the sound. It has play lists, looping, name of song playing, shows play length and time elapsed, spectrum analyzer, 10 band equalizer, filters for reverb, chorus, distortion. echo, flange, highpass, lowpass, and normalize. You can control all aspects of each filter. For the equalizer and filters just push the effects button. Fmod Ex is a commercial library that freeware authors can use for free. I have also used parts of the things I found here. UPDATED: Took out subclassing as I don"t use it anymore. Also updated the routine to open the last directory opened.

ASP_Volume3 #64087
Audio Broadcasting

Audio Broadcasting (Robot Side) use directx to capture sound from sound card, then use winsocket to transmitt the captured buffer to whatever pc, the (Operator Side) also use winsock to receive data and then use directX to playback the buffer there is delay on simulated network ~= 800 ms, (with no network), I'm alerady finish an wav to mp3 converter side, but i didn't find an mp3 to wav converter, in the feture work when i done we can optimize the amount of data transferd, hope if any body have an mp3 to wav chunk converter not file converter, thanks if you find this code usefull please rate it, Thanks

ASP_Volume3 #63838
iCatcherLabel Control

Does your application need a Label, Status, and Button control rolled into one? Want more visual appeal than the current Win9X themes? Then check out this iCatcherLabel control which provides all the functionality of a standard label control, with the added features of native graphical buttons that also serve as status icons. This self-subclassed, All API UserControl provides extensive events (15 events) for both the label and button objects, and provides more than 30 properties to control color, alignment, shape, and many more. If you looking for something different, then this might be for you…

ASP_Volume3 #63465
FileTime - Files date and time module (Bug fix 24 May 09)

FileTime API declares and handy wrapper functions. Bug fix 24 May 09 in FileTimeToDosTime and SysTimeToDosTime funcs.

ASP_Volume3 #62706
A _ Bassam Media & Music Player Very Good for All Types with full Playlist Functions.

This is a very good and powerfull media Player program with all the functions needed. this program can play all types of music and media files and videos and this player has it's own visiualation effects like the Windows Media Player 7 or higher have.

ASP_Volume3 #60621
TileMaker

Helps to create tiles.

ASP_Volume3 #65287
True Love Calculator

This is my Childhood Memory Games. When I was a boy, I love to play this game. I always try to calculate the percentage of my love relationship with the girl I love :-). Just for fun, you can believe it or not. This game is popular in Indonesia,when I was a boy

ASP_Volume3 #64052
Calculadora Plus

This is a scientific calculator that can perform many calculations that can calculate like a Texas Instruments calculator. It can perform powers, square roots, logarithms, and trigonometry; simply add, subtract, multiply, and divide; and do other little things. You can also convert an expression to a fraction and round an expression to specified decimal places. You can switch between three modes of angle units: degrees, radians, and gradians. Using your keyboard, you can enter expressions by typing them into the input box, or by moving and clicking your mouse, you can just simply use the buttons below. I guess if an expression entered is way too complex, the calculator will return an error, otherwise it should work fine. Enjoy the power of this advanced calculator!

ASP_Volume3 #64614
A 3D Text Maker

This is a small program that generates 3D text which can be saved into a file. This is the third version and has much cleaner code than number 2 and an extra feature to change the background color. Also there is some new code with the font changing part. Thanks to sticky for solving the font changing problem which was an annoying feature. I have updated the code with the fix.

ASP_Volume3 #64804
Code Library Add In

*Updated* Add In for VB6 IDE that puts a dropdown combo in the Standard Toolbar that references and links to a code snippet library. Allows for pasting into current code window and saving new snippets to the database. Access all of your code snippets right from the IDE with no cut and paste operations neccessary. *Added feature to delete snippets from database *Combined View and Paste operations *Removed use of clipboard *Added optional code to add a separate toolbar if desired ** Thanks to Roger Gilchrist for the good suggestions

ASP_Volume3 #63301
Mouse scrolling

Vb's textbox will scroll up/down when you scroll with the mouse wheel, so will combo boxes. For those controls that cannot do this you need to add this functionality manually. The zip file includes a module for just this purpose and an example form (see screenshot) to show how to use it. The module recieves the mousescrolling event and then calls the mousemove event of the corresponding control. The code in the mousemove event sub must then check the module to see whether scrolling has indeed taken place, and if so in what direction. It can then respond by changing the .Top property or .TopRow property. This is particularly useful for MSFLEXGRID.

ASP_Volume3 #62196
Fast Particle Example

This is a pretty fast particle example i think. 30 fps is reallly fast, you have to download it and see it for yourself. I made it easy to edit setting to create differnt effects, just look in form_load. It will give you some tips and allow you to change wind, gravity, strength, to refresh or not, and how many particles. Enjoy, vote or comment please.

ASP_Volume3 #47420
Print to Wallpaper

This program will print text onto the Desktop Wallpaper file and make the new picture file the desktop wallpaper. The name of the wallpaper file is retrieved from the registry and the picture is loaded into an image control to resize it to fit the screen size. The image is then BitBlt'd into a picture control, where the desired message is printed to the image in the lower left hand corner. The modified picture is then saved to a temp file (so as not to modify the original file). The temp file is then set as the new wallpaper.

ASP_Volume3 #65307
PEInfO

This app show the most important information about a PE: headers, imports, exports, ecc... It's coded only in VB and uses only OpenFile,SetFilePointer,ReadFile API. I think it's a great programming stuff for advanced programmers.

ASP_Volume3 #61235
Controlling IE the Simplest Way !

Hi everybody, Ever wonder how to control Internet explorer with visual basic in the easiest way? Heres a code for you...And for the advance users, just make some modifications on my program you can create nice program or addins into your own projects....Have a nice day and Have fun explorering as well. Comments and Sugeestions are welcome. And also don't forget to vote if you like it. Thanks ! A.K.A Tamers

ASP_Volume3 #65350
AsteroidFight

Introduction: EngineAAK Ver 1.1 Title Game: AsteroidFight

ASP_Volume3 #64136
Picture To Text

This program can translate bmp,jpg,ico,gif images to their equivalent text pattern, this program is written in vb 6 and it uses three methods for translating , first two methods are slow, but the third one (XRtf method) is very fast, it creates TextRtf then assigns it to RichTextBox's TextRtf property.Creating TextRtf is very fast but assigning it to RichTextBox's TextRtf property is slow! This program is useful for sending small images to softwares which do not support images. more image is bigger more time is needed. if you have enough time you can translate larger images. Please provide us with your feedbacks.Thank you in advance for your information & feedbacks . Arya Software Group

ASP_Volume3 #63548
CD-ROM Collection V1.0

Updates CD-ROM collection of the school i'm working on. this project uses a simple ADO and SQL commands. i am just a beginner in VB 6 and this is my first time handling ADO. This program also can print, try it.

Languages
Top Categories
Global Discovery