Results for "Volume: 2_2002-2004"
If you're like me, you hate those "This and That For Dummies" Books. Well, this makes fun of those annoying little, well, annoyances!
Format and Print a MSFlexGrid in a letter sheet, vertical or landscape, adding a Title, a logo, date and time of printing.
I have tried and tried to get winsock to connect for over a month now. And finally i got it down! I commented on every line of code. I didnt add anything special to the chat just because i dont want to complicate things for people who ONLY are looking on how to connect using Winsock. please vote for me! thanx
Menu concept for a Form. It simulates the Windows Start Menu. No API calls , No Popup Menus. Uses a collection of new menu objects to dynamically build the menus on the form. Since I use labels , the menu can have a transparent background. It also has Icons for each menu line , contained in an ImageList.
This project contains some nice ways to unload and load forms with some nice effects. The main functions are in subs so you can easily transfer it to your app and use it if you like it. I suspect it might look a bit fast because i have a slow processor and it seemed to look ok for me so you may need to adjust it. Otherways it is pretty simple and is eyecatching. I saw the same thing in another app and i liked the idea so here it is.. Please vote and leave a comment
This code is made up of 2 new VBScript classes, the other VBScript class - clsSortableTable.asp was submitted by another user and works great. The first new class - clsDynaEditForm.asp creates an HTML form based on any table/view in the database and can even validate selected fields. The other class - clsUpdateDB.asp is then used to update the database.
Have a question- box at your institute or in an organisatiion. Have scientists answer peoples questions for instance (that´s what´s it´s made for)! Can also be used as faq or quiz app. This is a heavily dynamic application based upon access 2002 db (97/2k included). You can easily change it to fit your personal needs. Enjoy dynamic dropdownsboxes & menu, ability to search questions & answers, advanced sql queryes with loads of inner join, adminfunctions, client and server-side validation, emailcontrol, javascript with mouseover effects. You gotta check it out yourself! It´s ready to go, just extract and run it. Site design inspired by the microsoft.com style. Please write a comment, rate this code and feel free to add links to where it is used. Working demo: http://www34.brinkster.com/questapp/
An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg & sample02.jpg -just for sample pictures- --------------- Changes in v2.1 --------------- - Changed Lighten/Darken to Adjust Brightness - Added progress bar and save option (due to demands) - Added new adjustment : Color Balance - Added new filters : Diffuse, Emboss, Lighting Effects, Sharpen, and Solarize n.b: I found Lighting Effects by mistakes, and I think it's not the original method. If you know about the algorithm, please let me know, OK :)
This prog. let's you decorate folders with an icon ! It works very easy. And it has the great interface you've seen on PassGen and Sub7 ... FolderIcon comes with an small but very cool icon libery ... Try this !!!
An XP-style webpanel for ASP. Features two different styles (see screenshot) and is pulled from an Access database. Also, there are static pages that do not pull from a database at the request of Compassi.
This is a very cool chat program that is easy to use... I hope you will like it... Have Fun !!
A simple webhost. Users can register and have a single HTML page on the server. With this application they can log-in and create their page in HTML on-line. The page is stored in a database and loaded when someone accesses the page. The URL of a user is this: default.asp?client=USERNAME PLEASE VOTE FOR THIS CODE!
Hide the clock on the taskbar with not much code.
I'm sorry, this entry is no longer available. Please go to http://www.FileExplorer.com for more info
This tutorial shows you how to use query string in urls like in many sites e.g. used at http://vpn.xrs.net/. In this method, you will use 2 files, content.txt and index.asp, all the information for the page is stored in the content.txt and the template for the pages is index.asp, it's quick easy to use and give your page a proffesional look :P For more tutorials check out my website : http://myasskids.net/ Please vote! Have fun!
Improved code production, index/relation handling and now supports Queries. Database Coder analyses an Access Database and produces the code to create a blank copy of it. Supports Tables, Fields, Indexes, Relations and Queries. Interested in comments. Updated 26 May 2000: Improved handling of default field values and minor bug fix.
SMTP email without mswinsck.ocx using Windows api's Hai friends at psc... This is the implementation of smtp (Simple Mail Transfer Protocol) using the winsock.dll. Till now i have seen only implentations of the above protocol using the bulky activex control mswinsck.ocx(106 kb). All you have to do is to include the module in your program and call the smtp( ...) function. It will return a 1 if succesful, 0 if an error occured during transmission and -1 if a serious error ocuured. Your mail enabled program will be just about 30kb...Wonderful...No need of any support ocx files for your program to work. This program uses just pure windows api's only..Send in your comments and bug reports to [email protected].. The problem is that i have done extensive tests with the loopback ip address(127.0.0.1) running a mail server on my machine...Hadnt got the time to check out live at the net. Also do mail me the latest version of the winsock.dll's basic module if you have...Thanks in advance
Ever wanted to extract a filename only from a path including the filename, well this simple function will do it for you! (I know its not ground breaking but its simple easy and useful)
ClearImm is an Add-in which adds a toolbar button to the VBIDE, when clicked, it clears the Immediate Window. Better than performing a "Select All"... just click the button. Source code is included.
Takes a screenshot of the screen using the Windows API. The subroutine ScreenShot takes a screenshot of the entire screen, the subroutine PartialScreenShot takes a screenshot of only part of the screen.