Results for "Author: kenneth foster"
Nothing real special here. I was just playing with some code and this evoled. There are two versions so pick your favorite. Enjoy.
Just playing around. A usercontrol textbox that has XP look. Got scrollbars and align working.Not the best solution but seems to work okay.
Total remake of earlier submission. I'm using database to to store author,project picture and comments. The actual zip file is stored in a separate folder for easy excess. Project photos can also be saved to a separate folder if option is selected.
The original author of this code is Jim Benvenuti. It is a beautiful control, but too bulky for my needs. I've reduced it to its basics. Hope you like it and find it helpful. Update: Got rid of the class module(took some doing on my part). It is now a freestanding control. update: added a working demo of control.
This is a more novel led clock than my previous clock. The Auto Shape form code is Mr.Lakes that makes the bg transparent.It is very easy to use.Hope you like the clock.I always like comments.
Learn the US capitols.Fairly simple code. The non repeating random number generator section is not my code.I got it for PSC and it works great.I'm sure there is lots of room for improvement here,so feel free. Otherwise, enjoy.
I could'nt find an encoder program that would save and load more than one line of text, and actually work,so I threw this together.I modified the program EnDeCode by Joshua Larsen and made this program.
A simple function and small demo that changes the background color of the textbox that has the focus.
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 ..