Results for "Category: Custom Controls/ Forms/ Menus"
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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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!
This code lets the user resize any control you'd like. No API's. Neat and tiny code.
This Program Changes the Caption of > ALMOST
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!
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
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)
ComboBox with multicolumn like in MS Access, it’s possible to set connection string, data source , number of column , List with, Column width , etc
Best Way To Create 10000 Menues At Once! And Display Them As Menu Bar or Floating PopUp!!! BETA TESTING!
Also,MENU CREATOR/COMPILER {binary,text file} -------------Of .CCODYX---
Thank You all for voting this project that I have posted on PSC. I will lanch a new update in 3 months . In this I will include HyperLink property, stretch image property, and maybe the unsizable image insert in the RTB. Thank You all again. THIS CODE IS COMPLETLY NOT ON PSC..SEE SCREEN SHOT FOR INFO.>>>>PLEASE VOTE!!!!!!!!! I will make addition options like auto-url and html code edit with preview if you guys vote excellent.... There has been there are about 800 peoples who visted my source code... and only 11 voted...So please just take one minute to vote.. this.. so why not just waste 1 minute voting for me> Have you ever wonder how MS Word + Aim allowed the Highlight word function? Well this HL Rich Text Box has that function. It has a SelHColor Function. In addition, I also include a Transparency Function. You can add a picture so that you would have a background picture behind your RTB. PLEASE VOTE HERE IF YOU LIKE IT... EACH ONE OF YOUR VOTES REALLY HELP ME SO PLEASE PLEASE TAKE A MINUTE JUST TO VOTE; I WOULD REALLY APRRECIATE IT BECAUSE OF THE TIME I SPENT OF FINDING THIS CODE AND FOUND NOTHING SO I MADE MY OWN ....THX
Ever tried RTB[RichTextBox]? Didnt' fit your needs right? Didn't like the image resize? or maybe the OLEObject.add (or API paste) for inserting image? Hate writing replace functions? Have Undo & Redo function which don't function as you wish? I can go on like this for hours but why not see my Control for your self. If you've used my original RTB before and liked it then you would be happy to know that this one does 200% more things which that did. :'( I got a lot of hits (more than the top 3 UPLOAD) and I got only a little vote :(( Please vote... I would really appreciated if you take just a moment to vote Requirements: RichtextBox VB6 SP4 + SP5 *YOUR VOTES*
Simple way to have labels replace a couple of standard controls. Very easy to do!
---XPDualMonths DLL File Source Code--- Features: 1.Single Month display and Dual Months display. 2.Multi-selection with <shift> key,even using Mouse rectangling to do multiselection;Using <Ctrl> to de-select it. 3.Left,right,up,down,home,end key to move selected day. 4.Customerized visual styles.(Border style,color styles,Line styles...) 5.Selected dates can be rolled back. 6.DLL File attached to a Picturebox 7.Resizable 8.Easy to extend to 12 months Update June 6 2007 Add DrawArrow routine Update June 9 2007 Add PopUpMenu for fast Month and Year access,thanks for Randy Giese for his excellent PopUp Menu Tutorial (PSC ID=68311). Update April 20 2008 Full Unicode Support Update April 22 2008 Office 2003 Owner-Drawn Menu Update April 27 2008 Chinese Lunar Calendar for Commercial Update May 1st 2008 Demo optimized a bit. Update May 2nd 2008 Add FormatLocaleDate function to format date by Locale ID or your own Format,requested by ThePiper.
Multi-Column Combo using Listview
The original author of this code is Mike Payne. Kenneth Foster expanded his work, adding the horizontal style and several more properties. Version 3.5: When drawing a new control, the code looks at the aspect ratio of the new control and sets the Style property accordingly. Toggling the Style property of the control swaps the width/height dimensions, thus preventing the control from shrinking to a small square as in previous versions. Version 3.4: The Enable property has been added. I can't believe I overlooked that one. There is another zip file in the main zip file called FaderBW.zip. It is the same control as the main control except it does not have colored buttons. See the readme.txt in the zip file for more information. Version 3.3: A non-fatal calculation error that only occurred when changing the style and button size while in the IDE has been fixed. The slider now has colored buttons. Version 3.2: Thanks to ThePiper for pointing out a crash when using large values for Min/Max/Value. This has been fixed. Version 3.1: I cleaned up the ReDraw, DrawPicAtValue, and OneIncrement code. The original tick marks would draw every n pixels. I changed them to be evenly spaced apart. By setting the TickMarkCnt = Max - Min - 1, the slider will snap to the tick marks. Version 3.0: I added the Border on/off property, the Min property, corrected a minor bug in the border drawing procedure and added a little error checking when reading property values.
This control when added to your VB app will grab the current weather from the net. You can control how the output will look.
This demo code shows how you can put progressbars into a listview control. Same principle works with other controls,too. For example commandbutton, picturebox or combobox. Works with horizontal, vertical and keyboard scrolling. Changing the column size is also no problem. This demo uses subclassing. I used the subclassing control by SoftCircuits. You can get it for free at http://www.softcircuits.com. Or use your own subclassing code. It should be no problem modifying the program to get it to work.
This Common Dialog replaces Microsoft's Common Dialog as using that would just add one more dependancy to your project, where VB already has more than enough of that! Though it is by no means already completed as it doesn't already got colour or font picking abilities, nor does it have a print dialog. It's also not as easy as with the MS Commondialog to use this in your apps. I'll continue on this though as it'd be really great to slowly replace all of that dumb control packages (where you only need one control but got to include the whole file) with single controls, that can be used as usercontrols, not as ocx's which is by my opinion much better as you don't have to take care about the registering and stuff... I dont really trust the setup anymore.
Updated! Very nice command button (ActiveX control) with gradient filling. If client screen color depth is 256 colors or less – looks as regular command button. You can change caption-image order (position) from left to right or top to bottom. When created this control - used two algorithms from www.planet-source-code.com. Want to say personal thank you to: Rocky Clark (Gradient filter algorithm); Manuel Augusto Santos (Emboss filter algorithm). Please rate it! E-mail bugs to [email protected]. Feel free to use this control in your application (if you'd like to) as much as you want. If you'll modify it - please leave my name in the About box! Enjoy! PS: (Please rate it)