Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #120921
D3D 8 Ball

It displays a 3D Sphere in a window , but the nice thing is that it A) uses little code and RAM B) It is a good program to help ppl understand direct 3D C) The Sphere is nice "Draggable" Ofcourse , you need DirectX7 at least

2_2002-2004 #120922
Match() - Check any string for any number of characters.

Simple function to validate string contents. Compares a given string to a list of illegal values and evaluates whether or not it contains any. Very fast and easy. Can also be used as a string search function with a little modification.

2_2002-2004 #120923
GET YOUR 'REAL' IP NUMBER (No Matter What Your Connection Is)

Ok, since everyone and their dog has been asking me for this bas file that gives you your True and Proper IP number, no matter what your connection is... Here You Go! Be sure to have a winsock control on your form before you use this. A sample of how to use it is included in the declarations of the bas. PLEASE VOTE!

2_2002-2004 #120924
File Type Association

Create file extension for your application.

2_2002-2004 #120925
Create your own Listbox example

A listbox using nothing but a picture box and scrollbar, not done yet.

2_2002-2004 #120926
GetPics

GetPics searches a specified WebSite für Pictures. The HTML-Source of a Site is parsed for the "img src" - Tag, relative Links will be converted into absolute Links and all available pictures are show in a ListVew. DoubleClick on an entry to get the complete Picture temporarily onto your HD and view it in a Image-Control. DoubleClick the control to delete the Image.

2_2002-2004 #120927
Solomon's Key Remake

This is the beginings of a platform game editor which i intend to use in reproducing one of my favorite classic nes games; Solomon's Key. So far it doesnt do much, i'm uploading this to get some feedback ... enjoy

2_2002-2004 #120928
projectIRC 1.074 update

Update of my IRC client. Added TraceRT and DNS aliases. Tweaked and new interface (new buttons). Calculates lag time when joining channels Fixed many little bugs. Check www.projectIRC.com for more info on the updates.

2_2002-2004 #120929
neXus 1.1a Source Code (Unfinished)

This source code is a jump in revisions from 1.0a to 1.1a of neXus. For those of you that don't know, neXus is my coordinate-mapping application inspired by an original idea from Tyson Westby. Anyways, the changes in 1.1a are that you can have a visual confirmation that you have marked a coordinate. However, unfortunately, this meant that I had to take some of the source code out. Some of the old functionality was lost, and some of the new functionality doesn't work correctly. Anyways, this application allows the user to map coordinates for irregular-shaped Visual Basic forms without the need for bulky ActiveX Controls. As always, leave feedback and vote!

2_2002-2004 #120930
Karaoke Player

Have a karaoke player as Real Orch in its PC, developed in VB. This Class opens a file *.kar and it extracts whole to necessary information for the execution of the file. It synchronizes the text with the music. Pure code, doesn't use ocx nor special dll.

2_2002-2004 #120931
RepShell v 0.3.3 UPDATE

Here's an minor update of RepShell, v 0.3.3 (EXE also included in the Zip) The changes in this update are these: - Fixed the ChooseColor Bug - Fixed the StartMenu Foldout - Added option to change quickicons There has changed a lot since the last time it was up. Features: - Fully enabled taskbox with cool buttons - Fully functional systemtray - Right-click my computer icon to show menu - Automatic drive recognition and listing - direct access to all folders - Context menus for desktop items - Arrow navigation on desktop and in menus - Choose your own colors for menus - Very fast file searching - ability to make RepShell default shell from the option form - Option form to change a lot of settings - Working desktop refreshing - File size seriously reduced - Added item to context menu of desktopitems to rename them, this is not a standard windows function - Simple DUN functions - Started adding multimedia functions but decided it would be better to make that a new project I will be posting this one soon Even if you don't like the program there's a lot you can learn from here. It's up to you guys to fully test it. Please leave comments. If you're an experienced programmer take a look at questions.txt for some issues i'm having trouble with. Maybe you can help me out. Salihman w/ special thanks to Stan the Man and Zorix

2_2002-2004 #120932
Do 50 common API calls in OCX! No remembering Tons of API! (Update3)

