Advertisement

Results for "Volume: 2002C"

2002C #14512
Media Organizer

Have you ever wished your medias such as CD-rom, Floppy, Hard drive partition was better organized ? My Media Organizer scans your media and returns information about the files. The result of the scan can be saved in an Access Database (MS Access does not need to be installed) You can select what formats to scan for from listboxes that lists the most common formats of Videos, Audio, Picture, Documents, Web and Executables. You can also add your own defined formats. Or choose to scan for all formats/files. You select on what drive your media is. It can be a Floppy, CD-Rom, HD partition, or mapped drive. When you open the program, it lists all current medias on that database,It shows info such as: MediaId - Identification no to track the media MediaType - CD-Rom, Floppy, Hard Drive MediaInfo - Info, for ex collection of mp3. You select a media for a list of files. You select a file for additional info such as: MediaId, Mediatype, MediaInfo. Filename, Path, FileSize If the selected file is able to run you can run it. for ex mp3 in default player. The database is searchable in several ways. Search for .mp3 and you will get a list of all mp3 on a media or on all medias. The search function supports wildcards If something changes about the media you can do a rescan of it. You can delete all medias or a specific media. You can backup the database and restore it. The projekt is made with VB 6.0 SP 5, MDAC 2.5. Please come with constructive feedbacks and bugreports.

2002C #10604
Nice Form Fade " Magic "

Hi Again With Small Number Of Line You Can Now Make Your Form Look Very Nice And Magic With Fader Color Inside it , Download My Project And Give Me Your Vote !!!!

2002C #9497
Trim all those EXTRA spaces

VB forgot to add a Function strip out all those LEADING, TRAILING and EXTRA spaces in ONE Function. I have seen many attempts at doing this but think mine does it in the least amount of code. Note: = literal SPACE

2002C #9498
Is in Array Function

Find if a value exists in an array WITHOUT LOOPING. Often we need to find out if a value exists in an array. This one does it VERY FAST. NOTE: This Function only return True / False regarding the Existence of a Value. If you need the Index you will have to LOOP.

2002C #10605
Nice 3D Text

Hi Make 3d Text In Your Form With Small line Of Code 'Give Me Your vote !!!!!

2002C #14181
cContactName Class v1.0.1

This class is great for use with contact database programs. It's designed to take a Person's Full Name and break out the details to individual fields (Title, First, Middle, Last, Suffix); criteria validation function that check for missing field; auto capitalisation; and fill a passed combobox with all Titles (Mr. Miss, ...) or Suffixes (Jr., Sr, ...). Also takes multiple fields and returns a formatted Full Contact Name. The test application also demonstrates (for beginners) how to create an Auto-complete a ComboBox; Quick ComboBox search using API; Simple field hilighting methods for TextBox and ComboBox; Avoid complex If/Then structures using bitwise operation and the IIF function. The code is commented and clean - well worth the look. Please vote if you like it...

2002C #14201
Drive Browser Example

This is a fairly simple code that is an alternative to Windows Explorer or My Computer. An example using the DriveListBox, DirListBox and FileListBox, this code was "inspired" by File Browser, uploaded a few days ago. However, I wrote every line of code in it except for the "Error" section, you'll see when you download it. This application distances itself from most, maybe all of the other file browsers on PSC because it enables you to OPEN files from right within the application, by using the Shell ("Start ") API call. This enables you to open all types of files that are associated with an application, not just open specific files. This function does not ALWAYS work, I don't have a clue why not, but if anyone could point out why this is happening, if they could post an UNDERSTANDABLE comment, it would be greatly appreciated. Now, if you think this code is worthy, throw a few positive comments amd votes my way, and bear in mind, I'm 11 and this is in the BEGINNER category. Some of you seem to derive some strange pleaseure from rating beginner code at the intermediate, or even advanced level. I hope this Drive Browser comes in handy or teaches you something!

2002C #13349
Property Box

Simple class module which "bind" a listview to create a property box

2002C #14771
Read, Write, and Remove ID3v2 Tags (Id3v2.3.x) Updated

This component will read, write, and remove ID3v2.3.x tags. I have done an exhuastive search and have found the correct algorithm for encoding and decoding the Frame and Tag sizes. I have also included a sample project that demonstrates the use of the ID3v23x DLL Please check it out!

2002C #13205
Express Messenger 2.0

Express Messenger is a robust instant message tool. Some of the features are: Application sits in the system tray, popup when new message arrives,sleep mode(blink in tray when message arrives), send messages to users,groups or both,play sounds,etc.. A must see appication. Please vote!!!!

2002C #14524
MJD Simple Collision Detection

Very Simple Collision Detection. The intent here is for simple collision detection between two shapes only. Speed and precision were not needed, nor considered. Mostly Written by MDavis, with credit given to Rosh Mendis (very cool soccer game post on PSC!) for the actual collision function. I'm fairly new to VB and I needed a collision detection for a small game I am writing. My web searches led me to complicated (to me, anyway:)) posts that had a lot more than just collision, which confused me. So, I wrote this to learn more for myself, and now that I understand it better, I thought I'd post it to possibly help someone else.

