Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #31858
NetImage

UserControl for downloading images off of the internet. It works as though it is a mini web browser, looking for http:// or file:// prefix. It doesn't support FTP yet but it will soon and it is contained in an example Project. Please vote for me

ASP_Volume2 #31859
Aim De/Encrypt Saved PW's

You Can Make, Change, Or Delete Saved Aim PW's. Just 21 Lines Of Code To Decrypt The PW. This De/Encrypts All 256 Characters. This Can Also Be Used For File Encryption About 120kb/s On A 1Ghz. Works With Aim 4.8 And Older :(

ASP_Volume2 #31860
CPU Monitor

This program can query the CPU usage on Windows 9x *and* Windows NT systems. Most examples don't work on NT4 or older (including the examples found here on Planet Source Code), but this code does. It does this by calling an undocumented function (the same function TaskManager uses to get various Windows information).

ASP_Volume2 #31861
ClipGrabber

This app sits in your system tray an monitors the clipboard and saves any graphical contents to a file. It was mainly written for screenshots but sadly enough it saves everything that is graphics. If anyone could solve this, it would be great.

ASP_Volume2 #31862
LDB Read and NetSend

I wanted a way to send messages to the users who are in an access database. This code opens and reads the ldb file for the database (that you specify on the form), reads the user names and sends a message....all without API calls. You can do a lot more with this obviously (I trimmed it down a lot for this forum). You will need one text box for the source of the ldb file (named txtLocation), one command button, and one text box for your message (named txtMsg).

ASP_Volume2 #31863
VB MPlayer3 a compl API MP3 Player (w slider) (MUST SEE)

VB MPlayer3 is a complete MP3 Player using only API Calls. NO OCX NO OCX NO OCX NO OCX NO OCX... I HATE OCX. What has it? COOL: Time line(you can slide it) like WinAmp, and fully functional controls. MP3 INFO: It gets the bitrate, frequency and mode of each MP3 file. COOL: With it you can modify the RATE of the MP3. FILE ASSOCIATION: You can register the file types. PLAYLIST: The controls of playlist are fully functional. It saves the items of playlist and the last listened music to the next time you run the MPlayer3. Sorry guys, but it is like WinAmp. I don't have any idea about how to make a different MP3 Player. And sorry my English. VOTE FOR ME PLEASE, IT'S A GREAT PROGRAM. LEAVE A FEEDBACK.

ASP_Volume2 #31864
AI Pathfinder - BEAT THIS! (really: please try, it's not good enough ;)

Great working AI-pathfinder! If you know ANY VB you know this is about the hardest you can do. Finds the 'shortest' way trough a maze (or whatever you might use it for). However it's not good enough (does not work with planes etc.) so if you can do better PLEASE let me know! PLEASE PLEASE PLEASE!! :)

ASP_Volume2 #31865
String Table Resource file viewer

Use the Win32 API functions to retreive from a resource library (exe or dll) a string within a String Table with its specified ID and LanguageID. Gives the ability to write real multilingual VB applications by using a resource file. You can define in the resource file more than one columns for the String Table type and return the string based on the ID and the LanguageID. This code id bypassing the standard VB function LoadResString where you don't have the ability to specifiy a language.

ASP_Volume2 #31866
Database - ADO

It is a Good example for those who want to connect the Database with ado, Visual basic Suggestion and Comments are Welcome

ASP_Volume2 #31867
Clean Up Temp Directory

This will delete all files in your temp directory older than 10 days. I made this program 'cos for some reason, Disk Clean-up wasn't deleteing the files. It will also check and delete files in subdirectories and the sub directories themselves. I have to stress though ; be very carefull what directory you use this on - I accidentially deleted my windows directory during testing ;) Feel free to vote and any comments are appreciated

ASP_Volume2 #31868
Prepare Your Programs for Windows NT Compatibility!

Windows XP is coming. With that, everyone will be moving to the NT platform. This article goes through some tips to prepare your programs for compatibility with the NT platform.

ASP_Volume2 #31869
GeoStar

Create beauiful geometric stars with Geostar. Experiment with colour, size and shape to create your own works of art!

ASP_Volume2 #31870
URL Launcher (UPDATE)

This is an UPDATE of my last URL Launcher. This code will launch a website by right clicking on the IExplorer icon from the Win98 quick launch taskbar. The choose Launch URL and the rest is easy. I have made it so you can clear the saved url's. Also if you enter a blank url and hit enter this will act as a cancle and close the program. The autocomplete of the url's now works and saves them to a txt file. You can also clear the saved url's by clicking clear url's from the list in the combobox. You MUST compile this project into "c:\windows\browsefrom.exe" The RegKey.reg file got deleted by planet source code so I saved it into a .txt file. open the RegKey.txt file and save it As RegKey.reg and then merge it into your registry. If you do not merge the RegKey into the registry this program will NOT work. If anyone has any questions feel free to email me at [email protected] and PLEASE VOTE.

ASP_Volume2 #31871
Cycle Text

This is a MUST SEE CODE. This code will scroll text in a Lable like when you type in a textbox. PLEASE VOTE.

ASP_Volume2 #31872
Record Library

I wrote this app because I was looking for a simple way to store my Records and CD's in a database, so here it is. Hope you like it! Any comments are welcome off course. NOTE: Before you start using it, make sure you have the ODBC settings right, so do either one of these two things: first,you can make a manual ODBC connection (SYSTEM DSN, Microsoft Access driver, etc, and in Select Database --> Browse to the database then select it.) Second, in modDeclarations, replace this line of code "Public Const DB_RecordLibraryConnectionString As String = "DSN=RecordLibrary;UID=;PWD="" with this one: Public Const DB_RecordLibraryConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=PATH TO YOUR DATABASE\RecordLibrary.mdb;Persist Security Info=False" Now it should work fine! Enjoy the Record Library and feel free to drop me a line!

ASP_Volume2 #31873
RWordActiveX.dll - Updated

ActiveX DLL to convert an NC (Numerical Control) File that uses incremental I and J values (Milling) or incremental I and K values (Turning) to describe the center of an arc to an NC File that uses an R value to describe the radius of the arc. Requires VB Runtime [msvbvm60.dll] All NC File Headers must be properly commented! Recognized commenting characters are: ASCII Character Codes Chr(34) Double Quotation Mark Chr(39) Apostrophe, Single Quote Chr(40) Left Parentheses Chr(59) Semi-Colon

ASP_Volume2 #31874
Synchronize v1.1

This is an update to synchronize. This has the missing timestamp code, and if file exist code. It still synchronize two directories files. Making them duplicates of each other. Supports UNC naming.

ASP_Volume2 #31875
Tooltip Multiline 1.0

Tooltip text with multi line, more backcolor, font, fontsize etc...

ASP_Volume2 #31876
ComboBox with multicolumn - problems fixed

ComboBox with multicolumn like in MS Access, it’s possible to set connection string, data source , number of column , List with, Column width , etc

ASP_Volume2 #31877
Create Font List Like Office 2000, NO BUGS unlike OTHERS VOTE NOW

To Make a font list like Microsoft Office 2000 does.....PLEASE VOTE FOR IT...it is 100% compatible and it works perfectly... if you have any sorta comments send them over.. or any sorta critics too

Languages
Top Categories
Global Discovery