Advertisement

Results for "Volume: 2002ASP"

2002ASP #1582
To play RTTTL (nokia ring tone) tunes

If you have a nokia mobile phone and looked at ring tones you will have come across RTTTL, the text format for the tunes. This is a stand alone module with one public function PlayRTTTL. You give it a tune as a string in RTTTL format and it plays it using beeps. Note that this only works on NT as the Beep function is different on windows. If you are wondering what it could be used for, here is an example, at work we have written a phone book system for staff extension numbers and when you click on an entry you see details about the person and a picture. I wanted to let staff also give themselves a theme song that would play when you clicked on them. Since there are hundreds of RTTTL tunes available on the internet I decided to use that format as it is easily edited by users and saved to the database, and users can add new ones whenever they like. The code could have been written better, but I wanted to keep it in a self contained single module that you could plug and play into any project. This has nothing to do with Nokia mobile phones, it just uses the same format for the tunes. If you have not seen them, this is an example of the format: Simpsons:d=4,o=5,b=160:c.6,e6,f#6,8a6,g.6,e6,c6,8a,8f#, 8f#,8f#,2g,8p,8p,8f#,8f#,8f#,8g,a#.,8c6,8c6,8c6,c6 The Simpsons are probably copyrighted so don't use that one at home kids :)

2002ASP #945
ADVANCED ****** Unmasker

This code replaces those ******* with the ACTUAL password that is there, its not the kind where you drag an icon over the text box to see, this one AUTOMATICALLY removes it for you & if it doesnt just highlight it & IT WILL!!! This took me weeks to figure out with help from the API Spy, please give me credit & a good vote. ;)

2002ASP #1170
A Graphical Vurtual Keyboard Using DirectX

UPDATED!! Virtual Keyboard. Looks Like A Normal Keyboard. When You Press A Key On Your Normal Keyboard, The Corresponding Key On The Virtual Keyboard Lights Up!! Every Key Is Independent (Left Shift Is Different From Right Shift Etc..) Only 23 Line Of Code!!!!!! Senses Every Key, Even The Pause Key If You Press It Fast Enough. Must Have DX7VB.DLL (Downloadable In The Tutorials Section.

2002ASP #842
DLL-OCX Register

Associates dll and ocx files with opening the application. Then registers .dll/.ocx files by double clicking on the individual file or unregisters the file by right clicking and selecting Unregister.

2002ASP #1584
CFTPLink

This is a class that provides a simple interface for FTP uploading functionality. It is based on code submitted by Philipp 'Schlaubi' Stern and Kristian Trenskow. The code can be easily extended to provide other FTP functionality. Also included is an example of how to use it.

2002ASP #1585
CMHTML

This class demonstrates how to send MHTML email. It has a very simple interface which allows you to send HTML formatted email with 2 method calls. This combines code from Sebastian, Luis Cantero (EncodeBase64) and Brian Anderson for the SMTP Winsock code. Sample code is included.

2002ASP #1399
Allow users to resize your controls

This simple API call with less than 10 lines allows your users to resize your controls just like in the design mode. The sample code provided here demonstrates left and right resizing on a control. You can further enhance it to allow top bottom, top-right, top-left resizing, and etc. This code was originally from Fran Pregernik, Zagreb, Croatia. This is pretty cool!

2002ASP #1583
Access97

**** Access97 Descripton Program !! ****

2002ASP #837
DSN-Less Connection

This code allows you to connect to a SQL Server database without creating an ODBC Connection.

2002ASP #1272
A keylogger that makes sense

I named it sensible keylogger because the output makes sense. What is the use of Logging Function keys and page up keys and so on. If you want that function check out the earlier keyloggers at PSC(esp CodeUpload1575.zip). My Keylogger is able to distinguish between Capitals and Small Letters. It is able to trap ~!@#$%^&*()_+|":?>

2002ASP #519
InetFTP

An FTP client, for internet transfer of files to and from the server, text or binary. Microsoft FTP site is defaulted for ready testing and use by readers. You may even try to download a couple of files before browsing the code (To avoid overwriting, program will first see if there is already in existence a file of same name, either in download or in upload). There are Help buttons to guide your use of this program. File size will be reported before any downloading/uploading action. [VB6 Inet is used].

2002ASP #1239
ADOPageControl

Have you ever wanted data to be returned a page at a time? For example the data you requested returns 200 rows and you want to return them to the user 1 page at a time? Well now you can! PS!! Do not forget to rate this software. This results in more code!! Thanks.

2002ASP #1589
Create Email in default client / Open URL

Simple calls to open up the default web browser to a given URL or to create an email message in the default email client.

2002ASP #1843
DOS Console Application

It creates a real DOS-Console-Window with input and output over the API!!!!!

2002ASP #1465
Password Viewer(Shows the REAL text in a *textbox)

This amazing piece of code actually shows you the real password in those password boxes instead of the ***** you always see! This code uses the mouse as a "revealing glass"(Sorry, I couldn't find any icons of a magnifying glass to use for the cursor), so that when you move the mouse over a textbox, the password changes to REAL TEXT, and when you move it away, the password is shown as ***** again! This effect is easily edited out of the code, if desired. This program is not meant for stealing passwords, please do not use it for that purpose. I hold no responsibility for passwords stolen using this program. This program won't work with IE, but it will work with Netscape, because of the way it handles windows.

2002ASP #1591
ICQ0.98beta

This code works with ICQ, not yet a stand alone, but it's a great code to use if you want to learn how to usa the ICQapi. It's rewritten from the C ICQapi so don't expect full capabilities, but most of the stuff are in it. Since I lost my old project of this source I made a new one this mornin, so all stuff wont be in it like send message etc, but you might figure it out sooner or later. I think the Send_File option is included in there somewhere. List_Online_User and Notify_On_List_Change etc has been injected. I can't actually write all the stuff down here, would become a huge list. There are some extras like Send_WWW_Message, Online_Offline_UIN and more. I'll publish a more comlplete file soon with all the nice interfaces and ICQapi uses, but I just didn't have time this mornin. Information about the C ICQapi can be found at ICQ's home www.ICQ.com Due to the lack of time I had some files etc might be missing, if so, tell me.

2002ASP #1592
Hyper-link / mailto

Easily lets you add a link from you VB application or open default email program.

2002ASP #1593
Complete Shell Replacement With Systray

A complete shell starter... (minus the desktop Icons working on...) AutoRun might need somework yet it will play Audio CD's Look for update!!! There is one somewhere here.... http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=21288&blnEditFeedback=FALSE&lngWId=1

2002ASP #1563
Dial-up Networking

Dial-up Networking demo. Soon it will be updated with RasGetEntryProperties and RasSetEntryProperties API's. Some parts are not written by me...

2002ASP #1597
TreeviewFrom/ToFile

This example builds on Srinis example found on www.vb-helper.com. Srinis example loaded data to a treeview from a text file with tabs denoting indentation. My contribution is the save treeview to file function. It only saves one level of childs, it was all I needed for my other project. Srinis example loads more than one level of childs. I am shure some small modifications to my example will enable it to save multiple levels of childs, but thats your jobb ;)

Languages
Top Categories
Global Discovery