Results for "Category: Miscellaneous"
A simple function and small demo that changes the background color of the textbox that has the focus.
I've added more movement to this version.There are still a few logic bugs, but will figure them out later.Although not really necessary to fix it, as this is mostly for fun and has no real use.
I think I have finally got it working the way I wanted. Use it to measure pixels on screen or in projects.Hope you like it.
If you need a small,basic color selector(Only 11 lines) then this might fit the bill. Got the idea from Robert Rayment's code. Enjoy ..
Calculate the values needed for a 555 timer. Lots of room for improvements. Update1--Got the graphs to plot better and corrected some errors. update2: Animated the monostable graph.update3:corrected a couple of errors and optimized code.
It seems LED's are everywhere. So here is a calculator to figure the resistor value for you. As usual, I've taken a simple formula and made it really complicated. Hope you find it helpful.
Just something I was playing around with. If you can use it, great, but the most important thing is to have fun while coding.7-28-07 Added caption and Ole_Color options
This is my first attempt at using the msflexgrid, so the code may not be the best. Who knows, this app may be just what you are looking for. As always, comments and suggestions are welcome.(Yes I know a database would probably be nicer, but I'm learning something new) Updated:Improved printout and some code tweaks. Update:added MPG calculator and fixed bugs.
Re-make of my earlier submission.Changed the graphics and added the connector bar.Commented when needed.Hope you like the new version.If you make any improvements, I'd like to see them. Added 1/9/07: Now you can select between pixels and twips. Also fixed a couple of bugs. Revised Code:1/10/07... Redraw much improved and positions and values retained when switching from V to H. 1/12/07..Added color selection and changed some code. 1/13/07...Added Rocky Clarks A+ Screen Zoom to the project. Lets you fine tune measurements easier.
Keeps track of Punch In and Punch Out times.Lots of room for improvements. This should be a low interest item, but had fun doing it anyways.Sorry, but could'nt remember who coded the analog clock. Update1: streamed lined the code a little and reformatted the report and printout.
Will draw a gear, the size and number of teeth you want. Can do several at one time. Its crude,but with a little care, it did what I wanted.Has Print and Save functions.
This is a crude attempt at making poly calendars, that you can cut out and paste together.There has to be better ways to do this, so I'm just putting the idea out there with the hopes someone will do a better job and post it. Added: save as jpeg and Monday first option.Added weekend colored option.
A remake of an earlier submission.Added sound and new images.Also includes another project for creating and drawing polygons.
Crystal Report Viewer.. How to Display a report in Crystal Report Viewer (MS Access Password Protected Database)..
Allows you to have an advanced profile much like that on "Subprofile.net" but better!!
This code takes an input decimal number and converts it to roman numerals. Will work for any number inputted until the output string becomes too big (and testing seems to show this doesnt actuually happen)! This is the shortest piece of code to o this (to my knowledge), as all the others I've seen are useless....
An easy code - It will put a shadow behind the control which is currently focussed and will loose the shadow when the control has lost focus.
This is an advanced version of my last month's submission. Now supports richtextboxes AND textboxes. You still only need to add two class files and a few lines of code to your VB project to add the multiple undo feature to any richtextbox or textbox. For more information read the readme.txt included in the zip file, please. -- Again, thanks to MrBobo for his ideas and suggestions. -- Time and Type (deletion, modification, addition)of an undo snapshot is tracked. Thanks to Andrea Moro for this idea.
I've tried a lot of different multiple undo examples from the Inet, but every had at least one draw back. So I had to write my on solution and I think this one is quite smart. If you want to use it, you don't have to clutter your code by pasting in lots of undo-related subs, functions and variables. Everything comes within two handy class files and you only need to add three lines of code to your VB projects. -- I didn't test the code on VB5.0, would be cool if anybody can give a feedback on that. -- NEW: a single undoitem now stores only the modifications and not the whole text --> that is important when working with bigger files. -- NEW: now you can turn off the automatical tracking of text changes --> may be useful on automated text operations. -- NEW: Speed improvements. New properties getUndoCount and getRedoCount. Now you can undo/redo multiple changes with one function call. -- Thanks to MrBobo for his ideas and suggestions. -- -- Have a look at the latest version supporting standard textboxes too: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34335&lngWId=1
First, When these people spams psc with annoying posts, you get angry and give them exactly what they want 'Feedback' Feedbacks from you is what's driving them. They want attention and this is the way they get it. If you see these postings, don't jump right into their trap (Feedback section). You should instead take a pepsi/beer or whatever, cool down and ignore it. If you do, i won't be surprised if those postings stops after a while. With no feedbacks, it won't be that fun for them anymore. To Ian: You should make a site where people can debate and leave their anger instead of the spammers feedbacksection, and you should look into it now and then to get some inputs on 'How to get rid of those people'... Anyways, this is my opinion. --<>------<>------<>-- Second, I have also added some code to this posting, so it won't be a waste of space :) The code shows a TextBox w/TipText and effects. Effects/looks: Default, MouseMove and Clicked. Made it for single line use only such as search or other input fields. Thanks! Regards, Jim K.