Advertisement

Results for "Volume: 2002C"

2002C #15085
Use Windows XP's Visual-Themes!

So... You want to add Windows XP's Visual Theme support to your own applications? No problem with this code (you can test this only if you have got Windows XP on your computer!). The secret is the existing YourApp.exe.manifest file in the same folder! Try it out. Download my code, check the .manifest file and add this to your own application. ^_^... Another possibility is that you add a resource file to your application with help of a Resource Hack - program. Maybe it's possible with inserted .RES files too, I'm not sure. Ah, before I forget: You can use .manifest files for EVERY application that uses the Microsoft Common Controls (comctl32.ocx), so you can use this code with VB3, VB4, VB5, VB.NET, VC++, Delphi, etc. too. Just try it out. Have much fun with this code. ^_^

2002C #12299
Save Outlook Mail Attachment

This code snippet is actually a Macro for Outlook 97, 98 or 2000 but can be easily instituted into VB by creating your Outlook.Application object to completely automate the mod from VB. It could also be used with MAPI mail as well.

2002C #14508
Screensaver Tutorial

This tutorial shows you how to create a basic screensaver with visual basic. You will learn how to add password boxes and the source code is included with the tutorial in word 2000 format(Works with word 97 too :')).

2002C #10080
InventoryDatabase

Complete wholesale product inventory database program. Combines Access, DAO, and Excel to manage inventory, write reports, and print forms. I wrote this for work so you might as well have the code.

2002C #13823
New type of INI

A different kind of INI because I don't like the ini's that are so easy to use!

2002C #13336
DAO and ListView Example

With this application you can see how DAO works. You can completely control the database with this code, you learn how to read, insert and delete things from a database with no data controls or whatever :-) And also a great deal of the ListView control is used for this app. And it is completely documented and explained!!

2002C #15045
DIGI - Chat

This program acts as an Instant Messenger, using Microsoft's Winsock Control. It has many add-on features like File Transfer, Whiteboard, Text-To-Speech, Sending Popup Msg, Getting other side's info, etc... The Text-To-Speech(TTS) can actually READS OUT incoming messages using different voices supplied by Microsoft through your computer's speakers. In order to use that feature, you must install Microsoft's TTS Engines which can be downloaded at "http://www.pcworld.com/downloads/file_description/0,fid,6593,00.asp" and "http://microsoft.com/msagent/downloads.htm". You also need Vtext.dll but i think it's removed during the upload. It will be automatically installed with SAPI.exe . But if you don't wanna go into that much trouble, just comment out the related code. But i really recommend u to try out that function since it's quite unique!!! ................................................. This code is like an ALL-In-ONE Chat program which can teach ppl a lot. Pls enjoy this APP and i kindly ask you to vote for me! Many thanx~! Code is commented as well!

2002C #15184
Windows XP Visual Styles Manifest Maker For All Executables UPDATED!

UPDATED!! Windows XP manifest maker for ALL EXECUTABLES. this means any program that wasnt created to use windows xp visual styles now can. UPDATED: added right click context menu, and ability to restore any changes you made, and also made it look xp and added tabs.

2002C #12840
OPTIMISED circular collision detection -100% performance speed upgrade from most traditional methods

This code performs a collission-detection calculation between two circles using some really basic trig. Usefull for games... Performance much higher than traditional circle-collision detection... only takes 45% the amount of time to do the same thing as most circle collision detection functions!!! thats over 100 percent performance increase. Just thought it'd be usefull to game programmers and such... I bet your wondering "What did this guy do to speed things up so much?" Well thats plain and simple!!! I just replaced the (A)^2 part of the equation, where A = Y2 - Y1 or X2 - X1, with A * A, because its ALOT faster... just doing that, AND storing A in its own variable, speeds things up ALOT, it only takes aprox 45% of the time to do the same collision dectection task!!! Woopty-Dooo!!!! =)

2002C #13529
Bevel Me User Control

Add this control to a form in design time and at runtime the form becomes borderless, with a settable bevelled edge width - you can still size and drag the form! Great for Tool Windows.

