Results for "Category: Custom Controls/ Forms/ Menus"
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.
Full source.... Create an OCX active control, this shows you a design for progress bar that can be used for volume, counting and equalizer. various colour rainbows and sizes. Try it out
What? Another marquee? Yep. Put into 1 class and 1 usercontrol file. Can contain separate text "blocks" each with it own forecolor. Use the mouse to drag the display from left to right (or right to left) during the scrolling (just in case you missed out something that scrolled away). Continuous scrolling (does NOT wait if the last block is out of view, then start the first block, BUT glues the first block to the last one, so you see no break). Can place separator between blocks. It looks like the BBC News ticker. Click event on each text "block", scroll speed, colours, font, etc. Just download and see for yourself. Need more convincing? Someone quoted this is the best marquee on PSC yet....
Analog Clock control where you can use your mouse to rotate the hours and minutes. Ideal to obtain time the graphical way from the user. Can also be used as a simple running time display. Left-Click and drag the minutes, Right-Click and drag the hours. Colours, fonts and some other attributes can be changed (look and see). This is just a usercontrol (ctl+ctx) file to include with your project, if you really want to, make your own ocx from it.
This code converts picture files to .TXT files. Works best with photo's. Start a new project, insert a picturebox, and past the code in the code-window, HAVE FUN !!
I have seen some e-mail stuff on this site, but all are so freakin complicated. This is simple and VERY easy to use!
Want your program to be able to send and get files over the internet? Well, here you go! This is very easy to understand.
This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip
Shows how to re-order items in a listview by dragging and dropping them in their new position. Also shows how to give the user a nice visual cue for the new position. Items can also be re-ordered using the scrollbar.
Yawn I hear you say, Not another Flag waver that distorts a picture in a sine wave pattern.... But wait! How would you like code that does that, which is Fast (under 1 Millisecond!!!), Small (7 Lines!!!) and robust (loads of options), Well you've come to the right place come and check it out. I'm sure you'll be impressed. P.S. Don't forget to vote :)
From the Author of Real Time Picture Distortion, Comes (drum roll please...) Version 2!!!! 6 Times as much fun as version 1. Now with Two-Tap Sinusiodal Image Distortion, Ripple generation, Presets, Horizontal and Verticle wave orientaions, Real time quality-verses-speed control, Automatic playback and On-The-Fly Picture loading! All this at the same blistering speed of version 1 (conditions do apply)! Expert or Newbie you have GOT to see this! (and rate it, and visit my web site, and comment on it, etc.) Click Here NOW
This quite complecated code is very cool if you are into tile engines.A tile engine is a piece of code that draws tiled pictures. My code lets you scroll smooothly though the game level and hopefully advanced users can use this code for their own games and things. One more thing, This code is VERY VERY VERY fast. about 8 lines to use in your inner loops and it's not even optimized. Try It!
Yet Another Skinning Example Make just for fun to show what cool things you can do with BitBlt