Results for "Category: Custom Controls/ Forms/ Menus"
About the Project: Well This is release 1.0 of CtlProgressBar This project was started, because always when I used a progressbar I had to include the large CommonControl OCX from Microsoft and that was mostly bigger then the whole program. ! I started looking and found a pretty good start for a progressbar. The EZ Progress Bar http://www.Planet-Source-code.com/vb/scripts/ShowCode.asp?txtCodeId=14999&lngWId=1 Author: Sam T Email: samst@ btinternet.com I have edited this and very much enhanced it and took some errors out and this is the result. I hope you like it. I do. It has a lot of features:
The progressbar Control has been updated again. Check the control for changes. Some new improvements: Text_Color: Change the text color to a user defined. Order: Now you can let the bar decrease while you give increasing numbers. Like a remove application and the let the bar show it in reverse order. Just check it out! Votes and comments are greatly appreciated. This is a replacement for the ProgressBar. This one has a lot more feautures and is smaller and does not require extra files cause it's an ocx and can be compiled in your program, whereas with the microsoft progressbar you need the OCX at approx (600 kb) where mine is approx (30 kb). I hope you enjoy it.
This is an update to my previous submission. New updates include: *A picture can be added to the begining of each item, with optional transparency. *Bold, Italic, Underline can be added to the items, with the ability to have only part of the string any of those three (or a combo of them) *Can Enabled/Disable the whole listbox *Has a Sorted property to sort the list in ABC order. (A bit slow, but its the best I could make, 100 items takes about 1 second) *MultiSelect, ability to select more then 1 item, while holding down the CTRL button. Other original features: *Multicolored items *Check/Option items *Horizontal Scrollbar *Find method and FindInStr. >Find matches exact string >FindInstr works if the input is found anywhere in the item, it will be triggered as found. *Enabled/Disable certain items *Progressbar Item *Fill View as either Lined or NoStyle >Lined with have every other item a light grey, and the other items white. *5 Different Border Styles >Raised >Sunken >Etched >Bumped >Line >None To come: A Print method that will allow you to print out the list in a number of formats. I am still having some trouble on this part, but it will come.
=> VeryWellsStatusBarXP - Sorry folks for my upload mistake! For new release 1.2 (6/10/2003) with fine new feature plz goto ___ http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=45877&lngWId=1 ____ All votes are welcome - thx !
Here is version 0.2 of the first Mac OS X 10.3 Panther Windows XP shell! If that doesn't describe it well enough, I'll go into detail, also including the changes in 0.2! -- If you have never tried or even seen Mac OS X 10.3 Panther, then try this and you'll get a little taste of the eye-candy and other wonderful functions of Panther. This is not quite ready for full Explorer.exe replacement, because for one the Finder Bar doesn't get all the menu's of the current window, although you might see that in 0.3! As for the dock, you may be wondering why the icons don't zoom (grow bigger) when you hover over them. Well then what I'm guessing is you haven't tried Panther, because when you first install it, the icons DON'T do that, although you can make it do that in the dock settings. What happens when you mouse over on an icon now is the text appears above the icon just like in Panther, also when you click an icon before the applications launches, the icon bounces, just like Panther :-). What's new in 0.2 is the recycle bin on the dock works (you can drag a file on it, and it's moved to the Windows recycle bin), there is a shadow coming from the Finder Bar, it is now compatible with all screen resolutions, although the shadow coming from the Finder Bar will not stretch if your using a screen resolution higher than 1024x768, I have removed some unnecessary timers and other controls to make it faster. And a few other small adjustments for increased performance in speed. There is also a new function for the bouncing of the icons instead of using timers to do it. Also I have formatted and commented it, as well as changed the names of controls for you to easier understand what's going on inside the code. I guess that wraps it up, that I can think of :-). ################################################## #If you wish to download PantherXP, go to # #www.pantherxp.dr-fire.org and go to the downloads# #section! I am paying for the hosting so you wont# #have problems downloading it. # ##################################################
This control does not need any user input. All the user has to do is drag and drop it onto a form and your done. This control does NOT contain any graphics at all, all pictures are drawn from lines and PSET. Many lines of code but all very easy to understand. This control allows you to resize, minumize, maximize/restore, and close the form. It also reads the forms icon and caption and displays it. Also the HotPink areas do become transparent to make this form a little more appealing. I plan on addins some animation and better buttons to this project. please help me make this better.
Will let any vb coder to know usefull hidden thing in vb,that may be many of you pain a lot about it...
Active Form Animation is an example for making just more beautiful application, check it out, and vote.
You can set the Text Alignment (Left, Right, Center) You can set the control Appearance (Flat, 3D) and Color in Normal and OnFocus states. You can set the type of entry allowed (Numbers, Numbers w/ simbols, Characters, (Y) or (N), Alphanumeric or Anything) You can set to play beep on bad entries. You can set Auto Upper Case. You can set Auto Select Text. Undo Text with Escape key pressing. Controls navigation with keys: Next TextBox: right arrow, down arrow and Enter. Previous TextBox: left arrow, up arrow. Support all the VB TextBox methods and properties
Creates Office XP Style Toolbar using image controls and shape. very lite. just try it. comments to [email protected]
I GUARANTEE this is the BEST custom scrollbar you will find here on PSC. Has 6 preset bevel profiles, 3 mouse states (Normal, Mouse Hover, and Mouse Down), and you may use pictures in place of each of them giving you endless possibilities. The code is not commented yet but I will get to it soon and reupload it when I'm done. But this code is VERY clean and easy to follow. Please vote, I worked very hard on this.
Three self-drawn bevelled controls, no bitmaps used to create the full 3D effect. BUTTON control usable as command, option or check button. NUMERIC DISPLAY control with built-in interchangeable Base display, Display format, Angle Units and others, suitable for use as a calculator display. WHEEL control, this is a vast update of an ealier submission, may be used in place of scrollers, sliders, up-down control and progress-bar. This a beta version only, Property Pages have not yet been constructed and documentation needs to be expanded. Whether you like, dislike or hate this, please VOTE and reply with CONSTRUCTIVE comments.
Combo Box Tips: Often I'm getting different questions on COMBOBOX from colleagues & friends. And finally I decided to include some of the questions and make a sample so that I could share this sample as a reference program. Most of the time questions are very simple but its normal, simple things are difficult to remember ;-) 1. How to Sort in the combo 2. Select only combo (like asp) 3. Putting data field behind the text displayed (like asp) 4. How to load default value 5. Sorted combo while inserting Item-Data 6. How to put string values as Item-Data 7. How to use more than 2 Item-Data I have tried to include more common questions and there answer in this sample,I hope this sample could able to answer some of your question and you find is useful for your purpose. Thanks for your feedback.
This project contains a form with command button to make the form transparent, round or oval.
This Function checks if a specified Form is loaded by looping through the forms collection it returns TRUE if it is and FALSE if it is not you can decide what you want according to the return value e.g accessing its properties or methods or controls ,...
Just pass Connection String and Query String and Get Data in the List View
Many tips (and trick) tell us that if we want the textbox control ignore the character which is not numeric character, then we can just put the code that shown in KeyPress event procedure below. But, sometimes we forgot that although we have put the code in KeyPress event procedure, user still can input the alpha character to textbox control by doing copy and Paste to textbox. So, here is another tips to fix the problem. I hope this helpful.
This control allows your users to change the label captions of your fields at run time. I think this is a unique aproach and concept to customized legends. A lot of my customers sometimes don't agree with the captions I use on certain forms (nitty gritty:) so I sat down one afternoon and cooked this activex. Is not very commented but the code is very simple and easy to follow. This is a quicky control, and if you like it then I will try and improve it. This is the very first time I upload a code to planet source and any comments will be highly appreciated and motivate me for more uploads. Thanks !!
Aw yeah!!! Check this button out!!! It has great look on Win98, Me, NT, 2000 & especially XP!!!! Aw yeah!!!!! Check out the preview!!!