Advertisement

Results for "Volume: 2002C"

2002C #13960
Screen Capture Class Module

This module will allow you to easily save screen captures. You can specify wether you want to capture the entire screen or just the active window. I've included a copy of the class module for download (since PSC doesn't do that good of a job at formating the code). Any comments or suggestions are welcome.

2002C #11911
SQL->VB String Converter

Converts a SQL statement into a string that can be copied into a VB program as a string. Simply paste your SQL statement into the text box, click the button, and the SQL statement is copied to your clipboard ready to be pasted into your VB source code.

2002C #11662
My Workaholic PC v2.0

Last Month's Popular Program is Back with a lot more new feature....again the screenshot says it all...Please vote and do Visit www.gauravcreations.com for exciting programs

2002C #14692
Tetra

Tetra is a Tetris clone for Windows. I tried to make gameplay exactly the same as the NES and Gameboy Tetris, although there are some differences. There are 6 different types of music, 5 different types of blocks, and you can edit the key settings. Apart from how to make games, this code can teach you: * toggle button (like in MS Paint) * slider controls * menu system * SHELL command * multimedia control * timer controls * file i/o * use of resource file * modules and classes * and more... All of the code is from scratch, with the exception of the BitmapBuffer class, which is based on code from Simon Price. The artwork is original, and the sounds and music, as well as the game font, are freeware. The readme has more info on that. Enjoy! ***Note*** This is a newer version. It re-creates the config file if it is missing, and also fixes a bug with blocks that extended above the ceiling.

2002C #11096
Answer Machine Code Finder

Answer Machine Code Finder's purpose is to find the code to your answering machine. If you have lost the code, this program will narrow down the possible results. There are 3 digit codes and 2 digit codes to answering machines. 3 digit codes are seperated into sections to narrow down the results. Tones are played using WAV files corresponding to each number on the phone keypad. This program demonstrates the use of: Locking Listbox's, Removing Duplicates in a list, Progress Bar, WAV Sound, String Manipulation, Number Sequencing from 0-99 and 000-999, Code Searching This code was not tried on a real answering machine. Please make sure that it is okay to try this out on an answering machine, within the US and international laws that may abide, before doing so. I have no knowledge of whether it is or is not. As far as I know this code is one of a kind, I have never seen it done before. It might not be something you would use often, but *THINK* about it, it DOES have educational value so consider that most of all.

2002C #14710
Underground Browser Beta 5(Source Code)

The best browser on planet source code's Site, with all the features of the major browser plus more. Including Popup Killing. Features of The Underground Browser - The Colors are messed up in the screen shot, but the Browser is really Cool. - For all you haters out there who Pulled down my little teaser, here it is the real thing. Let Me just here what yall are saying now. - Best Browser on PSC - All the features of the other browsers - plus more..... - Favorites in Menu - Full Screen Mode (Hype) - Removable Toolbar items or bands - Search Toolbar (like Google Toolbar) - Custamizable Searches (Add your own Engine) - Translation from Main screen - Custamizable Translation url (Can Add your own, Google or Altavista) - Two ways to Kill Popups - The one that every body uses on PSC (Which kills your open new window calls) - The One written by ME to Kill popups fast and safe (will be suprized as to how it works) - Popup Killa does not use scarce resources running a timer, checking every open window for a popup. Slowing down your computer this works and you dont even know it was there. - Easy to use Menus - Easy to use options - Features on the main screen - Browsing options available on demand without digging through options (Java scripting and media Options) - Read the Credits for shoutouts and thanxs - I bet most of you are wondering why I released the source, but its because this is a Browser Built from Planet Source Code. So it is only fitting that it ends up here.

2002C #14628
Multithreading with multi-instancing and inter-thread communication support

This article teaches how to multithread safely and effectively using pure VB. No need to use C/C++ or the infamous CreateThread API notorious for its instability with VB 6. Simple and effective code complete with a HTML article documenting the various aspects of Multithreading are included to help you get started right away ! What's more, multiple-app instances are also now supported ! So say goodbye to Timers, crashes, threading API's and "freezing" forms. And if you find this code useful, remember that your vote will be GREATLY APPRECIATED ! (NOTE: When you create your own multithreaded app, set the threading model to "Thread per object") NO EXPERIENCE OF C/C++ IS REQUIRED . SO NO NEED TO GO RUNNING ABOUT FOR A VC++ COMPILER. ENTIRELY BASED ON MICROSOFT'S ACTIVEX TECHNOLOGY FAMOUS FOR ITS SCALABILITY AND STABILITY. AND FOR THE SCEPTICS, THIS DEMO CAN CREATE 102 THREADS FOR A MEAGRE RAM MEMORY REQUIREMENT OF 2.5MB ALTOGETHER (A STANDARD BLANK FORM EXE TAKES AROUNG 2.0 MB OF MEMORY IN WIN98 FE) IF YOU FIND THIS ARTICLE USEFUL PLEASE VOTE FOR ME ! [REQUIRES VB 5(Sp2) / VB 6)

2002C #13693
Quizzer v1.0

This program will generate a quiz for the user. Quiz data files can be written using a plain text editor such as NotePad and can be on any subject and can have as many questions as desired. Each quiz question can have from 2 to 6 possible multiple choice answers for the user to guess. Two example quiz files are provided with the source code to demonstrate the program and the format of the quiz data files. The program is relatively simple and can easily be expanded upon.

