Advertisement

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

2002ASP #6212
Accept only numbers in a text box control with one line of code * MUST SEE*

first, my apologies for my bad english, hehe. this example demonstrates how to accept only numbers in a textbox control with ONE LINE OF CODE AND FAST CODE. * MUST SEE *

2002ASP #6215
Custom VB6 Treeview control

A UserControl made with a VB6 Treeview control (MSCOMCTL.OCX - 6.00.8862) with customized Background (Color, GradientRectHor, GradientRectHor GradientTri, tiled Picture), Backcolor, Forecolor, Buttons, Tooltips etc.

2002ASP #6218
FormShadow 1.1

Drop in OCX control adds an alpha-blended shadow to the bottom and right borders of the containing form. No properties to set or code to add! Just drop and go. Fixed in 1.1 - Shadow artifacts are no longer left on forms brought to the foreground and the shadows are now correctly repainting when bringing the containing form to the foreground.

2002ASP #6225
Amazing Spiral Effect

This is an amazing spiral creator. So simple yet so complicated! Look what you can do with a simple PictureBox! Look for yourelf in my screenshot! Please also vote and add comments =)

2002ASP #6228
Cool Rotating Text

Ever wanted to rotate your text this is the code for you. Its pretty cool!!! Plz vote & comments =)

2002ASP #6257
Pixel Manipulation

Ever wanted to make a cool shaped form....well....this code is for you. Just look at the screenshot. Oh and, don't feel obligated to vote!Thanx yall!(inspired by previous PSC entries.)

2002ASP #6273
Font Selector .. like Microsoft Word :-)

Hi! So here I am again .. first of all let me tell you that this code is done by taking lot of help from various programming ideas that are available on the net .. by that I mean .. like the use of Image ComboList ... adding images to the ImageList at runtimes and stuff ... but anyway the idea behind his code is very much mine and till now I have not found anyone coming up with this idea of making font selector .. if there are codes with my idea then I beg pardon it is only coincidence and not my fault .... Well it is basically a font selector like you see in Microsoft Word or something where there is a preview of the fonts that you are selecting .. it is cool please download it to get a feel of what is going on ..... I have not made very detailed analysis of the code as it is very clearly Understood. I have used very long names for objects as I am feeling little down today and I don't know what to do .. so some crazy things like long variable and controls name .... Anyway I hope you guys like it and use it where you want it to and please vote for me if you like it ... Thanks .... 'Biswajyoti Das (askbiswa@hotmail.com)

2002ASP #6279
LCD Control

a Liquid Character Display with the ability to display a picture too. check out picture. BIG thanx to Omar Al Zabir for his HIve class and to Manuel Augusto Santos for his Fast Graphics Filters (partly used). ANY feedback is welcome.

2002ASP #6280
LCD Control (Update)

a Liquid Character Display with the ability to display a picture too. check out picture. Some Bugs fixed and the ability to load an external "charset" from a bitmap (2 included samples. 1 with 126 chars and the other with 255 chars). Any feedback is welcome (good and bad). If u fix a nice charset for it i'd like to have it so it might be included in next releases. Please vote for the original posting at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32233&lngWId=1

2002ASP #6318
Ci Analog (Alarm) Clock 1.0

An analog clock with alarm function to remind the developer of real life ;-) Features: resizes with form, optional Ticking, Wave File Sound Alarm or Beeping (two wav-Files included), rightclick for options

2002ASP #6329
Extended Custom Message Box

***********Default button bug fixed*********** This is a custom message box generator.It provides the following functionalities that are not provided by the MsgBox function in VB. 1.Allows you to change the font of the message. 2.Allows you to change the font color of the message. 3.Allows you to set italic font for the message. 4.Allows you to set bold font for the message. 5.Allows you to change the caption of the buttons. 6.You can have as many buttons as you want on the message box. 7.The Message box has a totally new border style. 8.You can also set the AutoUnloadTime so that the MessageBox will automatically terminate when the specified time had elapsed returning the first button value. 9.The MessageBoxEx function used to create the messagebox returns the number of button pressed starting from zero. 10.Use the AddButton method to add as many buttons as you like. (Max 255 i think this is more than enough.)

