Results for "Category: Custom Controls/ Forms/ Menus"
Let you lock your textbox for inputs and it will NOT be grey, but will be able to highlightning and scrolling. One line code is all you need!
The purpose of this extremely small code is to take a form within your application and keep it on top of all the forms within your application. (Modal Forms) Note however that when you use this code, it will make all other forms in your application inaccessible until that form is closed. This is great for times when you have a form like starting a new game, or a form that tells about your program that you want to stay on top and "stop" your program until it is closed.
The purpose of this code is to expand on what Ian Ippolito stated in an early post with the same code. I noticed that his same code did not state all the versions that can take advantage of this code. This code will center a form on the screen, not taking into consideration the taskbar. Yes, there are other ways of achieving this, api being one of them, but who wouldn't rather have a smaller, simpler code?
This is a complete drop in ActiveX control for the sole purpose of providing a simple way for you to scroll text "marquee" style. This control will allow you to scroll both vertical and horizontal, adjust the scroll rate, the number of times it repeats, load the text to scroll from a file, or build it dynamically. It will wordwrap your text if you want it to. You can align the scrolling text right, left, or center. It gives support for a "drop shadow" effect. You can specify the direction of the drop shadow either northwest, northeast, southeast, or southwest. You can choose your colors for the background, font and drop shadow. I've even included a property page with this control to make life even simpler for you. This control was developed in VB6, so you will need the VB6 runtimes in order to make it work properly. If you like this control, please rate it as I would really dig a copy of Ian's Help generator :-) This control is based on a previous example submited by "Steve" (I assume of VBTutor.com) located Here
A Few function's For You To Play With.. Trap Mouse In A Form, Random Object/Form Color's, A Wacked Screen Closing Special Effect, And Download File's Via The Internet..
Shows you how to use the Alphablend api to make a menu system.
Dear Brothers and Sisters, Have you ever dreamed of giving on line help about your menus in status bar as user moves mouse over menus. This feature is available by default in applications developed in VC++ with MFC. Here is a simple solution to all your menu help problems. This amazing Active Menu Help Control for VB 6.00 do all this with ease. This control needs VB 6.00 runtime files.This control does not need any third party subclassing ocx control. Friends who are interested in source code please do not waste their time because it is compiled ActiveX control with demo app. Source code of demo app explains how to use control. It is just one line code. Private Sub MenuHelp1_MenuSelected(menuString As String) sbStatusBar.Panels(1).Text = menuString End Sub
Shows tooltips! You can customize it. If you use it please send me an email. Email: kf4zpb@kf4zpb.8m.com Also it took 5 minutes but it is awesome. At least I thought it was better than the regular tool tip! You can have multilines with this one. Look at the screenshot so you can see what it looks like. Thanks, Carroll Dearstone
ActiveX control, sizable analog clock. Doesn't blink!
Allows the user to create shapes supported by a programming script, which are easy to rotate and zoom into. In the screen shot, you will see one such shape and it's formula. In this screen shot, I chose to display a boring graphic, and if you download this, you will see that surely great projects could be made with this code. I have programmed shapes for arrows, and gauges, airplanes, and a nuclear missile with the name "USA" on top. And they are all non-flicker graphics, easily rotated, and extremely quick.
This project Shows how to create a multiple-splitted MDI parent window. This project in particular manages 4 panes. There are only 2 API functions in use too.
This somewhat strange project demonstrates using the GetPixel and SetPixel functions to separate the color channels and process an image as it's being drawn. Different values can be tweeked as the image is continually filtered. This particular project can distort images with simple filters (Pixel Intensity Oscillation, Channel separated Brightness, both monochrome and non-monochrome Noise Distortion, Posterize).
Have a Tab control in your application with out having to have the huge OCX that microsoft provide. It's in the early stages yet but seems to work okay at the moment.
Have Tabs without Microsoft big OCX. I think this is nearly finished. Try right clicking on the frame control to bring up a popup menu.
It will make a character of your choice(many to download) talk.
This just shows how to access CommandButton's, Label's etc.. from another Command or label. So when you click Form1's Command, you can actually be clicking Form2's command. Very useful for shortcuts.
**UPDATED** Get events from all your IE instances through this one control.... Now has events for new insances started, automatically updates and exposes the browser collection.
Capture Events from all your instances of Internet explorer. Modify Browser properties through the exposed collection, cancel annoying popup windows or simply spy on a users browsing habits.
This code will make your form stay on top of any other windows running, just like winamp stays on top.
This function will select the value of a List Box or Combo Box based upon the Index ID. This is helpful when you are trying to edit a record and want to select a saved value in a combo box or list box.