Results for "Category: Miscellaneous"
This code shows how to use the Shell32.dll in your project.
Deletes multiple lines/rows from MSFlexGrid and confirms the number of rows to delete.
Subtracts a day from a date provided by the user. Code can be edited to add a day(s) or subtract more than one day. Code can also be changed to include Year, Quarter, Month, Day of year, Day, WeekDay, Week, Hour, Minute, or Second.
I wrote this code inorder to identify our servers that were connected to a KVM switch. A KVM switch allows you to connect multiple computers to a single keyboard, monitor, and mouse. When switching from one server to another, I found it difficult to discern which server I was using. So the DogTag program goes to the registy and gets the computer name. Then it displays the computer name in the upper right corner of the screen. DogTag is designed to use the color of the desktop to make it seem like the name is part of the background.
Allows selection of listbox items with right-click. *Not trying to get any votes, just sharing help I've provided in VB Discussion forum to everyone. Enjoy.*
Look at the screenshot. With embed you can modify the windows folder look to suit your style. Do you want a few links in the window, do you want a calendar, how about a custom title for your folders. Maybe a custom font? It's up to you with Embed. You have to see the screenshot. Don't forget to vote! Make sure you have folders set to view as a web page!
Only an idea
This is a basic IRC server. You can join channels, talk in channels, and private message. I have the code set to default to 20 maximum connections. To increase this just increase the value of MaxSck in the form_load sub on form 1. Have fun!
Redirects connections. Functions like a bouncer or proxy. I wrote it for a friend that went to school and they would only allow outbound connections threw port 80 (standard http port) So I set this up for him on my machine listening on port 80 and redirecting him to and irc server on port 6667. Nifty eh?
Simple code to display tooltips displaying the text, regardless of length, of an msflexgrid cell. Tooltips are displayed when the mousepointer passes over any cell.
This program waits for the Password Required window from either IE or Netscape to appear, then logs the username and password, as well as the server, that the user enters. VERY useful, completely commented. Please vote if you find this useful. ANY feedback is greatly appreciated.
Small project listens for incoming requests, then steals the IP. Give your friends or anybody a URL (your IP) - then steal their password! You can change the port to listen on, and the data that is sent when the user connects. Very simple, less than 50 lines of code. Please vote if you find this useful :) ANY feedback, negative or positive, is greatly appreciated. BTW - I know there's already like 800 of these on PSC, but I thought I'd post my own. I was messing around with Winsock and thought this would be a neat project for beginners.
This small project demonstrates how to support multiple users in your applications. Saves/loads settings from the registry that pertain to specific users. Has ability to create new users. Please vote for me if you find this useful. ANY feedback, negative or positive, is greatly appreciated.
Note Taker is a small project that demonstrates many useful subs/functions. This project is for anyone who's had to take notes on the computer before. Working between two documents, copying and pasting - it gets tiresome. This takes notes very easily! Load a document, then highlight whatever you want to save as a note. It adds to the notes textbox. Very simple, completely commented. Demonstrates how to load/save files, alphabetize lists, get the number of lines, words, and characters of strings, get the size of any file, as well as demonstrating some easy 3D GUI functions. Any feedback, negative or positive, is greatly appreciated. Please take the time and vote if you find this useful :]
Smart Keylogger logs the keystrokes you type. Includes option to log only when certain strings are found in the active window's caption. Completely commented. Note: Due to me getting bored with this project :x and my desire NOT to find out tons of chr numbers, It only logs numbers, letters, tab, spacebar, and enter. I'd appreciate any feedback, and please take the time to vote if you find this useful :]
This is similar to my last post, however it includes two ways to limit your software - by times loaded OR by *newly added* day limitations. Set it to however many days, and it will expire in that amount of days. Check it out :) A Special Thanks to Josh Downing who asked me for help with making his app support date-expiration. Thanks :D
This project calculates your Words Per Minute!! Find out how you fast you type, then find out how this program does it! Completely commented, very easy code. Check it out :) Below VB4 users: This form is in 32-bit VB6 format, Simply use the code instead of the forms :)
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 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!