Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #30680
Advanced MIDI Programming / Utility

INTRODUCTION: I searched a lot For articles about VB & Midi, found some, but mostly they only handled short messages, the easy part. Here I needed To go further To solve a problem I had. The project turned out To be a bit sizy, but it embeds a lot of knowledge that was hard To find. So it could mean a great deal To someone starting With programming midi. The main objective was To automate convertions of Roland SC-55 System Exclusive Bulk Dumps into a shorter alternative, using as much short messages As possible, so other modules can receive the messages too. Other features are mixing the SC settings, generate fade In/outs, Read & write midi, more Or less wysiwyg printing of the dump values, midi piano, midi thru, etc. PURPOSE: Analyse SC-55 System Exclusive bulk dumps Generate alternatives for this huge bulkdump in case a high percentage are default data Edit the Sound Canvas settings ENVIRONMENT: This is a VB5 project. Since the WebBrowser control is used (provided with Windows 95) it can be run under Windows 95, but Windows NT doesn't install this control (~ SHDOCVW.DLL) automatically, so there you should find a way to install it yourself. No other (than basic VB) controls are used.

ASP_Volume2 #30681
Cool Chat - A Chat Program written in VB6

Using Cool Chat: Cool Chat is a two person communication tool which was originally designed for Network and Internet use. One person must decide on who is going to be the Host and who will be the Guest. Check the appropriate radio button. If you choose Host, then you IP# will be automatically displayed in the Address box. This is just to simply make it easy to tell the Guest what your IP# is. There is a Send Email feature in the Utilities which makes it easy to send the guest an email stating your IP#. The default port is 1005 but you can choose any Port you wish. The Guest and Host port has to be the same. Enter your Nick Name. Note you can change your name during the session. Host should now hit Listen and you will see a confirmation that you are listening on port x. Guest should now enter the Host IP# in the Address box and hit Connect. Upon connection both sides will display an "Online" image. If either side disconnects then the other side will be notified by a pop up message. Utilities: Send Email: This is pretty straight forward. Enter your email address ([email protected]) in the "Your Email" box. Then enter you name beside it in the "Name" box as you want it to appear in the email (Michael Sharp). Next enter your friends' email address in the "Send To" box. Then their name as you want it to appear in the email. The SMTP address is usually mail.your-isp.com or smtp.your-isp.com. Check with your ISP. Check Email: Username is your mailbox username. Password is your mailbox password. POP3 server is usually mail.your-isp.com , pop3.your-isp.com or pop.your-isp.com. Check with your ISP. Progress and status messages are displayed during the checking of the mail. The default port of 110 is standard for pop3 servers and should not be changed unless you know yours is different. The log port status check box is used to display advanced status messages in the Port Connection Status box.

ASP_Volume2 #30682
A !! Cool Form Close Effect !!

This is a cool closing effect for your app. Tell me watcha think!!

ASP_Volume2 #30683
Hotel Management System

A compleate application for a Hotel Management. with multiple logon,reports,statistics and more...

ASP_Volume2 #30684
InstantMessage

Serverless LAN chat now in use on 100+ computer network. Make a shared folder on a network and put path in NetPath function. Added support for opening files on remote machines with many other options and fixes. 6-28-02

ASP_Volume2 #30685
Explorer Treeview Sample

This code shows how to load an Explorer type treeview control using the FileSystemObject. The heart of the code is modTreeview, where all the work takes place. You can drop this module into your project, reference the FileSystemObject and go. All the code is here to show you how to load the treeview control, handle clicks and get the path back. Nothing majorly spectacular but handy. It is also fast loading because it doesn't load the next "level" until the user clicks...just like windows explorer.

ASP_Volume2 #30686
General Schedule

Schedule Program.. General Schedule Program.. you can make many schedule with different massage and sound.. for more code... [email protected] [email protected] General Corporation Bangladesh

ASP_Volume2 #30687
Speedy Mail

A simple program that can send e-mails quickly AND anonymously, IF you can find a mail server that strips the mail of its headers. Will work with any SMTP server. Compatible with Windows 95 and over (98, 2000, NT & ME)

