Advertisement

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

C_Volume2 #67621
VeryWellsStatusBarXP Rel. 1.1

=> 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 !

C_Volume2 #67625
PantherXP 0.2 - www.pantherxp.dr-fire.org

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

C_Volume2 #67626
advanced form skin + Transparent w/o resource graphics.

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.

C_Volume2 #67640
An easy usefull tip

Will let any vb coder to know usefull hidden thing in vb,that may be many of you pain a lot about it...

C_Volume2 #67645
Active Form

Active Form Animation is an example for making just more beautiful application, check it out, and vote.

C_Volume2 #67652
MiTextBox

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

C_Volume2 #67654
Office XP Style Toolbar-Lite

Creates Office XP Style Toolbar using image controls and shape. very lite. just try it. comments to [email protected]

C_Volume2 #67728
_ Custom Scrollbar (100% Customizable) _

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.

C_Volume2 #67737
Self-drawn shaped bevelled controls

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.

C_Volume2 #67740
Animated Title Bar

N/A

C_Volume2 #67745
Combo Box Tips

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.

C_Volume2 #67782
Form Effects: Transparency & Shapes

This project contains a form with command button to make the form transparent, round or oval.

C_Volume2 #67790
IsLoaded Form Function

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 ,...

C_Volume2 #67810
List View Data Grid Control

Just pass Connection String and Query String and Get Data in the List View

C_Volume2 #67811
A Must See Tips: Real Numeric Character in TextBox. Avoid Paste Alpha Character

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.

C_Volume2 #67853
ctLabel. Give users control

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 !!

C_Volume2 #67875
REAL Flat Button

Aw yeah!!! Check this button out!!! It has great look on Win98, Me, NT, 2000 & especially XP!!!! Aw yeah!!!!! Check out the preview!!!

C_Volume2 #67880
XPButton

This is the XP Command Button recreated by me. There are 7 custom borderstyles and of course the original windows xp borderstyle. Like the original button it responds to the mouse entering and leaving. This button has the Default and Cancel Button property so it can be the default button. It also reacts very similarly to the original buttons. It has accesskeys set up so that any alt combo can make the control click (like standard buttons) You can choose gradient background or solid background (solid is fast, while gradient is slower) The great thing about this control is that I have seen other Xp controls and i have spent so much time making my one fast aswell as good. It can redraw at 2000 times a second (with gradient background) on my Pentium III 866 MHz. Similar controls I have tried redraw at 20 times a second. Please vote. I have spent a long time on this and I bope that you all like it.

C_Volume2 #67891
API Flat Button Control

This Usercontrol contains no other controls(eg. lines, shapes) whatsoever, and is drawn entirely by API functions. It is very lighweight and uses very few ressources from the computer. Please vote for me.

C_Volume2 #67898
Multi-color LCD Control (Blue Knot)

Alphanumeric LCD Control with multiple foreground and background colors, fast or slow printing, option to pad lines with 'spaces'. Regular & Bold 'font', 2 levels of brightness. 13 pre-defined background colors (or 240 custom) and 7 background colors. Inspired by Peter Wilson's "Vacuum Fluorescent Display Simulator" (In fact I based the 'regular' graphics on his graphics.) Some characters added/redone and new 'bold' font. Colors tinted at runtime, not pre-made (for size and flexibility). Also adapted a bit of code by Kamilche (Load picture from byte array) to load JPGs directly from the resource file. Enjoy the code, and please comment/vote.

Languages
Top Categories
Global Discovery