Results for "Author: kenneth foster"
This is a total remake of my earlier submission. It lets you change your font properties within your app. Hope someone finds a use for it. Real simple code.
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.
Are you looking for a quick and easy bar chart for you program? Then this just might fill the bill.This is a user control so all you have to do is plug it in,set a few values and go.Howdy from Texas.Ya'll.On update: added Number of Bars (NOB) to show with resize.Also you can now set the scale you want.
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.
This is an update to my previous submission. It does not use shapes this time.I hope I got enough of the right properties to make this useful and flexible. Have fun and Howdy from Texas
I was just playing around and thought this would be useful for something.It places a colored border around the dull looking textbox.I've updated the ocx with more propertys so try it out.
Load your pictures and print bitmap out. Cut,fold, and paste into a photocube.Added Print, drag&drop and aspect ratio of image to program.Hopefully this is the last update needed.
I was just playing around with usercontrol code and made this gradient usercontrol. I've included the caption feature mainly for the screenshot.Its limited in function.Hope it comes in handy for someone.Enjoy and howdy from Texas.
A dropdown calendar usercontrol. The reason I am submitting it ,is in hopes someone knows how to get it to cover the under lying controls on the form it is on,without having to set the Zorder. I want it to be self contained. No external modules. Any and all help is welcome.
I tried to find a short,easy to use font selector, but had no luck .They were either long and complicated (slow) or needed an extra module.So I made this usercontrol.Its seems to work fine on my computer. Just need to know how it does on yours and any improvements are welcome.
Create a custom color palette in runtime. I built this DEMO around redbird77's mgradient.bas.Remember this is only a demo. What you do with it is up to you. Hope someone finds it helpful.Oh yeah,you can save and load your base colors.
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 ..
Use to make a list of the procedures in your app and paste them in like a table of contents. Hopefully it will be of some use. Had fun programming it anyways.
Threw this together real quick, hoping it will spark someone with more program knowhow ,to make a first class watermark program with it. The alphablending code is by Aaron DeRenad and the cmndlg mod is by Mr.Bobo.Not looking for votes, just a better working program.
Been practiceing my graphics skills and made this rocker switch control. Also included a simple button control that I use to test my graphics with. Thought someone might like to use it too. It has a fairly fast click rate. Hope you find these controls useful.
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 as the title says,a textbox and label.No rocket science here. This is my last submission for awhile.
A simple slider usercontrol with color bars, drop down style.Has several color properties,so you can make it to suit your needs.Hopefully someone will like it.Fairly small footprint.
Creates a grocery list and also store your recipes. Can print out both. You might find a couple of little gems here that you can use. Mostly how to make a simple project complex.