Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #26776
ADO DataController

This control will take care of you when you do database application, it serves as your recordset for your form, it will LOCK objects for you, do the BACKCOLORING of objects and Clear Values of objects. Just add the object to its control collection and bind data on it. The nice part of it is that you can save IMAGES to your database without calling or adding codes that will handle chunks. It can also search the database up to 3 columnar search, for more precise record retreiving. It has also a good error handles to avoid error when user encode a wrong value to the database. I hope you find this code useful and your vote would gladly appreciated. THANX.

ASP_Volume2 #26777
To Do List

This is a simple program to manage a "To Do List" of tasks. I needed a program to manage multiple projects and tasks that I'm working on, not necessarily all in Visual Basic, so I wrote this application. The program allows for a Task Description, Comment, Due Date, Priority, Requested By And Status to be entered and stored. The display can be sorted by any column and can also be filtered by Status, Priority and Requested By. The user Interface is based on the MZ-Tools VB Add-In (www.mztools.com) which didn't meet my needs for this specific case, although otherwise it is an awesome download.

ASP_Volume2 #26778
[ [ Jackpot the Game complete ] ]

A great game. Play jackpot. Spin the weel. Please vote.

ASP_Volume2 #26907
The Scripting Control

I've seen too many submissions that say "~!!~~ WOW A++ NEW PROGRAMMING LANGUAGE MUST SEE!!". Then you open it, and its not a new language, it just uses the MS Scripting Control. And they use it WRONG too. I've written a little tutorial about this powerful control, and included two very good examples in the .zip file.

ASP_Volume2 #26912
__ Dynamically allocate arrays when you don't know how many items to store!

All programmers need to allocate arrays to store data, and very often they don't know how much they will be storing. here is a beginners tutorial that shows how to dynamically allocate an array on the fly that will only allocate as many items as are needed!

ASP_Volume2 #26913
Modify P&D Wizard/Setup1.exe to add Desktop Icons for your Program!

How to modify P&D Wizard/Setup1.exe to add Desktop Icons during the installation of your Visual Basic Programs. PLEASE, TAKE AN EXTRA MINUTE TO VOTE IF YOU LIKE THIS ARTICLE. Thanks, Christopher.

ASP_Volume2 #26911
Window Grouper

This Window Grouper demo project was made just to test a concept. What it does be default is, while running, monitor for any Internet Explorer windows that get opened. When one is detected it will group it into the window grouper interface and give the window a tab. The effect is that you will have only one window open (the Window Grouper) and that one window will contain a tabbed interface to all your open browsers. By right clicking on a tab you can bring up the Get Windows option to list all other running applications and pick one to also group into the interface (ie, Word, Excel...what ever). This code is far from perfect and was only made to test a concept to see if I wanted to go further. I thought I would share this to teach others how this can be done (this way but of course there are always better ways). Some code in here (mainly the EnumWindows stuff was given to me from another developer who got it from a online database which the person there said they got it from PSC so looks like this part of the code really gets around.

ASP_Volume2 #26914
transparent forms

transparent forms on windows98

ASP_Volume2 #26915
Code Stringifier

It's a common problem everyone has faced. You have a couple paragraphs of text that you want to store in a constant. But how do you manage quotation marks, line breaks, and backslashes in a quoted string? This solution will let you paste text into a textbox, and it will spit out the source code in order to store that text properly in a variable. Outputs to Javascript, VBScript, VB6, VB.Net, C#, and HTML. Very handy!

ASP_Volume2 #26916
EULA code

Makes sure users of your program agree to the terms of the EULA (End User License Agreement) before being allowed to access the program.

ASP_Volume2 #26917
Call Api by Name

Call an api by its name without Declare. Usefull for Sripts or if u dont know if the Machine is XP or 95...

ASP_Volume2 #26918
Finite State Machine example: checking syntax

This is an example of what can be done with the finite state machine code I have uploaded (see my other submissions). It shows how you can define a particular grammar and how to check to see if that sentance fits this grammar/syntax. This would be helpful for text adventures etc, and should also give you an idea about how else you can implement other systems using FSMs. The output is printed to the debug window (Ctrl-G).

ASP_Volume2 #39051
Printers Folder

Enumerate all installed printer on local machine and retrieve their status (the same in windows printer folder) and other informations. Enumerate also the jobs of printer and their status. Ver 1.0.1 05/03/2003 (dd/mm/yyyy) - Some printers return ready also when aren’t ready

ASP_Volume2 #39052
Power-O

A shutdown application with support of win95,win98,win2000,winXP.It can restart,shutdown or logoff your computer with password protection(in win9x).You can input coutdown time or just time.It supports command line options like /restart /now.Very easy and quick to use.(right click on start and on header for more options)

ASP_Volume2 #39053
Endless SoftScroller

The idea was derived from other code I saw here. The code here soft scrolls text on your form. The text used can be very lengthy. I jumped on the 'do scrolling by using the picturebox'-wagon, but I shift it just one character, instead of the whole width of the text, which makes it much more flexible and more usable for large text.

ASP_Volume2 #39054
HUMAN RESOURCE MANAGEMENT

As the title itself suggests, it is all about maintaining Employee records. This software enables an user to generate I-Cards, Payslips, Attendance Slips, Profit and Loss Analysis and much more. Graphics and Animation have been highly time consuming, but at the end, really worth spending all that time. Finaly, from the developers point of view (PSC Users), it would be very much useful if anyone is interested to learn generating Reports using Crystal Reports, Desinging animations through Macromedia Flash, and connecting MsAccess database using ADO, all through codings...good luck and best wishes for all the guys visiting PSC (my learning resource)...

ASP_Volume2 #27761
Custom Menus

Create custom menus useing Images (See screenshot). Please vote and comment!

ASP_Volume2 #27762
CopyMemory example - How is memory represented in VB?

This is more of a tutorial than a code submission. It shows you how the LONG variable is represented in memory by VB. It also shows you how data types are represented in memory and how to place custom bytes into longs without having to figure out what numeber all 4 bytes would be etc. It uses a simple function to domenstarte this which converts a dotted string IP address to it's long representation (they way it's represented in memory). And to prove it works, you can test it alongside the real API function used to do this. The tutorial is integrated into the commenting. Leave some feedback.

ASP_Volume2 #27763
MySQL Data Access ActiveX (Really works!!!)

A solution for who does not want to use ADO/DAO or ODBC to have access its database in MySQL. With only one DLL you it has the power on all functionalities of the MySQL.

ASP_Volume2 #27764
VB Language Pack Generator 1.20

VB Language Pack Generator is a Powerful and complete application for you to quickly generate language packs to your VB projects. You need to load a project, and translate your labels, menus, buttons, SSTabs, etc... It is able to translate control arrays and indexed menus too. It can load large captions or tooltips from the binary (.FRX) file of the form. The example, how to use the class module to load language packs is heavly commented. I am thinking in implement it and make it a profissional tool for VB programmers and make it shareware. Vote for me if you like it. Feel free for give me some help to implement it. Thanks!!

Languages
Top Categories
Global Discovery