Advertisement

Results for "Volume: 2002C"

2002C #14174
csD Email Client ( SMTP )

This is an email client that use the Simple Mail Transfer Protocol.Can be used with many SMTP servers ( Haven't found any server that didn't works well yet ).Able to include attachments with Email.Can authenticate with POP server first.Use MS WInsock Control TCP/IP connection.

2002C #9281
VB Falldown

A simple yet FUN and ADDICTIVE game that I made in about 5 minutes. Very simple game engine. Includes a high score.

2002C #14175
csD POP Client V1.0

As the name suggest, this codes allow you to connect to a POP server and download the messages ( New Email ).Currently didn't support attachments, but I will try to update as soon as I can.Works with most servers.Can't differentiate between new and has been read messages ( Can't figured it out yet, any ideas ?.

2002C #12838
TIPS: Optimizing your VB code-15 ways to tighten your code

This article is just a paper i wrote, in jot-note form about diferent things to check for while programming in VB to make your program run as efficiently as possible, it is concentrated on making your program faster and is a must see for game developers! Enjoy... ALSO NOTE - This article does not cover usingf the compiler options to optimize code in detail, maybe in my next version of this article...

2002C #13100
Add a color filter to a picture

With this few lines of code you can simply add a color filter to a picture (see the ScreenShot!!!). The code is simple and very well comented. Enjoy

2002C #10370
Optimizing your VB code even more

This article shows various speed increasing methods, I've done tests myself, you can see the performance difference in a graph and in a table. This article is really worth your time. For example, it shows how one simple "\" instead of "/" will speed up your app with more than 400% percent!

2002C #10615
Change Regional Settings Without Restart!!!

Hi!!!, This is a litle code for change some values of Regional Settings. This demo change Decimal separator and Thousand separator and allows retrieve these values. Is Easy!!!

2002C #14111
Access to Excel

The code allows users to select an Access database to display the tables contained in it. When a table is selected, it is automatically loaded into an Excel spreadsheet, cmplete with column headings (field names).

2002C #13833
Frankweiser **FUNNIEST SUBMISSION EVER!!!**

Frankweiser is the latest Frank app to be developed by myself. It shows a way of back buffering and animation using the bitblt API. It plays sounds and can be easily scripted. This version comes with one scene. You can click on Frank while he is not reinacting his scene, left click will make him burp, right click will make him drink his beer, its MAD and a MUST SEE!!!! Please vote and comment on it ;)

2002C #13008
KPing - Multi host ping without use of winsock

KPing is a multi host ping utility that can ping almost infinite # of hosts only depending on your connection speed. You can add as host an ip address or even a web address. You can also change the time beetwin a pings, ping separated hosts, it means that if an address(ip or www) is from the same host machine it will inform you. Try it, and don't forget voting! Comments or critics are wellcome!

2002C #12261
True Asynchronous Direct Callback Template

This code is a template that I now use for all my Asynchronous processing.

2002C #13133
Simple Game - ShowHow

Do you want to make your own 5-min game? This Project shows how to use keyinput, sound, graphics, Mainloops, map from bmp and more. Good for looking up stuff :) Please give feedback! I love it!! ;) hehe

2002C #14943
DX7 engine full release with DLLengine

This is a 3d engine programming in VB with DirectX7 It support more than 40 useful routines deals with Directsound,direct3dsound Direct Music Direct input Direct draw Direct3d That is basic use of johnaDX7 engine it shows how to initialize the Backbuffer and Zbuffer engine it show how to caps user key input from keyboard for explanation write me at Johna.pop@caramail.com if you like my engine write me and vote for me if you want the engine source code email me =================================================== This is the Version 1.01 it support Texture maping -Multitexturing 2 level on my P2 333 with phonix Vanta -Fog linar or exponentiel -Terrain gererating -Texture creation from JPEG,BMP,GIF files -Directsound is support and Dsound3d -Direct music is support -light mapping in multitexturing FX tools method -hight precision terrain colision detection -Basic actor camera mov -Walk -turn arround -jumping -and many more -Basic geometric object genarating as cube ect.. -and many others interesting useful stuff..... ====================================================== Download the Demo and the engine at www.multimania.com/johnapo or the Demo file at http://www.multimania.com/johnapop/Johna%20Dx7%20engine%20%20%20Demo1.zip

2002C #14058
Recipes Database (Updated)

This code is used to store, track, research and share recipes. I got the application about 8 months ago from PSC from a posting by Bob Davis from Tallahassee Florida. I loved the concept and some of the recipes were cool too. I really liked what Bob did but since I'm a database programmer I had some challenges that I was interested in tackling with regards to his initial design (plus I was board) so this is the result with a few added plus's that my wife dreamt up. There is one thing that is bothering me about this application though and maybe you fellow coders can help me out. For some reason I cannot distribute this to any family members or friends without installing VB6 on their computers. They are using 95B and 98? I have traced it down to the Data Access pieces for the errors (particularly the compact and repair commands). I have installed the MDAC on their PC's and it does not work until I install my copy of VB (Pssst, Please Don't Tell Bill). If you have any advice or critisisem, go ahead and let me know because there is always a better way, a different perspective or something that everyone did not think of. Pardon some of the not so neat code. ;-) Best Regards, Tom Williams

2002C #11339
Control Outlook

This a simple demo of the various ways to use VB 6 and Outlook 2000 to Send Mail, create Tasks or Notes, View the Contacts or the Personal Address Book, Add Folders, Search for Folders, etc.

2002C #14866
vbScreensaver

This is a cool 3d-screensaver complete with password and ctrl-alt-del dissabeling.

2002C #13726
ADO to Excel

Allows users to select any DSN-less ODBC data source, or an MS Access database, to display the tables in it, and select a table, which is automatically loaded into an Excel spreadsheet, complete with column headings (field names). Based on project submitted by Ian Mitchell: http://www.planetsourcecode.com/xq/ASP/txtCodeId.25934/lngWId.1/qx/vb/scripts/ShowCode.htm I just changed it to use ADO instead of DAO, and DSN-Less ODBC data sources, instead of just MS Access. Slight modifications (error handling etc) on august 9, 2001

2002C #14959
Contact Data Base

This is a Contact Data Base with to organize our personal contacts or company contacts. This code have other features like Login User and Password, add contacts, delete contacts, edit contacts, search contacts, Print contacts, send email to our contacts without a external email program, a calendar and a digital clock.

2002C #14315
MTS Admin

The purpose of this code is to remotely administer an MTS COM/COM+ packages from any platform (windows 9x, Win2000, etc . . .) that supports DCOM. It contains the ability to add/remove packages and components, administer packages security, change package and component properties and most other routine operations required to administer an MTS machine. It does this by using a server side DLL and client side application, eliminating issues that arrise with the differences between COM+ and NT4.0 MTS. Please note that roles cannot be administered with this version. Update #1--Fixed bug in client that didn't properly map the filename to a UNC when adding a new component. Also fixed a bug that occured when multiple computers had the same components installed resulting in duplicate keys in the treeview.

2002C #14963
Portable executable Ripper

Portable Executable Ripper is a incomplete application, which tries to rip out all the information from a PE file including all its resources. If the comments are good may be we will complete the app.

Languages
Top Categories
Global Discovery