Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #125243
Walkthroughs

This was a program I made so I could access walkthroughs easily since they were scattered all over my computer.

2_2002-2004 #125244
A Basic-like Programming/Scripting Lanuage and compiler

This code is a full-blown scripting language a little like BASIC. It takes a program textfile and runs it, and can also compile to exe. Can be used for ANYTHING, eg scripting languages, in games, or anything you can think of...

2_2002-2004 #125245
ISBN TO CodeBAR

Converts your code ISBN to Code Bar. Convierte tu codigo ISBN a Codigo de Barras.

2_2002-2004 #125246
turn a color on form transparent

Turn a certain color on the form or controls transparent

2_2002-2004 #125247
GetText VB

This will get all the text from your forms, modules, and classes. I needed this to spell check some forms today. I also added a quick text search, and VBP info. including code line counting.

2_2002-2004 #125248
EBCalendar

A simple date entry control with drop down calendar - now with automatic support for internationalisation

2_2002-2004 #125249
Publish recordset(s) 2 HTML using template(s)

A new version is now available as part of a commercial product. See http://siteskinner.com With this code it is very easy to publish database information as HTML. Customizing such a publication is very easy because of the use of templates. This is the second version of this code. All the votes for the previous version inspired me to make some big improvements. Thanks for the votes! :-) The screenshot below and the demo project will show you most of the possibilities of this code. New features are: . Converted the module to a class module. . Added 3 events for next record, next page and error. . It is now possible to include other templates. (subforms!) . . These templates can have their own recordset. (don’t have to) . . A 'subform' can be bound to the mainform by linking a field from the main recordset to a field in the sub recordset. (don’t have to) . . You can include multiple templates and these templates can also include multiple templates. So you can create a sub of a sub. . I added a couple of system parameters that can be used in the templates (record number, line number inside a group, even/odd line, greenbar) You can use this to give every other line a different colour. . You can put in ‘’ as the page grouping and you will get one big HTML file with all the data. Features that already existed: . You can put all fields from the recordset anywhere in the template. (even within HTML tags) . You can create multiple (nested) grouping levels. Each level will have its own header, footer and detail section. . There are a lot of system parameters and it is easy to add you own. Almost all App properties can be used. This code can be useful: . When you are not able to access your database dynamically from your web server. You can use this to publish database information. . When you need an easy to use and customizable data reporting tool. . When the number of data updates is much lower than the web traffic you have. In this case static WebPages will probably give a much smaller server load. . If you created your own web server in VB. You can use this to give it functionality to access a database . When ...?

2_2002-2004 #125250
a*tr*n*mical psykosis search engine 1.0 by psykosis

-v-(updated)-v- I have added a few other needed files that a few submissions have asked for, I will probably put out a better version without any bugs as soon as it is fully tested. Thank you for your input for those that have checked out my code and thank you for voting. For those that have seen the code, it is quite unique, eh? This code will search through your computer for the specified files you type, and will list any files (with paths) as they appear. If coded properly you can use this code to make some type of shell program for later use, or....well....use your imagination. Since i have not seen this posted yet, nor have i ever seen anyone actually do it, i decided to make this my first post. If you like it, use it, But please give me credit by putting me in your greets or something. Or if you make a program i would love to see how this code enhanced it in any way. Thank you

2_2002-2004 #125251
PSC Search Tool

This application was developed as being a simple way to perform searches on PSC without having to go to their page first. I just threw this together real quick, but there shouldn't be any bugs. You can changed the criteria I use most often (Application, Number of hits to return, and Sort By) and you can put quotes (") around a phrase to search for that exact phrase. I know that there are other apps like this on Planet Source Code, so if you like this one vote for it. If you want me to include other search options (Zip files only, articles only, Beginner, Advanced only) leave me some feedback and let me know.

2_2002-2004 #125252
UpdateDatabase

Version 1.0.13: added some error handlign. NEW! Added functionality: now it works also with password protected access databases. Update your new database from your old database at amazing speed. The program updates all the tables from the old database to the new one. If you find anything faster than this please let us know. Enjoy

2_2002-2004 #125253
Simle Wizard Sample

This code provides a relative easy way of displaying a step through wizard for gathering information. This wizard sample looks like the Microsoft Word 97 resume wizard. This code is very easy so I didn't include many comments.

2_2002-2004 #125254
Pond Ripples

This code demonstrates a very easy and effective way to simulate pond ripples on a picture. It will simultaneously render multiple pond ripples. Just click-drag your mouse across the image, and watch all the ripples dissipate. Very cool effect. Votes or comments are appreciated.

2_2002-2004 #125255
Leafy trees

Draws leafy trees where the user clicks the mouse. The code uses a recursive branch drawing method, and it can be tinkered to make many different types of trees.

2_2002-2004 #125256
Directories

Simply determines your windows, system and temp directory

2_2002-2004 #125257
Make API Controls

This code lets you enter the window name, then you choose what type of control to make. You enter all the stats (x,y,w,h, caption) and then it will make the control using API on the form you specified (ex. Make a button on calculator). Pretty tough to get working but was worth it! Please vote if you can. Thanks.

2_2002-2004 #125258
HTTP File Downloader OCX

Added: Cancel feature ,error codes ,Time Remainaing ,Tansfer Rate , preserve file type, Check if connected, Connection type, prompt for overwrite, Pause. Fixed: Now when you open the project all the files are together , Fixed the file open error, fixed cancel error. This is a http file downloader OCX. All you have to do is supply a few things like the URL,Where to save the file at, You can even set chunk sizes. I'm doing more work on it, so expect to see resume supporting and more functions/features! It took me some time, so please give it a vote on what you think it deserves!

2_2002-2004 #125259
PhoneBook stored in XML

This code is an ActiveX DLL that encapsulates the functionality of a phone book. It can be used to manage phone book data such as a person's information and the telephone numbers. The data that is stored in the Phonebook component can then be stored to an XML file using the MS XML Parser. This can component can then read the XML file using the MS XML parser into the component's properties. There is an object hierarchy in place that lets any user of this DLL loop through all the phone numbers of a single person and/or loop through all the people in the phonebook.

2_2002-2004 #125260
PhoneBook XML With GUI

This is an enhancement on the PhoneBook XML project that was uploaded earlier. There is now a GUI that is using this PhoneBook DLL. This gui performs saving and loading of data to an XML file. All controls used in this project are all Windows common controls so it should run on most machines. NOTE: The code that deals with the windows common dialog boxes (CFileDialog, CPrintDialog) was developed by Total VB SourceBook 6. I take no credit for the work that was put into these classes.

2_2002-2004 #125261
Sqr Reduce

This program reduces numbers under radicals. If you wanted to reduce the square root of 75, just type 75 into the text box and press enter. A message box will come up and tell you that the square root of 75 reduced is 5*Sqr(3). Code is not commented, but easy to under stand. E-mail me if you have any questions. Vote if you like.

2_2002-2004 #125262
Hex Grid Generator

I'm starting to create a fantasy play by email game which will use a hex grid map. So I've created a hex grid generator to assist me and I thought others could possibly find it useful too.

Languages
Top Categories
Global Discovery