Results for "Volume: ASP_Volume3"
I recently developed a database application and wanted to use only ADO and no DAO. I soon found out that compacting the Jet database was impossible using ADO (until 2.1+ came along that is). This code requires a reference to Microsoft Jet and Replication objects 2.1+ Library (which comes with ADO 2.1+). You can download this update from http://www.microsoft.com/data.
Updated Text and code. This Class Library includes an SMTP class that supports the sending of simple emails, or very complex emails that feature alternate views, such as Rich Text or HTML, attachments with customizable encoding, optional ports, SSL support, and many other features. It also features a full-featured and fully-developed POP3 class that will allow you to easily receive email from a POP3 server. It also includes a fully packed Utilities class. This includes a utility that will allow you to easily break an email down into its component parts. Other utilities allow you to easily decode quoted-pritable, base64-encoded, and Hex-encoded files. Another utility allows you to encode an 8-bit file into a 7-bit file with hex-tags. Still another utility will allow you to acquires a plain text version of HTML data. All this, and so very much more. The included 58-page PDF manual explains every detail of each class and utility, how email is structured, how base64 and hex-tag encoding works, and makes sending and receiving email within a custom processor easy and fast.
This is a utility that allows you to perform simple administration tasks on the MTS packages of your computer or any remote computer connected to the network. The program requires the VB6 Service Pack 3 version of the following files: COMDLG32.OCX MSCOMCTL.OCX and also references the MTSAdmin library MTXADMIN.DLL that shoud normally reside in the MTS subfolder of your System folder.
Tired of having to pause in increments of 1 second? This coding will pauses based on MILLIseconds using the GetTickCount function.
This code is based on Ron Lights submission of similar title. Basicaly the code grabs the page from the United Media site, strips out the filename for the Daily Dilbert and writes out a page with an approprate IMG tag to view the strip direct. The code differs from Rons submission in that it uses FirebirdDEs WinHTTP code to grab the page rather than the older and more troublesome InetCtls. All kudos to previous authors.
This code restrict the window size using a subclassing dll (Created by people from www.vbaccelerator.com). It consumes the WM_GETMINMAXINFO message. You can restrict the minimum and maximum tracking width and height. Also, you can restrict the maximized window left, top, height, width. I've wrote the code in a class for reuse.
A simple user download system, Created as a way to reward users who perhaps donated to a website using PayPal. My first application if you will so please dont judge me too harshly, I created it just for, well, fun, I hope it's of some reference to someone. Again, the Base64 code is copyrighted to www.pixel-72.co.uk
Show animated gifs in Visual Basic programms.
This is a simple code explaning you how to develop a simple online examination conductor.This is just a demo version i have developed the advanced test conductor.Contact me in personal.
This code is an ASP VBScript Class that allows you to find any acccess database on your server, and connect to any record in any table and edit,add or delete. It has a full grid function for paging through recordsets.
This is an HTML RTF Editor. Just like a well know web mail. Thanks hotmail
I created this control because i couldnt find anything else that created a multi-colum combo(drop down) box. This control is driven off a database query and is fairly straight forward to use. Once you have extracted the zip file into a directory you can look at the file /structure.txt. This file explains the directory structure and where everything is located. I hope you enjoy the control, i know i have seen numerous requests for one. And remember; Please vote! Thank You :) Purpose: The purpose of this widget is: 1. provide a multi column drop down box to users 2. provide a combo box's that doesnt sit on the top of a web browser so menus can flow over the control 3. provide a combo box that can allow user input
Version 2 of the Online Web Building application. Allows users to register and create and edit their own web pages and upload images to use in their pages. Made with UltraDev 4 and includes a help section for setting the site up on your server. Can be seen working at: http://www.insightwebs.com/userpages2/ Version 2 contains the following additional functions from version 1: Internal links - a drop-down list of links that the user has made, thereby inserting links to other pages (the easy way!). Delete actual images on the server as well as the reference to image in the database. Administration section - for editing user accounts, removing offensive pages/images, adding other administrators etc. A choice of menu styles to use for the navigation menu at the top of the pages. Optional upload file script: 1 that creates a folder for each user and 1 that doesn't - you choose. Page background colours - an option has been added to insert the background colour of your choice. Choose a colour from the pop-up window list of colours. A few other minor alterations have also been applied to the pages... Please vote if you like this... thanks.
Version 2.0.8 Maintenance Update: Adressed an exception issue when a user tried to select the same API item more than once. The DotNET API Viewer 2.0.7 for VB.NET and C# is similar to the VB6 API Viewer, but on steroids. The stand-alone DotNET API Viewer application, written in VB, makes pasting new API declarations into your VB and C# .NET applications a breeze. * You can dynamically declare constants and Enumerators as Integer in the selected local copy of a constant or enumerator. This allows the user to keep program speed optimal by not slowing down for object (variant) conversions. Although constants can be of types other than Integer, the .NET interop API interface uses only Integer values for its constants. * You can create new Constants right within the viewer. Assigned values are expected to be numeric, as was required by the VB6 API interface, but the values can be declared as hexadecimal, octal, or binary. You can also apply + or - offsets. Constants are created as all-capitals. No complex checks are performed on the value. It simply assumes that you know what you are doing, because such checks can involve complex offsets and naming of other constants. The viewer will also check to ensure that the newly entered constant does not already exist. * You can create new API method Declarations right within the viewer and add them to your API list. * You can create Overloaded Declarations of methods right within the Viewer and add them to your API list. * You can create new Structures and Enumerations right within the viewer and add them to your API list. * You can Delete entries from the API list. * You can edit Declared Subroutine and Function parameter lists, and apply these changes to new subroutine or function names. The built-in Declaration Editor makes such changes a breeze with just a few clicks of the mouse. * It automatic checks for new parameter dependencies. If an added declaration or user-defined type requires another user-defined type not included in the selection list, you can view the requested types in a dialog and select them or reject them for inclusion in your selection list. This can make resolving declaration headaches such as with the complicated AccessCheck Function, which requires the additional inclusion of the GENERIC_MAPPING, PRIVILAGE_SET, and SECURITY_DESCRIPTOR types. These additional types in turn require the ACL and LUID_AND_ATTRIBUTES types. These newer types in turn also require the LUID type. The New API Viewer makes farming these additional types a breeze with a few quick clicks of the mouse. * Additions created within the New API Viewer can be optionally saved for later re-used in the API data file. New entries are appended to the API file with a date- and time-stamp marker. * Plus many more features. This utility also demonstrates easy form subclassing to support flicker-free form resizing, it demonstrates adding icons to a ComboBox, it demonstrates on-the-fly conversion of code to and from DotNET (VB.NET or C#) and VB6, it demonstrates centering message boxes over forms, it demonstrates adding file lists to menus, it demonstrates acquiring ListBox entries simply by moving the mouse pointer over them, it demonstrates customized tooltips, it demonstrates checking for an active internet connection, it demonstrates searching for data on specific websites, it demonstrates how to determine if a dynamic array has been dimensioned, it demonstrates issuing user-defined system sounds, it demonstrates multiple tooltip formats, it demonstrates how to add the old VB6 APP command, it demonstrates super fast searches in ListBoxes and ComboBoxes, it demonstrates custom search dialogs, and it contains its own tutorial file in HTML format.
This sample is to show Hierarchical Data not using .NET or third party components. Include sample North Wind database that comes with Microsoft Access. Nice Interface with VBScript functions and Cascading Style Sheets to enhance presentation. The sample shows how to use ADO Data Shaping and SQL syntax. You can change the SQL string to suit your needs.
Continuing the trend in more and more advanced keyloggers... This keylogger logs not only keys but also the window they were entered into. It then saves the log into a file every 25 seconds to preserve resources. When the log file reaches a certain size, it will send it to a given email address as the body of the message (and does not use the winsock.ocx control to do it). If the email was successfully sent, it will delete that log file (to free disk space) and start a new one. When this keylogger is ran, it copies itself into the windows system directory under a *.dll icon and edits the registry so it runs every time windows starts up. It also completely hides from the task list (you won't see it when you press cntrl + alt + del). Used properly, this can be a powerful code for system administrators.
Explains the usage of boolean logic in Visual Basic to evaluate complex operations in the terms of "Boolean Logic Gates" ...a concept any electronics techies out there will love.
This is a basic example of card manipulation using drag and drop.
Purpose: The purpose of this widget is: 1. provide a single function to handle creating tables 2. provide a table that can sort both ascending and descending on any column 3. provide a table that can then link to an edit view 4. provide a table with alternating row colors for easier readability 5. Allow each of the above to be accomplished in 2 lines or less
Simple Access database viewer! Just enter your database location, and it shows your tables and stuff. SQL Querys!