2002C #14921
Survey

This code collects answers from option arrays and text boxes and saves them to a text file. The data could easily be saved to a database. The code has validation and scroll bars and can be customized for a wide variety of business uses.

2002C #14373
jDXEngine v1.1 (DirectX Container Class)

Welcome to another edition of jDXEngine! ;) This time, I've added extra classes to make it a bit more OO, and so that the jDXEngine class didn't have the 100+ functions that was rapidly approaching. :) This is not meant as a tutorial on how to use DirectX8, but more as a tool so that you don't HAVE to know DirectX8 to be able to create 3D gamez/appz. Operation: The arrow keys will move you forward/back and turn (remember doom?), and the "," and "." keys will strafe you left/right respectively (remember doom?). The world itself is quite small, and I have no form of collision detection so you can just walk straight through the walls and such. There is no 'boundry' so you can walk infinately in any direction, but you won't find much except for the little building. ;) Anyway, a vote would be appreciated, but I'm far more interested in your feedback. What's good? What's bad? What could be improved/added/removed? How can I implement collision detection so that you can't move through the walls and such? That kind of stuff. :) Thank you for your time in reading/downloading this, I sincerely hope you find it useful in some way. =)

2002C #12648
Flags, the Binary system and Logic operators.

This article teaches how and why to use "flags", and goes through the Binary System and Logic Operators to explain this. Please give feedback and/or vote if you think this could be of benefit to alot of programmers. I got the idea for this article while making an ActiveX DLL for a card game, so the I promise article is applicable to many real programming problems and I do practice what I preach. - Simon Price http://www.VBgames.co.uk

2002C #13909
OCX interface tips

3 tips that you should definitely use to make your own developed ActiveX controls more developer friendly:

2002C #14927
Atomic clock w/o winsock

This is basically an Atomic Clock time retriever, this one is a little different. All the others are utilizing winsock, which is good for dialup, but I use a LAN connection with a firewall which stops me from connecting using winsock. So I created this program to go to a time site and grab the time from within the html of the page, then update all of the US time zones. It doesn't update system clock but I have found it useful. Documented good for me, but code is very simple. Vote if you want to, thanks!

2002C #14590
Net Watch V2.1 updated ! Measure connection (internet) speed REAL TIME!

Net Watch V2.1(UPDATED) ------------------------------------------------- UPdate 18/01 : Download / upload correction scale Bug fixed setting upload/download Try the application out !! Bugs fixed , less overhead... With this application you can see the data transfer on the adapters ( IP's )installed by your system. (including localhost!) It will be visualized by an analoge/digital meters, you can see the adaptor type , connection speed , bytes recieved & sends. You can also see the datatrafer/seconds. By clicking on the ICON in tray , it will display an popupwindow ... By clicking on the IP's in the popupwindow you can show or hide the analoge/digital meter. You can input the maximum speed for upload & download in kB, then the scale will be automatic resized by using a control. So if u are using example 1 networkcard & dial up modem or adsl , you can see per IP (adaptor) the speed , connection , connectionstatus ect.. By clicking on the 'Change scale ' it wil show or hide the scale partsettings. By Clicking on the 'View more' it will show/hide the additional information about the ip adapter. By Clicking on Digital/analoge it will change the skin ! ****** Please VOTE for ME !! ****** if you have idea's to upgrade , problem , please email me !! Greetings, Peter Verburgh.

2002C #9263
VB Bomberman v1.0 *Fixed*

*Fixed Version!* Hey, everybody loves Bomberman! This FULL clone of the classic game includes Powerups, Graphics, SFX, Music, and a Highscores table! Don't miss out on this excellent game!

2002C #12696
A Screen Saver with the Lot !

Heaps of code and functionallity you can use here! This is an almost complete re-write of my earlier "Talking" Charlie screen saver. This version is heavily documented, it will display in the Preveiw Pane of the Display Properties dialog and has a myriad of available settings to allow for colour gradients or user defined pictures in the text and backgrounds, as well as it's own Font selection dialog (Thanks to Rob Bogdanoff for the Fonts code). If you are going to Vote, don't judge me on my "off tap" sense of humour or lack of taste, just evaluate the code and functionality of the project itself, which I reckon is S**t Hot!

2002C #14589
Easy COM based Multichannel Dynamic Data Exchange (DDE) Between Apps - With InterCommVB II (Updated)

Learn a new method of dynamically exchanging data between apps - with InterCommVB II. With unparalled power and ease of use, InterCommVB truly allows you to get the max output from minimum code. So you no longer need to tamper around with DDE APIs and other hard Win32 APIs. InterCommVB truely makes implementing DDE a breeze - even a beginner could be implementing DDE with this component. The package also includes an HTML file to help you understand the concepts better, in case you are a newbie ! This version is updated to include a host of new features !

Languages
Top Categories
Global Discovery