Results for "Volume: 2_2002-2004"
This code demonstrate the way of retrieving a data from a database and Saving it as excel work sheet. If you like this code please rate for it.
Do you know the code "Real C++ Buttons" by Randy Mcdowell? It sends a message to a VB Button to make it a "C++ Button". But if you look at this button with Spy++ you will see that it is still a "ThunderCommandButton", the VB Button. My code lets you use EVERY C++ control in your app!!! And these controls are REAL C++ controls!!! Think of the fantastic controls you can have: e.g. the cool hotkey control. Or what about a "real" RICHEDIT control? The only limitation is your fantasy! Control events are also supported. Well commented, and easy to use even if you don't understand everything that happens. Have fun with this code, use it in your app, and if you like it VOTE FOR IT!!!
Nice feature to help users edit textboxes. The code selects all the existing text when the users focus on the textbox control. This will definitely make your application more user friendly. Please Vote!!!
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 :>
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
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
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 :)
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
This code flips menue items horizontal! Just take a look at the screenshot.
(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.
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.
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!
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.
A great IRC Service made in Visual Basic! It is too complecated so please take it easy... It has Clone Checking, User Modes are supported, Channels are Supported and many other features! Please check it, it worth, it took me too long to finish it. Try not to abuse it because it may harm your IRC Server which is linked on it. Thanks ;) It would be greatly appreciated if you vote for me.
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
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.
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.
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.
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!
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.