Results for "Category: Custom Controls/ Forms/ Menus"
Create your own button with any shape!If you want to have your program with professional and beautiful appearance , you can use this UserControl .Thanks for downloading this program and please post your comment about my program(good/bad).
Cool Animation Control. I have bin asked for help about this control so the update includs same pictures and help html file. Vote and Coments are always welcome ;-)
Display Checkboxes in Listbox Horizontally I've been searching the internet and PSC on how to display checkboxes in a listbox in a horizontal manner but I didn't found any. Perhaps my search keywords are wrong but really I found nothing. I decided to re-examine the listbox property if I can find something that I have overlooked before and there it is. Who would have thought that by merely CHANGING THE COLUMNS PROPERTY TO ANY NUMBER OTHER THAN 0 WOULD ACCOMPLISH WHAT I WANTED TO DO. Many of you may have already known this but for newbies out there, this might help. See the screenshot to see what I mean. For the screenshot below, the setting is: Listbox1.columns = 4 OR In the properties list, change Columns = 0 to Columns = any number you want. The number of columns specified will configure the listbox to show 4 columns in its display window. A horizontal scrollbar will be displayed if the data display occupies more than 4 columns.
Hi every one. I've updated the isButton, you can get it on the page it was before here on PSC also, I've made a ocx version for those have requested It. this message will be deleted soon, but I thought this was a nice ay to repply to all the e-mail I've recibed claiming for updates. and to the PSC admins, sorry, I promise that I won't do this again :) visit http://www.geocities.com/isbutton3/ to get the compiled ocx. happy coding. ************************fred.cpp
This is a picture control that I think most of you will like and (most ;~| ) all of you will appreciate. This picture object least importantly of all, displays a picture. Here are some of its more powerful features: 1)Can display a picture from a file, just like a regular picture control, BUT can also, on the fly, instantly (without winsock or any other control) download a picture off the web and display it..so this control can dynamically display images that dont even reside on your machine 2) The control has a storedPicture object..which allows you to store an unlimited number of pictures for later use. simply call the AddToStoredPictures method. Display any one of the stored pictures, later, as the current picture by a call to oPicFlex.ActivePicture = 2 (or whatever index you specify) 3)The image displayed in this control automatically resizes as the control resizes (like the Image control)..buy only if the stretch property is set to True, like the Image control 4)A single call to this controls DrawFromThisBlt method acts as an internal replacement to the BitBlt, StretchBlt, and TransparentBlt api calls, so any part or all, of the controls current image can be painted to any other DC
I wanted my software to "report back" to me, now and then, about their whereabouts. So here it’s an activex control that asynchronously and unobtrusively sends me back information. It is fully parametric and I have it set to report back the first week, first month and then every 3 months. It calls the API directly instead of the winsock control and never gives an error no matter what! It just works on the background and waits the right moment. Then it can try on predefined periods to contact the internet and send the info. In this way I know how many copies are out there, their serials etc. To demonstrate the control I have included a very simple MP3 utility that I wrote to help me clean my mp3s (Don’t burn me for this ). Unlike other software it can also take the ID Tag information and use it to rename the filename of the song (instead of 44xx23.mp3 etc ). Some of the code ofcourse comes from the great Planet-Source!! Let me know what you think because there is also the ETHICAL side of this control and I would like to know your opinion about it. I mean if it’s ethical to have your software sending back info about their users without their knowledge.
This is a flash button simulation in that when the mouse enters the button the caption flashes several times. In terms of the actual number of lines of code needed for this button it is quite thrifty which should mean a totally error free and processor easy button. I call it black beauty. Once again feedback to motivate me for improvement is highly desired.
Hi this is a small Frame control I made about 30 min ago. anyway I sure other people have uploaded there own but here is mine. anyway You can move the frames around. Add captions, Chnage border colors and more. uses No pictures boxes or lables Pure VB code o and only Three API calls that just allow you to move the control and get RGB Value. anyway hope you like it do as you please with the code. Please vote if you like this code.
API-ListView usercontrol with most commom features (no dependencies -> thanks to Paul Caton for his great self-subclassing usercontrol template [CodeId=54117]). __________________________________________________ Notice: 1) Column, item and imagelist-icon indexing is zero-based. 2) Sorting: user should create a 'private' array for storing current column sort order (Ascending/Descending: 1/-1) -> Switch between sort order. 3) Items/SubItems do not allow custom font appearance (Bold, Color, etc). -> This needs custom-draw routines. 4) All properties are 'run-time properties'. __________________________________________________ Update 09/07: Added basic custom-draw support (for [Details] mode). Now, you can easily create a highlight effect (row and/or column). Enable RaiseSubItemPrePaint() and respond to OnSubItemPrePaint() event. __________________________________________________ Update 09/08: Custom-draw fix. Crash when XP theme enabled (Thanks to Dana Seaman). __________________________________________________ Update 12/09: Second and last fix for XP. __________________________________________________ Compatibility: in principle, all systems. // 33Kb zip.
This code improve Office 2003 Button for VB. With MouseOver effect (No Flicker), CheckButton, ToolTipText, Frozen (Enabled Property). You can built a nice Toolbar. I Just improve and join same other code peaces from PSC. THANKS PSC
This is a basic layout for a shell that looks like Linux RedHat. Comes with a few custom controls for easy customization. Has a 'startmenu', 'taskbar' as well has desktop icons. i was really bored and this is what i came up with. i didnt mean for this to have any use, just did it for fun.
The VbEclipse project is a Visual Basic 6.0 implementation of the Eclipse perspectives. It provides a high flexible and complete configurable docking MDI solution with a nice user interface. FEATURES: + Multiple Perspectives + Tabbed Views + Drag & Drop Support + Maximize and Restore Views / Editors + Windows XP Schemes (Classic, Metallic, HomeStead, Normal) + Custom Color Scheme Support by IScheme Interface + Floating Views + Auto hide tab navigation buttons + Disable tab navigation buttons + --- P L E A S E V O T E ---
This user control is a replacement for the VB frame control.This is not a direct replacement because some of the property names are different. The control have a header and a footer.Independent on one another you can set their look, size, text it will contain and you can also set images in the header. Header has in addition one button can collapse or expand You can set: - squared or rounded shape -5 border style -2 different gradient types of fillings , gradient style shape style.The control exposes 3 properties to this affect: BorderStyle, FillStyle and ShapeStyle. SEE SCREENSHOT If you are not currently involved in the coding contest, I WOULD REALLY APPRECIATE YOU VOTING FOR MY CODE. Will only take a minute or two to make an account, and while it won't make me any money... =) it will encourage me to keep posting code and controls like this one.
Updated: 20-Feb-2005. Now Include Example Showing Its Uses (Add To SysTray Code) This code allows you to add any command button (or any control with hwnd) to the VB forms's title bar. Take a look at my other PSC submission ID: 58620
This is a custom Frame (Panel) control. It is VERY simple and VERY lightweight. I used the Fast Gradient code from Carles P.V. + Light Templer to generate the background gradients (Excellent code guys - VERY fast). Also I allowed the panel's Picture to be resized to fit in the header properly. Font, Font Color, Border Color, etc.. All included. I am working on making the image transparent.. Stay tuned.
Add a new button to the window caption. Supports Windows XP theming.
This extends the functionality of the listbox by (1) allowing you to create an attractive header with 3 styles ( sunken, framed, raised) (2) specify a header backcolor, forecolor and font.. as well as the fore and backcolor and font of the list portion of the control. The best part of this control is that is specifically designed to be a listbox with tabstops AND you can retrieve AND set data in the list based upon a row and column setting...so all the dirty working of juggling text data is taken care of. This is something i whipped together in a couple of hours so its not totally complete..but its pretty much there..and I am hoping to get suggestions from you on how to enhance and refine it..but I am pretty sure you will like and appreciate it!!
yea yea I know..there are around a million messageboxes on planet. But i was building this one for my app and Im really partial to it and here is why. This does the same things the windows message box does but (1) you can have any size or type picture you want, and specify a transparent color (2) this message box will self close after any number of predefined seconds you specify (If the message box requires a response..ie YesNo messagebox this feature is disabled for obvious reasons) (3)This messagebox self centers vertically and horizontally in relation to its calling form. (4)This message box also responds to the shortcut keys so it can be interacted with the keyboard OR the mouse. Take a look...i think you will like it now.
A superior, in many ways, messagebox. Based on my yesterday submission with improvements. It is in the form of an activeX (usercontrol) now and has 6 differents "skins" (red/candy/blue/orange/yellow/silver) has an option of showing the message with no buttons and self closing as fast as you specify...and you can have a picture, any type, any size. This really makes microsoft messagebox look flat and boring.
With this you can produce three types of alert boxes in the bottom right corner of the screen. You can make new MSN style, Old MSN style and a simple flat one. The MSN boxes are pretty good reproductions of the real thing. I should probably remake with API instead of timers etc. but this will do for now. Basically a little alert slides up, waits for five seconds and slides down again. Enjoy (and vote)!