Advertisement

Results for "Volume: 2002C"

2002C #8659
Clear all textboxes on a form at run-time

handy code for clearing all text box controls at run-time so you don't have to bother doing it at design time. http://137.56.41.168:2080/VisualBasicSource/vbworkingwithtextbox.txt

2002C #8660
AssociateFileType

Associate a file type with a program in windows95.

2002C #16026
Graphics

Displays amazing graphics on ur screen with sound like flowing water

2002C #8661
Play .WAV (example 1)

Check if soundcard exist and then play a wave-file. http://137.56.41.168:2080/VisualBasicSource/vb4playwav.txt

2002C #16050
How To MAKE a window, NO MFC

Well, want to ACTUALLY create your own form? no MFC or Resources. This is code to actually make a raw form. easy to use. Please gimme feed back.

2002C #8658
Common Dialog

Use commondialog control without ocx ! http://137.56.41.168:2080/VisualBasicSource/vb5commondialognoocx.txt

2002C #15996
Hash table functions

Hash table management by Jerry Coffin, with improvements by HenkJan Wolthuis.

2002C #8668
Connect To and Disconnect From Network Drive(s)

Being an NT network administrator and software engineer sure has its advantages. Visual Basic 4.0 has afforded me the opportunity to create useful apps that greatly reduce the amount of time it takes to perform those tasks that many of us perform often. This little app simply uses the Windows 32 API (Win95 or NT 4.0 only) to open the network resource browse list. You can map network resources or disconnect from network resources. Enjoy the code! We've been using it for months in several VB apps on our network and it works GREAT!

2002C #15942
Send a TCP packet to a server

/* The purpose of this article is to help out people who know the basics of C but want to start learning TCP controls in C. This program will connect to a server and send a TCP packet containing "La la la la". */

2002C #16069
Suppra-guess

In this guessing game you can: play 1-2 player mode. read and write coments. save and look at results.

2002C #16057
window shaping example

Example on how to shape your form to fit a the shape of an image.

2002C #8615
Detect if there is a Dial up network connection

Here is how I detect if there is a DUN (ISP) connection. You want to take a look at the Remote Access Services (RAS) APIs. They are fully documented at the Microsoft site. "J Gerard Olszowiec" [email protected]

2002C #8611
How to dynamically invoke DCOM objects

Ever wished you could say set c = createobject(server,myobj.myclass) and have DCOM invoke the object on the specified server dynamically?. This avoids having to configure which server a DCOM object should run on each time you want to invoke the object (with the DCOMCNFG utility). Plus you can run the same object on different servers without running DCOMCNFG each time. [email protected] (Andrew Mayo)

2002C #16070
Get Easy Registry Access

Provides an easy way to access and manipulate the Windows Registry database from your C++ applications.

2002C #8612
Send a preformated file to any printer

Q. How can I send a preformated file to a printer "as is". If I use Printer.Print then things like ESC get converted to a box or whatever chr$(27) is in the current font. A.I'm using following code to send AutoCAD .plt-files to my printer, and it works ok for me. "Soren Staun Jorgensen"

2002C #16073
A 3D Plugin for winamp

It's a 3d Bar winamp Plugin

2002C #16020
_Whois v1.0

I wrote this application because I always wanted my Windows machine to be able to run a Whois query very easily, like a Linux machine can. With this app, you can place it in your Windows directory, and at any time, type 'Whois example.com' on the command line, and receive a Whois report, with no hassle. Uses a CSocket derived class for data connection. Demonstrates how to use Archives with Sockets to perform data communication between 2 remote machines. Please do not hesitate to give feedback! I always love to read it :)* Update August 30: I have changed the way the app stores cached Queries. Instead of limiting saved queries to a certain number, when the limit is reached, it pushes the last one in the list out, and replaces it with the new Query*

2002C #8670
Compression, uncompression using RLE-algorithm

Compresses strings, most effective on bitmap files

2002C #16052
A Portable DLL/SO Solution

The following section is a survey and overview of the means to provide portable ‘plug-in’ capabilities for applications. ‘Plug-In’s are compiled libraries from which symbols (functions, variables, objects) can be imported during run-time.

2002C #16030
Olympics 2000

Hey the olympic fever has hit planet source code too.Check out this code For some advanced graphics programs and help please visit www.gauravcreations.com

Languages
Top Categories
Global Discovery