Results for "Category: Custom Controls/ Forms/ Menus"
A Stylish Panel controls, supports, Soild Color, Texture, Graident, Round Cornners, Moveable, Moveable Partent, Titlebar Icon, And a host of other properties.
hi, This is the new 1.3 Update of my class and control collection, now contains around 48 controls and 12 Classes, Lots of Fixes, New controls and classes, Just a few to name, CheckListbox, CheckListPanel, FormAlpha, RichEdit, TextBox Class, DigitsStrip, and Many More, Note The readme, has now been converted to a GUI viewer, see Dev/Readme.vbp, in there you find updates and chnages. Hope you like this Update.
This post replaces a previous one which did not include the .dll file. All it does is demonstrate the use of gif89.dll to include animated gifs on vb forms
Captures Screen as fast as it is possible, I myself have used that old method of sending a PrntScreen Key deal, but this is HOT, it just uses Bitblt... Might come in handy for that guy who is making BOS or whatever its called. Capturing the screen though any other method is only doomed to be slower :)
Tiles a bitmap on your form. Fast and simple. Using the Bitblt API. There isn't much else to say about it. If you want to tile a bitmap on a form, this is as good as it gets.
This will take an object on a form, and place it in the center of the screen. Good for password protection programs that take up the whole screen, this will ensure that an object that you want in the middle of the screen, will remain there for any resolution.
PureGold Button Control features a sleek thin 3D border insted of the ugly thick border on standerd windows. It also has four other styles of borders for you to try (yes even the classic thick border one), and now MOST inportant of all it has the mouse over feature meaning the button is flat untill the mouse is over it!
Gives you application the Windows 95 look of a floating menu. Right click any where on the form and the menu will appear.
Resize and move controls during Runtime...very simple to understand
This is just a little game were you will have to pop the balloons when they pop up in the picture boxes. Demostrates how to use the timer controls.
A little game that I created, it is a little like who wants to be a millionaire. You got three life lines and if you get one wrong then you're finished. There are only 38 questions there, but hey it's just a demo. The source code is in a zip file along with the exe.
The background generator should now work. the *.frx files are now in the zip. The program will make bitmap images for either windows desktop background images or web page backgrounds. I got some code from other programs from PlanetSourceCode the rest is mine.
Changes the backcolor of a control when the mouse move on and off of the control. Like the changing links you see on web pages. Good for trivia gaming code.
Want to know how to animate your form?..well here it is =)...this is nothing big but it is a form with Insane Programmers ( My vb website )
After searching forever for a good way to allow users to resize or move controls around on the form at runtime, I decided that I should just make my own method. The other ones I found here use the API method, which does not work well. I have updated this to include the suggestions based on the feedback. While the "trails" are still there, they are much better, and the code is alot cleaner & smaller now.
This program will Play Video (mpeg) without any control just with API CALLS in any place like you want show the video in a start menu or in your desktop or under the icon or when you rename any file or in notepad or in window msdos or anywhere you want.. and you can get classes name by another program (with this program named hWnds.exe).. with this code a part of song Britney Spears (This is an Example Video)..remember when run the program in the first time it will run mpeg (a part from song Oops I did it again) in your desktop........Enjoyyyyyyyyy.
Allows you to easily create a hyperlink in your program. This control is easy to use and feature-rich! Features: jump to url, mouse-over color change, mouse-over underline, mouse-over browser-style hand pointer, click event sound, tooltip, auto-sizes to fit text, mouseOver and mouseOut Events. Code update for HyperlinkAX. Complete source and example, compiled OCX.
Creates a pretty neat geometric design!
This code is all in a simple module, making it fairly easy to draw a spiral at run time. I have commented most lines, but anybody with some understanding of trigonometry should be able to get it. Uses about 9 different input parameters to totally customize your program. I have tested this with VB 6 and 5, so no guarantees for the lower ones, but it should work 'coz all it is is maths. I have also included a nice testing app to show what types of spiral are possible ;) Please vote. Thanks!
Dev Fade is a control which can create faded text on your forms.