Results for "Volume: 2_2002-2004"
Receives keystrokes from user, including mouse buttons and all keys. Writes all input to a text file and can be hidden in stealth mode! ONLY ONE API CALL WITH EASY TO FOLLOW CODE! Votes and comments are strongly encouraged and appreciated.
I first made these controls for NAVEN(the game i am making, search for it on psc), but am now just adding any controls i need for my newest apps, this will probably be my last submission for awhile because i am working on a IDE for 10 languages(hope i finish it), which i will post on psc(probably). this set of controls includes a scrolling container, a gradient label, a fairly unique horizontal scroller(look at it and you will see why there is no vertical one), a gradient progressbar, a system button, a toggle button, a flat button, and a ton of API calls that i will use in the next version of this(a few new controls that i am working on use them). hope you ppl like this.
A pretty advanced code to make a form and various controls on that form (listbox, edit, static, and buttons). Shows you how to capture the messages sent to controls (sub classing) and send messages to controls. Includes a tonne of API calls, types, and a whole bunch of constants. Hope you like it. If you find it useful please vote for it! Thanks Alot! -Armen Shimoon
This program can help you to create your own ICONS and save theme in standard ICO or BMP format for windows. Attention: Icons can be only 32x32 (16 Color)
Make your icons. This is a test, the real one likes just like this one. Have PhUn!
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.
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.
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
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.
This is my revised version of Quick Palette, which is used in WEB MESSENGER 3, the reason I have re-uploaded it is because I have made a few nice new features to it, please rate it, and comment on it. It is very very similar to Adobes Photoshop palette. I also re-uploaded this as I have noticed that someone tried to copy my idea a short while back. ;) COMMENT IT AND VOTE IT COMMENT IT AND VOTE IT COMMENT IT AND VOTE IT COMMENT IT AND VOTE IT COMMENT IT AND VOTE IT!!!! please!!!
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.
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.
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)
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.
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 !!!!
Uses the 'Beep' function of the API to produce sound.
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!
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.
Manda emails masivos, en varios formatos con attachments.Exelente Programa (No Bugs)
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