Results for "Volume: 5_2007-2008"
It is a screensaver. But it has all applications of a professional saver. It can be set in screensaver dialog of windows. I hope, this code will answer to many curious people about screensavers..
Print to a preview or printer without Crystal Reports. This project uses classes that are built into the .NET framework. This is my translation of a C# project into VB.NET taken from an article written by Michael Eaton in the November 2002 issue of Visual Studio Magazine. To read the original article go to: http://www.fawcette.com/vsm/2002_11/magazine/features/eaton/
Use of 3 types of common dialog boxes:1: choose printer, 2: choose font, 3: choose color. http://137.56.41.168:2080/VisualBasicSource/vb4usecommondialog.txt
Please rate this and send comments! PHP Quicksite is a simple site-in-a-box for PHP and Postgresql. http://www.zackcoburn.com is an example of it. It includes user authentication (register/log in/log out/edit account/my account/search users), bug reporting, and a forum. It uses Dreamweaver for easy template updates.
This is the Delphi Demo Coolstuf Revised, to show how to make the History.dat file work with the URLComboBox. Included is a HelpMe File for more information on how it all comes together, along with some extra goodies. (Plus information on how to make this work in Delphi 6 Personal addition, We advise that you do some research on the internet if the information for Delphi 6 Per. does not work, as I did this my memory, as I had to install it into a friends computer, that I am training.) If this helps you, I ask that you please "Vote" for me, as it takes allot of time to put one of these tutorial code examples together. So please vote if you would like us to keep on submitting tutorials and source code.
Associate a file type with a program in windows95.
This Code shows, how easy it is to store some dates in a mysql database
Class for serial port access under Windows NT.
Displays amazing graphics on ur screen with sound like flowing water
This code is just a simple PHP Tagboard
Last updated on September 7, this program shows how to make an interpreter. The script is based on the assembly language with jumps and labels but still programs graphical output just the same as Logo's Turtle. It has 5 html help files. I hope you like it. Please comment on the program. I'd like to know what changes or additions might be good for the program.
Phone Dialer in VB for windows 95. 'thanks to Andre Obelink 'De Visual Basic Groep 'http://www.plus.nl/vbg/
Check if soundcard exist and then play a wave-file. http://137.56.41.168:2080/VisualBasicSource/vb4playwav.txt
Retrieves the extended file attributes/properties from any OFFICE or NON-OFFICE file
This assembly uses the TreeView control to present a powerful alternative to the old VB6 dirList and driveList controls. Code was taken from the MS web site; it took me ages to find this and thought you might find it as useful as I did.
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.
The following program is an example of a Treeview interface. The example demonstrates how to program drag and drop; add, delete, and rename nodes; saving a tree to a database; and restoring a tree from a database. When you first run the program, you will be presented with a form that will ask you to locate or use a database file. You must use "TreeViewEx.mdb", which is included with the project. You may have to navigate to locate this file. This update corrects two unhandled exceptions (one occurring when attempting to delete the direct child of a root node). The program also demonstrates how to separate data services into its own class. Please see the text file included with the solution for a complete list of functions. There are some pretty nifty ones. Please feel free to e-mail me if you have any questions (mthorogood@mwe.com). Enjoy.
The code sample given below demonstrates how to communicate with a news server using NNTP. The sample is not a complete implementation of NNTP client, but rather a demonstratio of how to communicate with a NNTP server via System.Net.Sockets.TcpClient . For more details on NNTP communication please refer RFC0977.
OpenGL 3D Cube with reflections. The code is written in VC++.NET with Win32 and is using the GL headers
Keep a form always on top (topmost floating form) in windows 95. Albetski, Allan"