50 common API calls in OCX so you just need to call them! Includes the folowing: Form on top, ShutDown, Restart, LogOff, TaskBarHide, TasksBarShow ,ScreenSaverOn ,ScreenSaverOff, DesktopIconsHide, DesktopIconsShow, ALT-CTRL-DEL Enabled, ALT-CTRL-DEL Disabled, OpenCDROM, EmptRecycle, MinimizeAl, OpenExplore, FindFiles, OpenInternetBrowser, InternetConnect, InternetDiconnect, SendEmai, Add_Remove, Add_HardWare, Time_Date_Settings, Regional_Settings, Display_Settings, Internet_Settings, Keyboard_Settings, Modem_Settings, Mouse_Settings, System_Settings, Network_Settings, Password_Settings, Sounds_Settings, Copy_File , Delete_File, Move_File, FlipMouseButtons,Show Cursor, Hide Cursor, Shut Down Dialog, Sleep, Play Wav sound, Enable / Disable Objects, See if Path Exists, Special Beep, Close Handle, Get File Size, Get last error, get windows version, set current directory, set pixil, get pixil color, and More! (To add ocx to project: Hit Ctrl + T, then press browse and select my .OCX file and it will become one of your tools to pick from) then you type something like this in the code: CompControl1.ShutDown (this shuts down windows!!!)

2_2002-2004 #120933
Parsing Concepts and Algorithm techniques (PART 1)

Explores and teaches parsing algorithm techniques (PART 1)

2_2002-2004 #120934
Complete Tutorial on Error Handling

Error Handling In Visual Basic - Goal Keep work fun by handling errors correctly. First for developers developing the software, then for developer and QA team, then for users, then again for the developers and QA, when there are bugs to fix (there will be J).

2_2002-2004 #120935
A quick Example of how to stop a password unmasker from unmasking your password in your app

this is a quick example of how to stop a password from being unmasked in a textcontrol. i threw this together early today as i was looking for a was to stop such mischeif and hacks. hey do me a favor coment and vote please. also please help try and improve this for the rest of the vb community.

2_2002-2004 #120936
EZ INI Module to read / write INI Files

Offers 6 ini functions that are extremely useful. Handy, because it has a "setup" function that specifies the filename and the number of characters you'ld like to retrieve (max) so that you don't have to re-specify them every time you write to your INI file (great if you only have one or two INI files per project). Someone else did a "complete INI module" that actually hard-code edited the ini file to find out the number of sections, and so on, but this one uses in-built features of GetPrivateProfileString. Have fun! Read_Ini -- Returns a string with the appropriate INI key in it Write_Ini -- Writes to a specific ini key Read_Sections -- Returns a Chr(0) delimited string containing all the [Sections] of the INI file Read_Keys -- Same as above, but returns all the keys=values under the appropriate section Delete_Key and Delete_Section do just what they say =) Note: vbCrLf's are turned into a funky string because I noticed when writing vbcrlf's to ini files it has the tendency to screw up and actually place them on separate lines so you can't retrieve the whole thing again. The funky string is recognized by this module when you read the values in again, and converts em back to vbCrLf

2_2002-2004 #120937
linear regression

Calculation of a linear regression (straight line) using a X,Y data array

2_2002-2004 #120938
WaterDrops in DirectX 8!

There are very few directX 8 applications, so heres one you like! This DirectX 8 application demonstrates how to use DirectX 8 for advanced 2D graphics to create a rain effect. This is a very good tutorial for beginners and also for advanced programmers. You can easily change water drop count. Also includes FPS counter to measure the performance. Requires 3D-card (It's also possible to create reference, but it's slow). Don't forget to write feedback! Includes precompiled exe in case of problems with compiling. Currently only Win 2000 compliant until I discover, what is inside microsoft's head. (incomprehensible error. I always thought 1+1=2) :[

2_2002-2004 #115945
YourChoice Wallpaper Slideshow

Wallslider is an Application that sits in your System Tray, and changes your desktop wallpaper when you want or automatically at the end of a timed interval. The program changes the wallpaper to one of the Images (*.bmp or *.jpg) in the Source folder, that you Specify. The Application will automatically change the wallpaper Images, sequentially (in alpha order) or in random order. various other options are available. Program defaults to an Interval of 5 minutes and the folder for the current Source path is the Folder from which you Executed from. * Wallpaper Style is either centered or Stretched. Wallpaper Style is Under the Options Menu, and is checked for centered, not checked to be stretched. When the Slideshow is activated options are not available for modification. Stop the Slideshow to modify your options. The Wallpaper Slideshow Works on Both the Standard and the Active Desktops, and is fully compitable with Win9x, WinNT, WinME, and Win2K. The Source Code, and Executable File, Contianed within this package, is Copyrighted, and MAY NOT be Reproduced, or Copied, without the Prior Written Consent of the Author, Paul Bryan Bensch. Author Contact Info : [email protected]

2_2002-2004 #120939
Warcraft II BNE Trainer

Allows you to upgrade Swords, Sheilds, Catapults, Arrows, Ship Armor and Ship Cannons over and over again.

Languages
Top Categories
Global Discovery