Advertisement

Results for "Volume: 2002C"

2002C #14726
Adress book

English version of my Imenik application Connects VB and Access

2002C #14632
Easy Generic Multithreading with MThreadVB (Internal Pointer bug fixed)

MThreadVB is a generic multithreader, allowing you to multithread any function or sub. To find out more, read on !

2002C #14552
Telnet simulator

This program simulates the Windows Telnet program

2002C #14383
UPDATED: Magnetic Forms(very Cool)

Gives your Forms a professional touch! With magnetic(automatically docking) Forms. If your using Winamp, you know what I mean. Just move a Winamp window around the screen and it will magnetically snap on the screen border. My Code will not only give you this feature while moving the Forms. Even while resizing! This Code is VERY easy to use. The new Version now doesn't move the Forms manually. This makes it faste on old PCs and Win9x! You just have to see it(PLEASE VOTE FOR IT, too)!

2002C #14410
A Systray Icon Example

This is just a small example that will show you how to (1)Minimize your form and make it dissapear. (2)Place your forms icon in the systray (3)have a popup menu that re-opens the form etc,There is probaly a million codes out there for this sort of thing but i thought i might as well share mine with you.

2002C #9111
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

2002C #12410
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.

2002C #15136
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).

2002C #14337
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).

2002C #13791
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.

2002C #13140
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!! :)

2002C #13770
Read & WRITE ID3 V1 AND V2 Tags In MP3 Files

OK. This post details how to use the open source library ID3Lib to read and write ID3 V1 and V2 tags to an MP3 File from within Visual Basic. This library is probably the most comprehensive implementation of ID3 tagging in the open source world. However... it is a dll (compiled in VC), so in order to download and work with it, you must surf to this address to: http://members.tripod.com/thefrogprince/ Click into the Downloads section and a zip with the DLL library and a sample Visual Basic project is the first item in the list. The full C source code is also available for those of you that want it. (site also has a Links section that will jump start you VB programmers in researching your options in this category).

2002C #14881
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.

2002C #13414
Database - ADO

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

2002C #12292
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.

2002C #15142
GeoStar

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

2002C #13072
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 u_tech@excite.com and PLEASE VOTE.

2002C #13069
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.

2002C #13767
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!

2002C #13338
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.

Languages
Top Categories
Global Discovery