Advertisement

Results for "Volume: 2002VB"

2002VB #21127
coolmp3

this plays mp3 files(HUGE MESS IN HERE) but prety well to find out how things are working out.. Im gonna reconstruct the code,thats for sure :>

2002VB #21087
Eye3D - Direct3D IM Demo

Accessing DirectDraw, Direct3D Immediate Mode and DirectSound * 16-bit color depth * first person 3D viewport * viewport HUD display * backbuffering and page flipping * color key transparency * alpha translucency * darklight shadow effects * animated textures * hardcoded decal handling * dynamic lighting * Detection of hardware accellerators including 3DFX cards * 3D wave audio * extensively documented * freeware

2002VB #21082
XDemo3D

Accessing DirectDraw, Direct3DRM and DirectSound * 16-bit color * backbuffering * transparent blitting * direct memory access to surface memory * D3D driver detection * RGB color model * D3DRM mesh object manipulation * textured meshes * texture transparency * decals * animated textures * MIRROR effect * dynamic lighting * dynamic sound * background music * 20fps on Pentium266 * fully documented * freeware

2002VB #20574
Transparent Desktop Icon Background *UPDATE*

An update to my award winning code (thanks ppl :) Added a couple of features some ppl asked me for...like the ability to change the text colour of the icon and also keep the background transparent after a desktop refresh. I've made it into a mini application which can be run from the startup folder. Includes the complete source code and a compiled EXE for those who don't wanna bother with it. Read the HowTo.txt in the zip for all other info. If you like the code check out my site, http://www.em.f2s.com Hope you learn something :)

2002VB #20632
xFormRoller ActiveX

Add this ActiveX to your form and a button will appear in the caption bar, You will be able to roll up and roll down your form. You can use it with your MDI forms or your child forms. No function to call, only place it on your Forms, and show must go on ... It is useful with toolbox by example, it allows to optimize the work area of your applications. Please vote for me .... Information and Download of the xFormRoller : http://vtech.ifrance.com/vtech/devzone/controls For update go to : http://vtech.ifrance.com/vtech/devzone

2002VB #20242
Mirror Menues!

This code flips menue items horizontal! Just take a look at the screenshot.

2002VB #17993
A mIRC DDE Example

(Added the OCX's. sysmon.ocx is NOT needed for the project to work.) The DDE function of this program was borrowed from another mIRC DDE app. This one goes a few steps further. Those who use DalNET know about the Services, and this app will allow any newbie to utilize the services with ease. Check the screenshot. I am working on a Pirch version as well. Comments are appreciated, votes not needed.

2002VB #19260
Icon Extractor Enhace

I have taken two codes from here and joined them to make a better program. Extracts icons from files in directories and can save them in ICO o BMP format. Outputs to a directory to.

2002VB #20237
Cool StatusBar - Look at the Screenshot!

The StatusBar, a boring control? This code shows you how to get effects like in Internet Explorer! Included features: -Animated icons in the StatusBar -ProgressBar in the StatusBar -Ready/Working display exactly like in WinZip Have fun and vote for me!

2002VB #21128
ActiveSpy

this is a good popular toy,shows you how to use the -registry -keyboard -winsocket control I put the code in very simple way so all of you can get what's going on :> feel free to update the code,and to shoot your comments *after compiling,dont run it in your system unless you know how to remove keys from the registry.

2002VB #20033
Create a self extracting file! *UPDATED* now supports Multiple Files *FIXED*

This is an example of how to create a self extracting executable file! It doesn't include any compression though. Feel free to update it as you wish, and if anyone adds compression to it, i would be very happy if you could send me it to [email protected] Enjoy the code, and vote for me if you like it :D

2002VB #20545
a Nibbles Millenium

Relive the arcade, this game is an exact replica of the original "Nibbles" game that comes with Q-Basic. Featuring 2 player mode and 10 Level. For more detail please visit my web site on http://www.medievilz.com

2002VB #21139
a Scrolling Credits app

This application shows you how to implement scrolling credits. There are two different demos: top to bottom and left to right. You can click on the credited individual to send him/her an e-mail.

2002VB #20238
Custom button in Titlebar - Updated!

This code shows you how to place an own CommandButton into the Titlebar of your program. Great for special commands in your app. Easy to implement and a cool thing that will impress your users. Enjoy! AND VOTE FOR ME! To users of WinNT4 or Win2k: I am sorry I have to tell you that this code won´t work on your system. That might be because NT Technology has got a higher security level and doesn´t allow this program to hook windows.

2002VB #19850
Your Weather v2.0 *Contest Winner For August*

I have made some upgrades to my project which was a contest winner for the month of August. This program gets your local and extended 6 day forecast as before. Now this program features a new and more unique GUI, a function to UPDATE at any given user interval, and docks to systray. Very well documented code. All around great app.

2002VB #20239
Columns in Menues! Look at the Screenshot!

This code creates a column menue from a normal menue with a free selectable number of items in one column. This works also with bitmaps in the menue. Useful when you have menues that are too large for normal VisualBasic appearance. Enjoy! AND VOTE FOR ME!

2002VB #20409
WebPage Ripper

Pull down web pages the right way using wininet.dll from within VB. I needed a quick and dirty way to pull down a web page and the inet control doesnt distribute among its other problems.

2002VB #20234
ProgressBar in Titlebar

Shows you how to put a ProgressBar into the Titlebar of your program. Great for loading a form. Enjoy! AND VOTE FOR ME!

2002VB #18252
MX Lookup Control (UserControl)

This is used to get the MX records of a host. This is a usercontrol, with a demo project. It has a ton of good code. Including how to get the DNS of your local machine in code in every possible way (there are many). So the control can find the dns itself. This code has code from Jason Martin (http://www.planetsourcecode.com/xq/ASP/txtCodeId.11006/lngWId.1/qx/vb/scripts/ShowCode.htm)

2002VB #21141
ADO and MSHFlexgrid and MonthView contro

This code demonstrate how to connect to database (Patients97) using ADO code alone. I also demonstrate using the MonthView control and MSHFlexgrid control. The database called Patients97 contains customer details like name , address, customer number etc and appointment date and time. On the form, I have an MSHFlexgrid control, a MonthView control and a command button(cmdViewAppt). Clicking the command button connects to the database using ADO code and the details are displayed on the MSHFlexgrid control. You can display appointments for a particular date by clicking on a date on the MonthView control (MonthView1_DateClick event) and the result is displayed on the MSHFlexgrid control. I have not figured out how to create a report yet. What I'll like to do is to be able to pull the information on the MSHFlexgrid control and display it as a report which can be viewed and printed.Preferably I'll like to use the data report designer but I won't mind using excel or word or is there a way to use DataEnvironment designer? Please e-mail me any improvements or additions at [email protected].

Languages
Top Categories
Global Discovery