2002C #10563
Generic Plugin (Plug-In) code - generic multiple plugin detection !!! - Added to menus + Plugin Code

This is generic code to Automatically detect plugins and add them to the apps' menus. It supports multiple plugins. It will detect the plugins and query them for identification. It also allows you to pass objects and controls to the plugins. The code for the example plugin is also included. This code is small, commented and clean. Credits in the Readme file. You can just copy and paste this code to make your app Generic Plugin Enabled.Please vote !!!!

2002C #13148
Beep

Uses the 'Beep' function of the API to produce sound.

2002C #14668
Directory file list generator

Creates a list of files in a directory, something explorer does not allow you to do. List can then be printed or saved to a text file. Drag n Drop enabled!

2002C #13769
jeffLabel - true transparent label control with drop shadow effect

jeffLabel is a replacement usercontrol for the standard Visual Basic label control. The control started out simply as a usercontrol containing two labels (for creating a simple drop shadow effect). Things got a bit more involved when it came time for the new label to be a transparent label. The solution was, while in transparent backstyle mode, for the label shadow and text to be drawn directly onto the device context of the parent control. While in transparent mode, this label demonstrates advanced usage of the DrawText API call, specifically, drawing text in any font regardless of the current font in the device context. Additionally, the GetTextFace, GetTextMetrics, GetTextColor, SetTextColor, SelectObject, and CreatFontIndirect functions are demonstrated for converting standard vb font objects into logical fonts, and device context font metrics into standard vb font objects. This is version .1 of this control, so there are some bugs I am aware of already including: transparent user controls have no .hWnd and so do not capture mouse and keyboard events (will need to subclass the parent to trap these events), when in .AutoSize mode (as the test project will demonstrate) the control has a curious effect of growing when the .Caption value is repeatedly changed (this is most likely related to my use of the standard VB controls to do the initial text sizing; this method will need to be dropped in version 1). However, despite these current bugs, if you've been looking for a label with built in drop shadow effect, or you've been trying to figure out how to create genuine transparent usercontrols in vb, this project should sufficiently jump start you on your way. =) Not many examples can be found on Planet Source Code of creating true transparent usercontrols (usercontrol.backstyle = vbTransparent), and since this certainly is still a work in progress, your comments or suggestions below would be much appreciated.

2002C #9504
Frequently Asked VB Questions

If you've ever been to the Visual Basic Discussion Forum then you realize why I'm posting this. It's simply a list of commonly asked questions. Please feel free to add on anything that either you've learned here at PSC or anything that you find yourself answering on a regular basis. (Revised Jul 06, 2001) Revised Jul 19, 2001 Revised Jul 24, 2001

2002C #13559
_aLfa_ Flat Controls

This code flattens ComboBoxes (even if they are ownerdrawn), EditBoxes and Checkboxes without any problems. It also flattens OptionButtons, but the code is still buggy, please wait until the next version (but i need help on that part!!!) :-(

2002C #14718
Even Better Multithreading with Low Overhead

Theres a code on PSC that says the best stable multithreading in vb6 is done with activex. I say thats the worst advice I've ever heard. This is one of my solutions.

2002C #10715
Custom Calendar Control

We were trying to create an application in a COM enabled programming envoriment, and needed the weeks shown in a calendar. We came across a bug in ALL of Microsoft's calendars (including Outlook) that will list the wrong week number on certain years. E.G. December 2003/2004. We made a custom VB OCX that does the trick, even thou it's not as pretty as the Microsoft one.

2002C #11801
Return Readable Characters

This small function will strip out the unreadable characters and return readable characters in a string. This works great for stripping thoes little boxes out of the text that you just snagged from a web page. I know that a lot of you have used my code, but have not voted. It would be nice to see some feedback in the form of a vote. Thanks.

2002C #9794
UltraSpy v4.0 - NEW!

All NEW version of the famous (I wish) API Spy! Comes with tonnes of features. This is really a great project. PLEASE VOTE IF YOU LIKE IT!

2002C #13324
Dynamic Buttonbar

This is almost a fully dynamic Buttonbar. This control is not finished yet... i know there are still bugs and problems. If there is enough response i will finish and put some other things in it. Still have many ideas... :) I would also like to thank other programmers from PSC because not all of the code is from my hand.

2002C #8694
Advanced Shape Generator 3.0

Three projects are included in this archive. The first is an ActiveX DLL update of the advanced shape generator. What this class does is takes a series of vectors (such as 36 at 54º) and sequences through them, then repeats itself as many times as it takes until the process closes on itself. A byproduct of this operation is an enclosed shape, where the beginning point meets the end point. All enclosed shapes can be created in this manner, which I call "Vector Sequencing". The second project allows you to do just that. It is a test application which allows you to experiment with different properties of the csShape, and provides a decent example on how to use the csShape class in code. The third project included is a screen saver which uses the csShape class to create random shapes and changing colors. It is a fine example of how to create a complete screen saver that uses password, docks itself into a screen (providing you provide correct command line arguments), and more. Have fun with this 3-in-one givaway. It was alot of work, and I hope you find it interesting.

Languages
Top Categories
Global Discovery