Results for "Volume: ASP_Volume3"
create a treeview from the values in a text file
u can contact me at haisrini@email.com Add nodes to a TreeView at run time. (u can drag and drop the nodes with in a tree structure(it will check whether it can be dropeed there or not)
Dictionary using Hash Funtion
I developed this program to remind me when my bills are due. It sits in the system tray and changes the icon when a bill is due within 7 days of today. This program will demonstrate how to modify the registry (by using a project posted on this site by BurningShadow), launch a web page, and how to use the system tray.
This program demonstrates how to create a screen saver in Visual Basic, it also shows how to make scrolling credits that fade in and out of the screen. The Fading, Scrolling credits:- Useful for end credits for a game etc. Easy to adapt for you own programs. Only one label and one timer are required at design time. Creating your own Screen Saver:- In the module you'll find the code used to make the screen saver, without this code your screen saver will just run straight away without you even selecting it. It also shows you how to use a settings screen, and saves these settings to control.ini in windows which is where the information for all screen savers is saved. Once you have made your screen saver make it into an exe file. Change the file extension to .scr Right click it and click install and there you have it, your very own screen saver... For a complete free game created in VB go to http://www.parkstonemot.freeserve.co.uk/indexfw.htm
This code simply shows you how to create a DLL in C++, and use it in VB. The ZIP file contains both the C++, and the VB code, and also a working example.
The Windows Control Panel is the ideal way to allow a user to alter settings for an application that runs in the background, or automatically. But what are control panel applets and how do you write one?
To add icons to the Menu items (which is not possible through the menu editor)thus is an easy way to add the icons to menu. u can contact me at haisrini@email.com
THIS SIMPLE CODE MANAGES CONTROLS RESIZING WITHIN FORMS
A module with 24 functions for enhancing the ListView. Resize columns based on Column Caption, Contents, or ListView Size. FullRow Select, GridLines, CheckBoxes, Allow Repositioning of Columns, Track Selected, One-Click Activate, Two-Click Activate, SubItem Images, Check All Items, UnCheck All Items, Reverse Checked Items, Flat Column Headers, Enhanced Sort Columns I'm currently working on Column Header Font effects: Bold, Italic, Underline... I will update the mod when I'm finished. Let me know what you think about the code. Sorry, I left out some Constants and a Declare on the first release.
I don't know how much this script will really help anyone, but here it is. It displays boxes of content with rounded corners. The script works in all versions of IE and Netscape 4+. If you're interested, take a look, and don't forget to VOTE FOR THIS SCRIPT! Thanks.
Need help with geometry?? Well, this thing will do it! Calculate the Area of a circle, triangle, trapazoid, parallelagram, rectangle, square, find the volume of a cylinder, cubes and more! Very simple to use, understand. Also includes formulas so you can do the calculations yourself!
A friend PM me for a request on how he will access his DB in a server without any connection strings needed. Then I came up with this answer, create an asp file, let it do the querying and all the results are response and let your program retrieve the responses. Simple but interesting... Please vote!
Updated 08/01/06 to make some of the code more efficient work better. Updated 11/27/04 to loop on adds/updates/deletes. This version III example shows you how to build a basic client/server address application using persistent data. The client sends an action to the server and the server responds. The source and a tutorial are included. The client application uses the following Java APIs: - JLabel - JTextField - JButton - JPanel - JTextArea - JTable - JTextArea - Dialog The server application uses the following Java APIs: - JButton - JPanel - JTextArea - RandomAccessFile
IP Break Out Box is a program that sits between a client program and a server. Once activated it displays every bit of data exchanged between the client and the server. Example: Set the remote host = www.yahoo.com, remote and local port = 80, Then click listen. next open up your web browser and type in the ip address this is displayed in the local box. and poof all the html code, binary pictures ect are displayed in the black textbox. I used this to learn how to write my NT SMTP server service. Have Fun!! BTW this program is emailware if you find it usefull email me at mdown@un-wiredweb.com (when i get it up..)
UPDATED!!!! Keeps records for students : number name lessons:grade,date save to file everything
Forgot your access 97 password? Never fear this function will hack the access 97 local file password
*** Updated on 10/18/99 --> See comments below *** This is a handy little routine for retrieving forgotten passwords out of Access97 and 2000. Do not abuse this. This should be used only for databases you originally had permissions to and forgot the password.
Enable you to print a pdf using the shell command
A delay timer so easy, this paragraph is longer. I had to submit this easy code because it is not on this website. Uses no API, and it is very handy!!