Advertisement

Results for "Category: Custom Controls/ Forms/ Menus"

7_2009-2012 #229220
Automatic Credit Card Validator

This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)

7_2009-2012 #229222
SuperTree v1.0.7

Advanced Controls - SuperTree 1.0 NonStandard Tree based Data Browser, Customize your node look, and you can get really usefull non-standard hierarchical data browser.

7_2009-2012 #229223
SuperRuler 1.0

Advanced Controls - SuperRuler 1.0 OnScreen measurement control. Select between four ScaleModes, change Fore and Back Color, use hoover or click values. Includes mouse tracking.

7_2009-2012 #229226
SuperViewPort 2.0

This is very advanced type of container control based on virtual viewport. You are able to put other controls on it but also outside of visible area, enable scrollbars (created at runtime) and use them to navigate viewport. It has a very fast angle-defined two-color gradient feateure. Includes mouse tracking, so you can (optionaly) drag the content of the control by holding LMB. This code teaches you a lot of window API for ex: using windows api's on usercontrol, dynamic scrollbar creation and manipulation, drawing on usercontrols. Vote if you find it usefull/educative.

7_2009-2012 #229237
[ New!: ScrollingLabel usercontrol ]

It's not another "scroll text in a label" code. He can scroll WHOLE label with text within. Ready-to-use and easy-to-understand user control project. Check the screenshot and see how it works. Just put ScrollingLabel into your form, add dozens of text, set scrolling interval and enjoy :) It has nice arrows (scrolling (up or down): starded, could be continued, not possible), plus fully customized properties: BackColor, BorderStyle, Font, ForeColor, ScrollingInterval. If you like this user control please vote. Thanks :)

7_2009-2012 #229242
CoolMenu 1.3.2

The only change to the familiar cool menu series is now it works with Windows XP for those who upgraded to XP and the images used not to show up..

7_2009-2012 #229249
Custom Drawn ListView

This Will allow the programmer to customise the individual foreground background colours of the different listview items, and can give a listview a custom highlight colour, with out modification to this code. Any votes and/or comments will be much appreciated.

7_2009-2012 #229345
Transparent Text

The problem with standard TextBox is that it background isn't and can't be transparent, I've developed the transparent text with standard Label objects. You can't type in text in Label object at Runtime, but with help of PictureBox you can type characters and edit text in Label objects. All Label objects which you want to be transparent and editable you must put on one PictureBox, and PictureBox will then work with Label objects… You can use the transparent text with "Microsoft Forms 2.0 Object Library" - "FM20.DLL", but there is one problem: this ActiveX component is not recommended to use, and it'll work only on computers with Microsoft Office 98 or late installed.

7_2009-2012 #229351
Drag Borderless Form NO API

Allows for real time updating of objects and values while the drag is being proformed. Move a borderless form without api and in only 10 lines of code. Very easy to understand.

7_2009-2012 #229404
Create Menu's at runtime via ActiveX dll

It creates menu's dynamically at runtime, from the menubar itself to menus, and submenus. This is all done via an activex dll, that can be added to any project. The code acts like the treeview control, as if the menu's are nodes for easy application. Full source code for dll included.

7_2009-2012 #229405
Create Menu's at Runtime via ActiveX Dll *Update*

It creates menu's dynamically at runtime, from the menubar itself to menus, and submenus. This is all done via an activex dll, that can be added to any project. The code acts like the treeview control, as if the menu's are nodes for easy application. Full source code for dll included. Update - Now supports Icons on the menus, Popup Menus and Seperator bars.

7_2009-2012 #229407
Whize VALENTINE's DAY THEME

Valentine's Day will be here soon. This is my way of spreading love. Presenting Whize VALENTINE'S DAY THEME. This program creates a heart shaped form and let it floats or rather bounce of the screen edges. The heart also displays a love quote. The heart'can be minimized to the system tray by left clicking on it and can be made to stand still y right clicking. Once minimized the system tray, it can be restored by double clicking. U can right click the form when minimzed for options.U can set the popup interval when the heart must popup again. The program is ez to understand. Special thanx to Doug Gaede for his transparent shape class. It was very helpful. Thanx buddy :-)

7_2009-2012 #229482
MS Winsock for VBscript

Winsckw.ocx is a custom wrapper around mswinsck.ocx control. Allows using winsock in Vbscript overcoming licensing issues. Few VBscript samples for sending emails, peer-to-peer HTML chat is included.

7_2009-2012 #229486
How to customize borderless form

Shows some technique on how to customize borderless forms to make them move, resize, tile background picture. Code is commented.

7_2009-2012 #229516
FIX :TabDock Control with Error Free Example

THIS IS A FIX FOR MY LAST SUBMISSION * ALL FILES ARE INCLUDED! Look in the "RELATED" folder for the tab dock control. COMPILE THE TABDOCK CONTROL, then add it to the MDI form that is included. IF you have any more concerns...contact me on AIM: CAaronWright! This is a nice example of the TabDock control at work. I did not write the control, but I did fix alot of errors in it, so this control should run smoothly now. The example included, however, was written by me, and also works perfectly! The example will show you how to Dock and Undock four different forms all at one time, or individually via Menus. (See screenshot for more detail) This is pretty much like the VB environment, so have fun, and If you like it, please vote, thanks!

7_2009-2012 #229541
Form Creator/Wizard

Add controls,resize controls, move controls,Change Properties And a little Properties Page Ocx Source include. Look And Send comments. Sorry itsnt a fully functional I write it yet. If you add a some functions pls email to me. If its complete it will be a Little Data Form Wizard:)) If you like it pls rate it. ok:)

7_2009-2012 #229635
SmoothBar v1.1

This is an ActiveX progressbar with a few features that I thougth one migth need... I really would like to add a horisontal option but haven't figured out how to draw rotated text.. But I'm getting there :) Plz, comment and vote.

7_2009-2012 #229724
Owner Drawn Progress Bar

Code for an owner drawn Progress Bar control. The Progress Bar itself has various display options including 6 border settings, 3 distinct display options which are completely customizable, and the ability to display text. The user control uses no intrinsic controls (except a timer) and uses 36 API calls to control the display. Commented!

7_2009-2012 #229739
MySkin V1.02 UPDATED Preview

Recently I noticed a few submissions without all their source code, one in particular caught my eye, ESEE VB FORM SKIN, there was no source code to the DLL, so I set about making my own simple version, here is the result, please note I have only spent about 2 hours on this, and its not that advanced as ESEE VB FORM SKIN, but it is complete source. There is a simple test app as well, please read the ReadMe file included though! Thanks. UPDATED: 02 JAN 2004 PLEASE READ THE README FOR MORE INFORMATION!

7_2009-2012 #229744
A Scroller Version 2 - Smoothly scrolls text in a picturebox

It can scroll right to left or bottom to top, stop at top or stop centered, scroll and stop or Scroll Continuously and background, text colors & fonts are all customizable. It uses bitblt to do the drawing so its flickerless. This control is a updated version of http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=14967&lngWId=1 that I modified & updated for Almost Real Jukebox.

Languages
Top Categories
Global Discovery