Results for "Volume: 2_2002-2004"
This OCX scans chatrooms in AOL for new chat. Includes the compiled OCX, the OCX's source code, and an example project demonstrating how to use it. It works with ALL versions of AOL, unlike DoS's Chat Scan. Those of you using DoS's, take a looksie at this. You can make your c-com's for ALL aol's instead of just 5 :)
This is a great project that logs the open application, and when it got the focus. Great for spying on parents, siblings, friends! Completely commented, very simple code..uses only two API calls. Make the form not visible and you can send it to your friends and spy on them :]
This code creates a file list in HTML or RTF format WITHOUT USING OCX OR API CALLS. You can make a font selection, set the font properties like bold, italic, underline, font and background colors,example text, text size, cols number and more. This program will save hours for you from typing in front of your computer, because it will create the list, so you can have a printed preview of your favorites fonts. A MUST SEE CODE. DOWNLOAD IT NOW... And Vote for it if you like it!!!
This module will download a referance file (included, see usage) and check the values from that against current ones. It will then ask the user if they wish to see information on the Update and then if they wish to download it. If 'yes' then an file is downloaded off the Internet (should be a Self Extracting Zip/EXE for ease of use). Please leave a quick comment and rate this so I can make better versions.
Teach to use a basic AI and Joystick. Please Vote
This project demonstrates how to make your project a trial and full version!! Tallies how many times the app is run, and when it reaches its limit you can't run the program until registering! COMPLETELY commented, excellent source. This is a MUST for anyone who is developing software to sell!
A handy sticky note program for making notes on the desktop. Many quirks will be fixed in version 2.
This code is my first submission to PSC (I am sure you've read that a few thousand times), and is an update of John Zimmerman's Show Screensaver in VB. My code will list all screensavers in the Windows Directory and System Directory, and allow you to preview the screensavers, without a system crash. Also, a few useful functions are included, mostly for newbies, like Selection Sort, GetFileName (with or without extension), Append a filename to a path (taking into consideration the backslash. I don't expect you to vote for this, but is you want to, I won't stop you :) Happy programming, VeeJay
Protect your 8 most wanted Port whit a complete firewall
this is a emulator for paybarrow. it took me about 10 minutes to create and i don't know if the header still works, but it's a great example on how to use inet to emulate companies. give me credit for the work.
50 common API calls in OCX so you just need to call them! Includes the folowing: Form on top, ShutDown, Restart, LogOff, TaskBarHide, TasksBarShow ,ScreenSaverOn ,ScreenSaverOff, DesktopIconsHide, DesktopIconsShow, ALT-CTRL-DEL Enabled, ALT-CTRL-DEL Disabled, OpenCDROM, EmptRecycle, MinimizeAl, OpenExplore, FindFiles, OpenInternetBrowser, InternetConnect, InternetDiconnect, SendEmai, Add_Remove, Add_HardWare, Time_Date_Settings, Regional_Settings, Display_Settings, Internet_Settings, Keyboard_Settings, Modem_Settings, Mouse_Settings, System_Settings, Network_Settings, Password_Settings, Sounds_Settings, Copy_File , Delete_File, Move_File, FlipMouseButtons and More! (To add ocx to project: Hit Ctrl + T, then press browse and select my .OCX file and it will become one of your tools to pick from) then you type something like this in the code: CompControl1.ShutDown (this shuts down windows!!!) ------------------------------------------------- Just Added (As of Nov. 5th 2000): Show Cursor, Hide Cursor, Shut Down Dialog, Sleep, Play Wav sound, Enable / Disable Objects, See if Path Exists
This Project Allows the end user to access a MSAccess Database through a Client Winsock application, without having any Data Access Components installed on the local machine. This also allows fast read/write access through modem, or a dead slow computer. The client app sends the server a few strings and then generates an SQL statement, and then does all the hard work and sends back the results to the client.
Let you choose a color via horizontal scroll bars for each Red Green and Blue while showing how much of each you are selecting in picture boxes & showing the decimal & hex values for each red, green and blue & in a big picture box it shows the color of all 3 mixed. Also shows the RGB number value together, the long decimal & the full hex value in a locked text box (has a copy button). Has buttons to automatically set black & white & also to choose a random color. The pallete is a color bar which you can see what color your over when your mouse is over it & same with a color box, when you click in it, it will set the color as the chosen color & will set a fade in a picture box using all the color that use the first 4 out of 6 chars in the hex value & you can choose colors from that too. Check out the screen shot. Also saves the color and the position of the form on the screen to the registry for the next time that the program is loaded.
This ActiveX control makes it extremely easy to create server applications. It uses an array of Winsock controls to handle multiple connections. Start the server with one line of code! I included a sample project and a detailed explanation of all the events, properties, and methods, so you can see exactly how it is used (readme.rtf). Since PSC removes the OCX file from my zip, you can get it here: http://www.bouncefilterware.com/drew/ServerControl.ocx -- Your comments/questions/suggestions are welcome. UPDATE: I added a broadcast function. Although it's not the proper way to broadcast data, it works.
A REALLY simple way to do AI chatting. Uses the instr function to see if a word exists in a question. Show how to use instr, arrays, sesquentenial file reading/writing. I haven't programmed in much question's (open chat.dat in notepad) follows structue keyword1,keyword2,keyword3,answer (comma seperates, must do comma even if you use only 1 or 2 keywords)
The code twirls an image.
TetrisBox is an ActiveX Control written in VB6 that makes very easy the development of Tetris games. The ActiveX itself implements all the code to control the user input (keys to move blocks) and the own Tetris game rules, so all you have to do is create the interface of your game and let the control do the rest. Also, TetrisBox ActiveX Control allows you to use the features in the classic Tetris arcade game, like difficulting the game inserting a line at the bottom of the game board, or dropping a block at a random position, etc. You can also initialize the board with some blocks determined by you... endless posibilities! NOW UPDATED WITH SAMPLE PROJECT!! PLEASE DON'T FORGET TO VOTE THIS CODE =8)
Put real icons in menus using this activex control. Very simple for use in your app ! For more details, visit www.mcunha98.cjb.net
Takes a picture and drops all pixels! Please vote cuz this is cool!
Visual Basic Listbox with highlight and scrollbar. It allows multiple fonts, and different backcolors and forcolors concurrently. This demo uses a mini database to populate the listbox.