2002ASP #6338
johna ProgressBAR ocx (1.03 release) with accepted negative values for Min/Max properties must see

This is a new version of my Progress Bar ActiveX controle i studied the feedbacks and add good properties Color,Min/Max with negative value accepted (ex: Min=-500,Max=500) more than 8 FX presets for smoothing the progressBar I'm waiting for your feedBacks or remarks

2002ASP #6344
Font selector (office 2000)

Disply Office 2000 fonts. Ability to preview the fonts before you choose. The fonts are sorted from A to Z Improved Version!!!!!!!!!!!!! DO VOTE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! DO VOTE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2002ASP #6347
COOL & GREAT Windows effects( 11 ) for load & unload (IMPROVED)

11 COOL Functions which you can add in your form's load and unload event. They include = rush, explode, slide, spiral, rollup,bounce_go,bounce_updown, openall, pressed, funnyshape and closein! Easy to modify and use. PLEASE DO VOTE!

2002ASP #6360
Change Windows Caption

This Program Changes the Caption of > ALMOST

2002ASP #6379
UPDATE! FANTASTIC RESIZABLE skinned form demonstrating forms with non-standard shapes * VERSION 3 *

This is an update to my popular Resizable Skinned Form. The screenshot below tells you what it looks like and how it works, so this description will only list the new features. NEW FEATURES IN VERSION 3 ~ Dynamic colour scheme changing ~ Two modes of resizing

2002ASP #6380
FANTASTIC RESIZABLE skinned form demonstrating forms with non-standard shapes

My first submission, this code is a multi-purpose skinned graphical form. Sounds pretty standard, but this one is RESIZABLE TO ANY SIZE. It teaches you how to use Regions (for shaping forms) and also how you can keep the size down of your program by using "Image Blocks" to make up skinned dialogs (positioning and streching images to make a dialog). Take a look - it's well worth it. And I know people always put this on their submissions, but PLEASE vote and leave comments and/or suggestions. If you're a contributer to Planet Source Code, you know how much you value feedback. If you're not a contributer, I can assure you that if you were, you too would want people to give suggestions. Enjoy!

2002ASP #6382
ChangeFormShape

The code changes the form shape to either 'Elliptic', 'Rounded Rectangle', 'Rectangle', 'Polygon' or 'Picture-Shaped'. In the code you can also see how to COMBINE different shapes, so you can create a very neat interface. These functions are in my code: 1. Change Form Shape (See above) 2. Nice interface (somewhat like XP I believe) 3. Move and Resize a border-less form (Borderstyle = '0 - None') 4. On Resize - align controls (class module) 5. Text in Pictureboxes 6. EasyMove forms 7. Change Picture Shape There aren't many comments in the source, but it doesn't have to be either, even a "newbie" will understand what's going on... Before the code only showed how to change the form's shape, now it also shows how to change shapes of picture-boxes. In fact, I believe you can change the shape of everything that has a hWnd variable... I haven't tried it, but I think you can show oval videos too!!! (or polygon or whatever you wish...) Please vote... Anyway, here's an FAQ: Q: Is it simple? A: Yes! -------- Q: How simple? A: Very... -------- Q: Is this Windows XP or VB.NET? A: Nope, I used Win98 and VB 6.0 -------- Q: Is all this code made by you? A: No, but the thanks are in the source. -------- Q: Are you the best programmer in the world? A: Who, me? Thank you for reading this - now download, try out and vote! (If there's anything that's not working or you wish me to add, please let me know!) /Mikael Nordfelth Picture-shaped-form has been renewed, now it's not Niknak's code... (it was quite slow compared to this)

2002ASP #6398
First VB Menu Ownerdraw Engine

Also,MENU CREATOR/COMPILER {binary,text file} -------------Of .CCODYX---

2002ASP #6401
Dinamic MENU CREATOR

Best Way To Create 10000 Menues At Once! And Display Them As Menu Bar or Floating PopUp!!! BETA TESTING!

Languages
Top Categories
Global Discovery