2002C #13627
Crepis - 4-STREAM-DOWNLOADMANAGER

this is a simple download-manager which demonstrates how to download a file with 4 streams. the file will be divied into 4 parts and they will be downloaded at the same time. this is just a very simple application, if the server does not support resume it crashes :) but you can also learn how to get the remaining time and the transfer rate... btw it's german :)

2002C #13628
littlemh8 - a moorhuhn-style 2d-shooter using gdi :)

this is a very simple 2d gdi-game :) it demonstrates how to create games using the BitBlt function. you have to kill all these ... hmm... don't know what they are, i'm not a designer ;) if you don't kill them, there will be many such enemys and the game will become very, very slow ;) move your mouse to move the cursor and click to kill them :)

2002C #13085
Novell Administrator Jr 1.5

Please vote and help a starving developer out :) Retrieves critical information like (Uptime, CPU, Utilization, User and connection info) from Novell 4/5 Servers and presents it in a nice GUI interface. Designed for Support Technologists who need to check and monitor the status of Novell servers. The program also features a utility to send email through the Lotus Notes client. Please Vote for this code!

2002C #14788
Dynamic Recordset Paging in ASP

In development of dynamic website using ASP, recordset paging is one of the very useful feature. This code "Dynamic Paging in ASP" makes the recordset paging a child's play. You just have to modify three parameters in the paging.asp file and voila, you can use this code anywhere in you website. Just gives the name of database file, name of table and no. of records to display. That's it ! I am sure it will be a very handy code for any serious ASP Developer.

2002C #15172
AlphaBlending ^2

This sample shows how to do an AlphaBlending effect with one simple API call (only a few lines of code). The VB application access to an C++ DLL (C++ code included).

2002C #14389
Advanced Lotto Program

This is the second version of my lotto program with many added features. 1. Check your numbers add-on. So this tell you how many numbers you have the same. As well there is a choice of having one or two subs to suit your lotto. 2. The ability to choose how many random numbers you want. 3. The ability to choose what you want to the numbers to be between. 4. An option of having the numbers ordered from lowest to highest or highest to lowest or unordered. 5. Print,Open and save options. 6. Ability to change font and styles, as well copying and clearing options. 7. Also a powerball option. Which is one form of lotto I have in my country, Australia. Altogether with these options you can customise my program to suit your lotto in your country. Please vote for the program if you like it. Make sure you read the readme file. Thats what it is there for.

2002C #10994
The America Online Protocol Revealed

Found on Slashdot: The America Online protocol(Connecting, Logging In, Joining Chats, etc..) has remained a mystery for most of its life. The only way one could log into their AOL account was via the AOL software. A few months ago, some people set out to break down the AOL protocol and open the door for alternative America Online software. This document is the result: The AOL Protocol. A sign on example for Visual Basic programmers has been written and is available here." I suspect a fair number of people never try Linux or one of the BSDs because they're moderately happy with AOL as an ISP, and switching OSes would mean switching ISPs at the same time. A shame that AOL doesn't make this kind of information more easily available.

2002C #11616
mail notifiy

check this cool carbon fiber interface for a mail checker, it will notice you about new mail without need of a cpu hungry outlook.

2002C #13339
The lamerizer ( or lameriser ) ( or Thë £âmë®ízë® )

Youve all seen that stup1d squiggly text people use in chatrooms etc... You CaN NoW eaSiLY WRiTe LiKe a ReaL LaMeR (ÎÑ ÇÃ$Ê ÝÖú ÑÊÊÐ †Ö fâkÊ TÖ ßÊ §úçH...). No delamerizer as of yet :( pulls the text from a textbox and uses the [ replace ] command... no commenting... but it seems reasonably easy to understand.. :)... jB

2002C #13900
AOL Instant Messenger (UPDATED)

> This example shows how to connect and interact with the America Online Toc server. > Since Chad Cox first published the AIM code, we have been working on the code as a community. Various people have contributed. We're working towards a fully functional VB client.

Languages
Top Categories
Global Discovery