Results for "Volume: ASP_Volume2"
Two VB projects: one creates a test definition file. The other takes the test you defined. Supports true/false, multiple choice, and text entry questions.
Downloads a file from the internet
You can use the following code to read from, and write to ASX playlists, the type that can be read and created by Windows Media Player, and generally most other music programs. This may not be the easyest code in the world to understand, so i would recommend you have a good knowlage of string manipulation before reading this (see my other uploads) For the following code you work correctly, YOU MUST HAVE, ON THE FORM: 2 x Listboxes, name List1 and List2 1 x Textboxes, name Text1 tHe_cLeanER
This latest update [Dec.12 7:30PM] includes a better interface and a 'SmartSearch' option for much better search results. You can now search for a single ip or user too. I added menu's that allow you to save or open your lists (Nice feature after a long scan). Come check it out and vote if you like it and leave some feedback.
A ListBox control with cool effects. Sample project demo. >2002.12.09: OCX version translated to private UC version.
Orion Belt is an excellent VB-Code commenter, even I'm not sure is it the world's best or not :P ... It AUTOMATICALLY scan and search every ASCII of your projects, forms, modules, and even procedures, to gather some useful information and use them to comment your projects. Comes with many commenting features and an attracting interface. Can backup the project before commenting if you like. Take a glance at the screenshot! Anyway, picture tells only a thousand words while experiencing does millions. Download! Vote! Thanks!!!
Look at the screen shot for all the possible gradients. You can choose the color, kind, and the end color. Worth checking out!
Creates a Mathematical pattern, the source could be altered to make a screen saver. Please Vote for this code, or comment on how it could be improved...
Shows the factors of a number, it can do 1 - 1000 in under 2 seconds on a 500mhz PC....
This program will simulate a chicken.(Not a very good program and not finished)This program can show you how to open a file and write to it.
Allows you to draw Formatted (diffrent fonts, sizes, colours) text to anything with a valad hDc - only tested against Screen Objects - Converts Font Object to LOGFONT struct IMPUTS: StdFontEx, Rect - Bottom Top Left Right, hDc, Text, Text Allignment Flags. Either provided as Paramaters of the .Draw procedure or as Properties of the cTextEx Object RETURNS: no Returns SIDE EFFECTS: no Knowen Side Effects Misc: you MUST pass a StdFontEx object as either a Paremter or a Property of the cTextEx object. cStdFontEx mirrors functonalaty provided by the StdFont object. i only added a Colour Property (it makes sence to do this) future revisions of this class will encorperate diffrent brush styles thus the reasoning for mirroring the vb font object
This is a simple portscanner, made using the winsock control. User can enter the ip/hostname (remote OR local) to scan, and also specify the range of ports to scan. Feel free to modify or use this code however you want. If you like it, please vote for it :)
To quickly add, edit, remove and export records in a database for a fax blaster. This program illustrates 46-bit encryption, adodb database interactivity, wild card searches, grids, basic registry, user security, deleting records, multiple styles of finds, plus much more... I know that there are some bugs, but we use this internally, and do not have to trap everything. NOTE: USERNAME: Admin PASSWORD: Admin
Allows you to automatically generate column headers and load all the records from a table or SQL statement into a listview.
When naming a control, it is recomended that you start the name with a three-letter prefix that helps you identify what kind of control you are referencing. For example, a form should be called frm1 instead of Form1. Also I've included one piece of code that everyone should include in their projects.
This source can dynamically turn a normal form to a read only one and vice versa. Uses API functions. Also you can exclude a control from turning into a read-only one. Suggestions and thoughts always welcomed.
This code demonstrates how to convert a long value into a 32 bit binary value by using a function that is called recursively (it calls itself). A heavily commented demonstration application is included in the zip file that also includes techniques and coding methods that beginners may also find useful.
Easy peace of code that adds a string to to the registery with path name and your discription next time you boot windows will start your program :o)
This is the first in a series of articles describing a computer program I've written using VB 6.0 and XML to automate the creation of HTML help files for ActiveX .dll's. The first article describes how to write HTML help files manually.
This is the simplest way of reading and writing to the registry with the least amount of code...bar none! Don't bother with the Windows API to perform simple Read/Write/Delete in the registry! Just set a reference to "Registry Access Functions" (RegTool5.dll) in Project | References. It can be found in C:\Program Files\Microsoft Visual Studio\Common\Tools\APE. Press F2 to view the Object Browser and see the wonderful functions already there for you!