Results for "Volume: 2_2002-2004"
Would not it be nice to have something that can play and/or decode file by using one control? So here we go. Xaudio.dll can do that. I did not write the DLL itself. Thanks to the guys who wrote it. I just made this DLL work within Visual Basic. So you will need the xaudio.dll and xanalyze.dll for this project. Place these DLL's into your Windows/System directory. Read ReadMe.txt file. You can find descriptions for DLL's iin official Xing site or drop me an e-mail.
A complete up to four player Yatzee game. It has die animation, Sound... The code should be fine for beginners with some experience with VB Fundamentals programming. Constructive feedbacks are appreciated more than votings. Have fun Knoton
This program will import any DBF file into GoldMine using the DBF to update existing records based on the AccountNo. This enables you to take your GoldMine data, export the entire Contact1 file, run cleanup on it and standardize it, then pull it back into GoldMine to update changes made to the file. This uses BDE and the GoldMine 5 API which you must have to run successfully, also contains a simulation mode which will not update GoldMine but will read and show changes in a CSV log. Also note that this import process by using the API does update sync information. As always use at your own risk, try a small test file, and vote ;p
Two pre made forms (Tab Strip and a dir select) ready to put into your apps from the VB project window. Form1 = 31 lines of code giving you a 6 window Tab form to start working with. Form2 = 13 lines of code giving complete access to you file system with minimum code. Just unZip to your forms file which by default would be somthing like "C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms" then launch VB and add a form you will find them their. Saves me ages, I do have other forms but will only add them if people vote for these. JP keep on coding.
Well, this is v3 of my previous post. It contains 68 functions that are related to sorting, searching, hashing, moving, copying, adding, deleting arrays (+ some more :). Anyway, I think you get the idea. All possible speed enhancement have been implanted, including LOTS of CopyMemory. Each functions have been vigorously tested AND benchmarked for efficiency. The major new feature is a new sort algorithm, dubbed 'TriQuickSort'. I am aware that no sort algorithms are the fastest in all case, but I can affirm you that this one performs *very* well. It is about as fast as QuickSort, but does not suffer from nearly-sorted arrays. In many cases it can be even faster than QuickSort because it combines 2 sort algorithms, so that the major drawback of QuickSort gets done by another sort algorithm (InsertionSort). Anyway, on my previous post i had 4x 5 stars, so you guys should enjoy the newest version :)
Converting decimal value to hexadecimal WITHOUT! using the VB functions or mod (which are limited to long data type value), therefore the function can handle BIG numbers, untill 15,000,000,000,000,000 (1.5E+16).
Simple flat button control, pops up on mouse over, Preeses down on mouse down, goes flat on mouse out, includes the MouseMove, MouseDown, MouseUp, MouseOut and Click Event, Can change the picture property or have no picture at all. No timer control needed.
The designer Top/Bottom bar Activex Control is a scrollable toolbar sort of entity that imitates Outlook bar. I made this for topic selection in my astrology package. Its quite well designed, and will be good for software with multi documents/topics. I have supplied the source(.ctl) file in here. Don't forget to rate this code. Warning: There are no comments in the code.
Strings play an important role in every software. This tutorial is big, it has everything that a beginner wants. This version is modified to remove some mistakes in the previous one, and adds some information about instr. I'd be glad to see your feedback. Thanks! Note: Since I am no guru, this could be all wrong, use it at your own risk.
A complete Media Manager Project, that can play almost all types of media formats like, DVD, MP3, AVI, from CD-ROM or Hard Drive. Built in function "strfnFindCD" provides automatic detection of your CD-ROM drive. Auto play VCDs or DVDs. Select multiple media files and play without any interruption.
This code show how can you make a hexagon in vb without using DX. The code also show how to move that hexagon.
This is a simple program I wrote for my frineds to view pictures that I burned onto a cd for them. It has a resize (fit-to-screen) algorythm for pictures that are larger than the desktop resolution. It also includes an on-the-fly timer adjustment (with an estimatated viewing lenght display). It'll also display the filename if you wish. This is my first PSC upload, so please let me know what you think. thanx
This small app. contains code to read/write ID3v1 and ID3v2 Tags from/to MP3 files. This code is used in one of my commercial applications. Please vote for me if you like it, it took many hours of development, specially the ID3v2 part (see ID3v2.org for specs.)
It returns the path of the windows or temp folders.
An Example how to use and create hotkeys If you Download, Please rate it first. You can do me a favour if you do that! Thanks.
Hi this is a little String Manipulation project I made To help beginners understand strings and people at other levels I have included all examples of each function to make it easyer. Sorry I have not included many comments if any but I was bussy at the times working on another project anyway I hope you get some Ideas from it. please vote if you like this code and level comments.
This is a completly 3d CAD program! You can edit and create ANY 3d object and open & save them. With this program, all 3d objects of the Shot It game were made. You can create a 3d object and edit, rotate, move, connect, stretch... it. The program supports textures, materials, directional & indirectional light sources, setting the visibility, preview the 3d object and much more things. A word help file about this program is also included in the directory DX Cad\Help. This is the updated version which fixes some bugs and makes the exporting to the Shot It game much easier. This program needs DirectX 7 or higher to run. Check this out! Known bugs: In combination of Win2000 and DirectX 8, the textures in the preview are looking very strange. So, run the program on another PC configuration! Some people had a problem with loading the program because of an DirectDraw error. If you get an DirectDraw error, switch your desktop color depth to 16 bpp! In Windows XP, you computer will reboot when trying to assign textures to polygons. I don't know why this bug accurs, and there is no solution on it except running the program not on WinXP. Sorry for these things, but I hope you still like this program!
Access CPU registers, write true in-line C, C++, and assembly, hook API calls made by other programs, export your functions to a non-ActiveX DLL (in other words: make APIs), call functions by address, etc, etc, etc. The potential is mind boggling!
It configure the application by recieving data (a file) from a webserver/Website. example, you start this program & the application will go to your site , downloads a file (config file) & then change the behavior of the application as my example , hidding buttons, changing a text label on the form , disabling checkbox's.. ect... So you could write now applications , people start it up , retrieves a file from your site with updated value's , information ... More information availible in the ZIP file Readme.txt Check my other applications on PSC ! ---- Dynamic Webserver UPDATED ------ ---- RS232 - DATALOOK --------------- Please Vote for me!
COOL! Active X Control RGB Color Picker Photoshop Style.VOTE PLEASE!New In This Version Right Click Menu Over Color Picker Lets You Choose Between Web Safe And Non- Web Safe And Color Or Gray Scale Also Change A Few Misc.. Items. PLEASE VOTE FOR ME! Also COMMENTS AND SUGESSTIONS APPRECIATED!