Advertisement

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

5_2007-2008 #187488
Fantastic Carousel Menu

The power of Flash along with VB6. A brand new style in menu for animated vb6 lovers. Hi fellows.. to set icons, edit labels and action command follow me.... go to the icons folder and edit icons.xml Example: Icons you want to set goes here thumbnail filename="youricon.png" label="Hi your mouse is over me" url="Hi you clicked me" I am here at planet source code from last 6 years approx and really this site rocks, either you are here to learn or share. Hope you guys like it and use it but dont forget to vote.. thanks in advance

5_2007-2008 #187497
Cool ProgressBar

You will love it! The Best Progress Bar even created, very nice and powerfull. Less than perfect. ;-) 3D look, Gold, image backgrounds... and plus. Created by Steve McMahon f rom VBAccelerator. With images and form implementation by me - José Luis Farías JoseloFarias[at]adinet.com.uy Desde Uruguay. Please, if you use in your own proyects, please sendme a program copy (source code if better)

5_2007-2008 #187500
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

5_2007-2008 #187502
MiMsgBox v. 1.1.5

MiMsgBox v. 1.1.5 Visual Design inspired in Kevin Figg's custom MsgBox but all the code as new, by me. Super easy to use Custom MsgBox. Just add one form and one module in your Proyect and call one Function. If you like, change the form design with your preferences... and i'ts all. Easy, fast, nice. Proyect Start - Dec/15/2003 Actual Revision - Jan/24/2004 Comments, sugestions, etc. are welcome. · Use the gonchuki ChameleonButton and 13 button styles. · You can set the number of buttons (1, 2, 3 or none) · Button(s) AutoCentering · Any text for any button · Self hiding MsgBox in x seconds

5_2007-2008 #187516
Cool Hover Button 1.5

Makes a cool button like what you see on MSDN or Microsoft's ASP.NET Web Matrix. UPDATED TO VERSION 1.5. FIXES: - Fixed when label is clicked, click event works. - Added "Option Explicit". - Fixed enabling/disabling of button.

5_2007-2008 #187518
ccXPButton - Lite, Fast, Efficient and Reliable

Has Cancel, Default, Mouse Snap To, and AccessKey features. Draws optional focus rect. Win 98 and up compatible. Parent Windows active state aware; raises active state event when parent form is activated or deactivated (as the Windows topmost window). This function is useful for redrawing custom title bars. My goal with this button is simply to create an efficient and reliable XPButton that is appropriate for 99% of the apps I write, a single line button without all the overhead of multiple visual styles. I painstakingly tested this control to ensure it never draws twice unnecessarily, or freaks when the user doesn't release the mouse button when expected. If all you want is an efficient original style XP button that works solid, this one may be for you. Its functionality may also provide a workable shell for developing other custom buttons. Please comment/rate/report bugs, I appreciate your input.

5_2007-2008 #187533
Email with Attachments

This code once compiled to an ocx, can be added as a user control to any VB6 form. It allows you the user to send an mail via an smtp server, but where this code shines is the ability to add an attachment to your Email.

5_2007-2008 #187573
SuperButton

NOT Just another Button... It's SuperButton!!! It can sing, it can dance, and ONLY 5 lines of code... OK enough with the sarcasm. This is a transparent UserCtrl button. Has lot's of options. Does icons and bitmaps. Different edges and styles. Font functionality. And 100's of lines of code...All API. Tested on NT4 & W2K.

5_2007-2008 #187584
Single Line About Box

This is very simple, easy, fastest way to make your About from which gives a really profession look to your application. Just a Single line of code, no over heads. If you like, vote plz. Thanks.

5_2007-2008 #187585
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.

5_2007-2008 #187586
Different On Top Forms

Different On Top Forms This demonstrates you how to load form on deferent modes. 1. Normal form loading. 2. Model form loading. 3. On top form within application. 4. Global On top form (The form will be on Top even if your focus is on other application). 5. Loading inactive form (loading and showing a form while keeping the focus on the main form.). Expecting your valuable feedback. Thanks!!

5_2007-2008 #187609
CSharedMemory

Share memory between processes. Write a port daemon to continually read data and make it available via shared memory to any number of running applications. Easy To Use: Dim S as new CSharedMemory : S.sharedMemory "BlockName",1000 : S.memory="Shared Data" : Print S.memory

5_2007-2008 #187617
myTab by progame

My tab control like tabs in Excel. You can add/remove/edit any tab by index or key. Custom any color,different effect when mouse hover. raise events: mousemove,tabchange,click,dblclick,selectchange,hover. enjoy it :-)

5_2007-2008 #187621
_____aGradient!withoutApifunctions!

Easy.Fast!Create your gadients!My code is only 20 line without Api.it works great.I will upload and a better version.This code i created on my own so i may have done some mistakes.Please vote for me and send me any comments.

5_2007-2008 #187662
Windows XP-Style Dialog Box

This template form allows programmers to let their programs have the new look of Windows XP without coding a new user interface.

5_2007-2008 #187684
PictureFrame UserControl v2

Version 2 This is a response to Jorge who asked how to save the picture including the frame. Uses code from 'Screen Capture Class Module' http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=24651&lngWId=1 . The class code has been merged into the UserControl. I also added UniqueName routine which creates numbered file names to simplify saving files, it simply adds bracketed numbers to a preset filename. I semi-hard coded it to App.Path & "\PicFrameCapture.bmp" you could edit it in VB or add a property that allows you to specify the name(be careful to include a default filename in case users don't supply a name. Version 1 This is a response to Ralnautikuus upload 'BackBorders' txtCodeId=55728. Still not perfect but cute. You can create a decorative form which conceals additional controls behind the decorations, by modifying the menu on the UserControl you can extend or limit the end-users ability to interact with the control. ----------------------------------------- Suggestions, bugs gratefully accepted.

5_2007-2008 #187703
RichTextBox picture import, resize, reorient, crop and export

Ver 4 Update on ClsPictureLoader. NEW Crop images before pasteing to RichTExtBox. OLD (But improved)Load picture to RichTextBox with resizing (width, height or proportional). Flip image Left-Right and Top-Bottom. Re-size inserted pictures proportionally with the class (better than doing it by the built-in RichTextBox behaviour). Export RTF document images to BMP. Improved interface with toolbars. Apologies to VER3 downloaders, I forgot that SavePicture is only BMP.

5_2007-2008 #187733
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

5_2007-2008 #187734
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

5_2007-2008 #187774
Data Driven Form

If you are interested to develop any data driven form application. The Important Basic Code to do so... Try it out... Give me your vote ...

Languages
Top Categories
Global Discovery