Advertisement

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

ASP_Volume3 #56245
XP Style Scroll Control

Sick of those ugly VB 6 scroll bars that don't support XP themes? Don't feel like messing with a manifest? Here is the code for you. This scrollbar control acts just like the XP scroll bar on a multi-line text box because it is. The control just uses an API call and a timer to expose the scroll event of the textbox and then hides the textbox. This means you get allot of functionality with very little code. There is room for improvement and additions, but I wanted to keep the code as simple as I could.

ASP_Volume3 #56292
LCD Display

Provide's True LCD Display on a form

ASP_Volume3 #56348
Borderless Forms

This is an example of creating borderless forms. It will help you create your own look for your application, if you would like to move away from the typical Microsoft Standard.

ASP_Volume3 #56365
Create XP Style Buttons

Here's a nice way to create XP Style Buttons. This literally will just take minutes to change the look of your .exe. Just simply follow the instructions and you'll be quite happy with the result. Note: You have to be on an XP machine for this to work. Visualicious is probably an even better alternative here at PSC, But doing it this way with Reshacker is kind of fun.. and the program is quite interesting...

ASP_Volume3 #56369
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)

ASP_Volume3 #56371
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.

ASP_Volume3 #56372
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.

ASP_Volume3 #56375
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.

ASP_Volume3 #56386
[ 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 :)

ASP_Volume3 #56391
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..

ASP_Volume3 #56398
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.

ASP_Volume3 #56494
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.

ASP_Volume3 #56500
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.

ASP_Volume3 #56553
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.

ASP_Volume3 #56554
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.

ASP_Volume3 #56556
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 :-)

ASP_Volume3 #56631
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.

ASP_Volume3 #56635
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.

ASP_Volume3 #56665
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!

ASP_Volume3 #56690
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:)

Languages
Top Categories
Global Discovery