Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #142707
REG READWRITE(RE UPLOAD)

This tutorial is for beginners who wants to know how to save data to registry such as username and password, program settings and etc... i made this tutorial because of request by Zaydi. a new friend from PSC...

3_2004-2005 #142708
Get Domain Name

Ever wanted to get the Domain of the currently logged on user? This code works on Windows NT and further.

3_2004-2005 #142709
_VBuddy_

This is a game i wrote in Visual Basic 6. Its the first game ive ever worked hard on, yet a long way from done and still very small there are still things you do to keep your VBuddy alive. He can live to a ripe old age of 76 or untill his health gets to 0 (Done in many ways). At then end it will give you a rank of how good/bad you were to your VBuddy. Please post feedback! This was tested with VB 6.0 and Windows XP. Tell me of bugs you find.

3_2004-2005 #142710
Radical Edward

Could be used to pester someone... ;-) Inspired by the free-wheeling Edward Wong Hau Pepelu Tivrusky 4th; this started out as someone else's project about making various shaped regions... but then it got extremely silly. A little happy face appears on the screen. When the mouse moves over it it giggles and skitters away, occasionally making a clone of itself. Project does have some redeeming qualities, like demonstrating how to load gifs and play wave files from a resourse file; and of course the original region code. Oh, and just hold down the shift key and move over a face to quit the program. Yay, Edward!

3_2004-2005 #142711
LiveUpdate OCX (Updated)

LiveUpdate OCX allows you to update software via web. Support for LZ compression included. Uses WinInet DLL not Inet Control. Locked Files Updated when system reboots, other file updated on the fly, both Win9X and WinNT bases supported.

3_2004-2005 #142712
Count words in a string with 2 lines of code

Have you been using the instr function, or 3rd party functions to find the word count of a block of text. Now you find it in ONLY 2 LINES OF CODE - NO API CALLS - NO MODULES / CLASSES / CONTROLS - PURE VB CODE

3_2004-2005 #142713
_vbXML_

vbXML is a class wrapper for the MSXML 2.0 Library (should also be supported by the 4.0 Library as well, since it is backwards compatible). vbXML gives users an easy to use front-end for MSXML, allowing you to easily read, write, delete, and create nodes and node attributes. You can also read in the full XML for a node (and all child nodes) or the full XML file itself. vbXML is based (almost entirely) on the CGoXML class submited to PSC, though vbXML is completely my own code. Included is a quick and dirty example to show you the basics of vbXML. Some comments or a vote would be nice =)

3_2004-2005 #142714
Count spaces or occurances of words or anything with one simple line of code

Count spaces or occurances of words or anything with one simple line of code.

3_2004-2005 #142715
Moving StarField Form BG (3D Version)

This is a really cool form effect, it looks like a starfield moving from the middle of the screen out at you, it kind of looks like the Windows screen saver. This is not originally my code, but i like it so much that i have made a better version of it. You can change the speed and color of the field. This is an update of my last submission (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=40900&lngWId=1). Enjoy

3_2004-2005 #142716
POP Email Viewer & Alerter

This program checks the pop server provided by you at some regular interval of time and alert you when you have change in the no. of messages. You have to provide pop mail server, port (if other than default port), username and of course password. Returns the total no. of messages on the server and total bytes used by those mails messages Uptill now i havent seen any side effects but if you find any then kindly let me know. I have not used any API to access server but instead i have used some Low level commands to access POP server so basically you must know the use of the commands. I have used some API like SetTimer, Shell_NotifyIcon, etc...

3_2004-2005 #142717
NumLock CapsLock ScrollLock light

Light on and off numlock, capsock and scroll lock

3_2004-2005 #142718
Frexplorer (File Explorer) updated

Update 2003-08-15: Removed FileSystemObject, now I only use API which is a lot faster. ---- Emulate Windows Explorer. Shows how to manipulate a treeview to build a directory tree, listview for files, API for file manipulation and recycle bin. I'm not responsible for what you do with it :)

3_2004-2005 #142719
_MsgBox Creator_

This is a MsgBox creation program I made to help complete beginners with Message Box's. There used to be an aplication that came with VB 4 or 5that did somthing similar.

3_2004-2005 #142720
Audio Client

Full featured CD Ripper/MP3 Encoder/MP3 Player. I threw this together in about 2 days so the code is a little messy. This will Extract tracks from your CD-ROM and convert them to Wav's. It also has the ability to automatically convert the wav to MP3. Once you have converted the files you can play them back with the program built-in media player (only MP3's right now). You could easily make the media player skinable by simply creating graphics for the BGPicture of the picturebox. (You'll understand when you see the code). You could also easily add alot more features with the DLL's that I have included. This uses LAME Encoder to encode the MP3's. Be sure to read the readme.txt to see what files to rename so that the program will work correctly.

3_2004-2005 #142721
KwikScan - Port Scanner

Simple "fast" port scanner. Includes a list of port and definitions. As well as a dynamic port watcher, and just for the heck of it I threw in a IP stealer for AIM users. Updates coming soon. If you like the code and think my efforts wernt wasted please vote for me.

3_2004-2005 #142722
_Kyoko teach you Date & Time Functions in 60 seconds_

Learn *ALL* date & time functions in 60 seconds. I have seen a lot of beginner stuff here but none of them offer complete date & time functions (if has also complexxxxx!). One command button done all the functions in this project, so you will understand all those functions on the fly! I am always here to share with you what I have learnt, pls leave some comments! Thanks.

3_2004-2005 #142723
NineEleven

Basic VB calls eg; Case Select No BITBLT NO Direct-X. Full Source Code!

3_2004-2005 #142724
CD Indexer v. 1.2.3 beta

CD Indexer is a program in whish you can make mirrors of drives/CD's. This program works just like Advantage Disk Catalog. Why use this program? Is much faster!!!!! This program is totaly FREEWARE, just like Drive Mirror 1.x and 2.x was. For more help or info, go to the website: http://www.cdindexer.tk

3_2004-2005 #142725
Transparncy UserControl yo put in your app

This is a usercontrol i made so that i can add transparncy to my apps. its really nice and has some good options. it only works in 2k and xp. but still please leave comment and/or vote

3_2004-2005 #142726
_vbXML 0.02_

The second release of vbXML, version 0.02. Included is a more advenced (and better looking) example showing the usage of the three new functions. I also took the time to write up a quick readme file (included in the zip). For those of you that dont know what vbXML is: It is a class wrapper for the MSXML Library. Currently supported is the 2.0 version (because I cant upgrade to 4.0 on Win98)

Languages
Top Categories
Global Discovery