ASP_Volume2 #30688
Binary to Decimal AND Decimal to binary converter

With this code you can convert binary strings (of any size) to their decimal equivalent and vice versa. The binary-to-decimal converting code can convert binary strings from the left to the right (eg 1000 = 1) and from the right to the left (0001 = 1, standard). So you can choose in what direction you want to convert. You can also convert decimal numbers back to binary strings but the highest possible number with that is 999999 (else it crashes).

ASP_Volume2 #30689
GrafxSuite (GUI Compoents)

(www.pezcore for more info & skins) It boasts features such as Resizing at Runtime by the user, Easy Skinning, Interactive Min/Max-Restore/Close buttons, Form Fitting and more! | New Features: | GraFxConsole (new) Icon in the top right hand corner (new) Move the form from the control (new) New graphics (not in screen shot) (new) 'Mould' support to make Control 'just' like the form! Real-time Resizing means the user can change the size of the control when and as they wish Interactive Buttons means you can create a completely fake form which has minimize, maximize & restore & close buttons with your own code. You can also enter your own commands for clicking, double clicking and so forth on the title bar Icon support means you can have an icon in the top right just like a normal form Easy skinning means you can take a JPG, BMP, GIF and edit it in Paint, and simple paint package to create your own skins Error Handling means that if there are any errors the user isn't interrupt and the control will load defaults rather than crash your program | GraFxButton Skinnable button with transparency (new) Autosize to Bitmap (new) Set Transparency colour (new) Set On, Over, Click, Disabled Bitmaps (new) Offset Caption & Picture (new) Set Highlight Colour/Picture | GraFxProgress Skinnable progress bar (new) Can be Bitmap or Colour (new) Min/Max/Value settings (new) Loading x% text & colour (new) Font Options (new) Event for 100% complete

ASP_Volume2 #30690
A !! Cool Prank !!

This is a cool prank to play on a friend if you are mad at them or somethin. It uses some times timers and random numbers to place 3 forms at random positions and make a freaky fluttering in the start menu and system tray.

ASP_Volume2 #30691
CPG Port Scanner! (Fast as Hell)

This is by far the fastest port scanner I've ever used and/or made. Check this... It can scan 5,000 ports in one minute and one second. that's almost 82 ports a second. Now its written in VB, So out there someone some of you have seen better (maybe?) but I doubt it was written in VB and using a 56k line. In any case please check this out and tell me what you think of the method.

ASP_Volume2 #30692
Process Priority Changer

This code is designed to change the priority of processes that are running on a windows machine. I had to write it for our company, which was having problems with Oracle processes taking over the server...this program was designed to change these processes to Low priority.

ASP_Volume2 #30693
Four 3D rotating cubes...

This simply shows 4 spinning cubes. Enjoy :)

ASP_Volume2 #30694
GET RGB

Get the RGB value of a color under your mouse pointer! Really usefull for image editing programs! Enjoy :)

ASP_Volume2 #30695
A !! VB Beginner Stuff !!

This will help the beginning programmer with some basic stuff. Has a Code Window to view the code for the current item in a webbrowser control. Shows how to change Title (caption), onmouseover effects, progress bar stuff, centering forms, resizing form and contents, adding items to listbox, inserting text, etc. Tell me what you think about it.

ASP_Volume2 #30696
TONS and TONS of string manipualtion!

This program has a TON of String Manipulation, showing several examples of virtually every String Manipulation technique. Very cool! Check it out.

ASP_Volume2 #30697
stereoscopic function visualization 1.1

still haven't figured out 'correct' vertical rotation :B

ASP_Volume2 #30698
Sticky Notes!

I know it's been done a thousand times, but how cute is post it notes on your screen. I can't imagine many people will use it, but I am!

ASP_Volume2 #30699
Code Creater

This will read the table form an access database and then creat the textboxs on a form with the field names mapped to the textbox names. It will then create the code to save what is in the text boxs back to the data base

Languages
Top Categories
Global Discovery