Advertisement

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

3_2004-2005 #133170
Outlook 2003 SideBar V2.02 Alpha (*Updated 10/02/2005*)

A complete new rebuild of my award winning EyeDropper Control. Now a 100% Dependency free control. Better Drawing, Better Font handling, No Dependencies, Better menu Handling... to many to mention. The control now uses subclassing from Paul Caton (thanks Paul) And the cMemdc for drawing From Vlad Vissoultchev (Thanks Vlad) Awesome code From two very talented programmers. Take a look and tell me what you think. As Always comments and constructive critisim is always welcome. Note: 1) You MUST Copy the WinSubHook.tlb Located in then tlb folder to you system folder. 2) The Control Doesn't Support 32bit Alpha Icons As Yet (Vlad If You have Any Idea on how to do this - I Would Be Very Interested indeed) Regards Gary ___________________________________________________ Update: 09/02/2005 Resizing Of Containers Where Causeing A Flicker. Now Sorted. Toolbar Items Now Draw And Display The Same As The Original MSOutlook Sidebar. ___________________________________________________ Update: 10/02/2005 Disabled Icons Now Render To Grey. Fixed The Max Visible Items On Redraw/Resize. Fixed Toolbar Drawing (Icons Not Displayed Correctly When Sizing. Added Custom Color Property(As A Trial). Enjoy. Thanks Gary

3_2004-2005 #133174
VbEclipse (docking MDI) - New Version 0.8.99

Version 0.8.99 of the VbEclipse project is available now. Please look at the screenshots. PLEASE VOTE AT http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=58641&lngWId=1.

3_2004-2005 #133175
Floating Menu update: 2.1

I am currently working on a major update and improvement, it will almost the same, as it is but with many enhancements. This is the second update for Floating/Docking Menu. completly done with vb. code, no secret code (designer has complete control over what it does) in a dll some done with standard drawing methods and some with API's. simply add menu items the same way that items would be added to a treeview or listview control. Almost an endless number of skining color schemes/skins (white does not work so good, probably some others too), draggable popup menus, Icons, Menu extender (used to save screen space), sizable, a control container (users can draw controls and have them float with the menu or dock them on the main form), docks to the top of the screen and auto hides when mouse is moved off. There is more commenting and some protection against fatal errors. but still there are some issues with the control container option that causes unexpected proplems on occasion. Hotkeys and some keyboard navigation of the menu.

3_2004-2005 #133187
isExplorerBar 1.91 - The Explorer Bar Control. Updated: 2004-08-12

Just See the Screenshot!. Have You ever wanted to use in your apps a control like the left bar in the explorer? there are some controls like that on the net, but they have too many dependences. isExplorerBar is a SINGLE FILE CONTROL and has almost NO DEPENDENCES (actually runs without extra dependences in a new VB Project) And uses THE REAL theme apareance or emulates it when no theme data aviable, everything is done in Runtime, using UxTheme.dll (included in WinXP). no extra dll's or subclasing cls modules, a single file control that has everything you need to make your apps look better. I've put a lot of work on this. please donwnload and tellme what you think. I've created a webpage for this control. includes some help, comments and extra info about It. please comments, sugestions and of course, votes are wellcome. ************************************************* Lot Of Updates, Current version: 1.91 Feedback comments, are wellcome. Visit the page for versions history. Best Regards to everyone. Fred.cpp

3_2004-2005 #133193
_ [A Perfect Gradient with Emboss text effect]

A Perfect Gradient with Emboss text effect. If any bug please contact: [email protected].

3_2004-2005 #133201
Mac OS X Panther Titlebar Control

Well if you're familiar with my last window control, the METAL version of the Panther windows, then you'll see some bug fixes in this one. The most majoy one, in which people requested, is to be able to maximize and still be able to see the Windows taskbar, I tried many methods but none worked. I spent about an hour trying to get it to do that, now it works. You can maximize and the taskbar will still show. I have made it so you can enabled/disable the titlebar controls (x, minimize, and zoom). Of course there is also in-active-window functions. This is almost exactly the same as the actual Panther GUI, very close in detail. Feedback is appreciated, ratings are not a requirement, but if you feel I've done a good job, please feel free to do so. KEYWORDS::::: OSX OS X Panther GUI Custom Aqua SpitFire Fire ::::: BUGS:: There is a small bug. The timer which checks in-activity causes the intellisense menu to not show up on your form in which you place the control. ::

3_2004-2005 #133215
Rich Text Formatted Chat Pane, with Hyperlinks and Emoticons

This control duplicates most of the functionality of the "Chat Logs" people will encounter in Chat or Instant Messenger applications. It wraps functions, for special formatting of text, and has a full range of pre-defined events which also can be displayed. It detects link starting with http://, and using the windows API, will detect when the link is clicked, and open it in Internet Explorer (Based on a submission by another PSCode User, who's name I have forgotten) Useing the Tag property of elements in an image list control, this chat log can detect when pre-defined key combinations are present in the text, and replace them with "emoticons". This is done using more Windows API Calls. See the demo application, and the screenshot for a much better (and more visual) description. This Chat Log control is similar to the one used in a Chat Client I am currently developing, for Ionic Roleplay at http://www.ionicrp.co.uk.

3_2004-2005 #133243
Easy KDE Custom Form Controls

Ok, this zip includes KCombo, KdeButton, four custom form conrols, you align them to the sides, and its as if thats the actual window. You can resize the forms, as long as you align the the sides right... You can set an icon, you can double click the drag bar and it will become smaller, also you can click the icon for a menu for resizing, minimizing, and closing... This one has a gradient drag bar, I tried to do the dot thing like in KDE but for some reason they dont show up, maybe you know why :( ... Please rate this, by the way, I dont know if the Kcombo.ctl is in there, so if it isnt, just leave a comment about it, and ill submit the source for it to PSC... Thanks, Dr. Fire :) OH YEA, you can also make resizing disabled ;)

3_2004-2005 #133247
[ Center Forms Without Errors When Maximized ]

This will center forms and when you maximize the form the Command Button which you click to re-center it will be disabled.

3_2004-2005 #133258
Dev Color Selector

This is a small project I made about 20 min ago that I wanted a list of colours like in the VBs properties Box. so I made one using the line control and Bitblt. very easy to use. I also make it into an ActiveX control. anyway please vote if you find this usfull.

3_2004-2005 #133261
API-ucTreeView 1.2

Almost single-module TreeView user-control (thanks, Paul). // Zip 32Kb.

3_2004-2005 #133265
Easy Dos Control: Execute Dos Command & Capture Result

This is a very easy to use control. Example Code: 'Text2.Text = Text2.Text & DOS1.ExecuteCommand(Text1.Text)'. Thats all you have to do. You execute the command and it captures the result. Tell me how you like or what i need to do to make it better.

3_2004-2005 #133276
SuperPicture (Updated) - A More Powerful PictureBox Control

SuperPicture is a modified PictureBox that supports scrolling and zooming. (Updated to include Panning support and fixes outstanding bugs. Added Picture property.) Based on original code submission by "amirnezhad", entitled "Simple Scrollable Image Viewer". Now is available as a UserControl. QuickBar for integrated zooming. Fixed scrollbar coloration. Well documented. I appreciate any feedback and/or votes. Enjoy!

3_2004-2005 #133282
xTree Custom Tree Control

A First On PSC (I Think) An Attempt At A Fully Owner Drawn Treeview Control. Created To Simulate The Outlook 2003 Treeview Control. Each Node Can Have It's Own Properties: ie: Fontcolor,Itemdata etc. Lots Of Properties ie: Gradient Select, Background picture, Background Gradient(Without Picture),Full Row Select, Icons, No Horizontal Scrollbar, XP Theme Support To Many To Mention. Although This Uses A Collection Based Methodoligy I Think It works Quite Good. Drawing Is Fast and Flicker Free. I Have Tested This on Windows XP and Works Really Well Upto 3000 Nodes. As This Is The First Relase Please Don't Be To Harsh As I Know There Are Many Things Still Missing. As Always Feedback And Constructive Critisim is Always Welcome. Kind Regards Gary

3_2004-2005 #133293
bsPolygonButton

Replacing the nasty bsOctControls is the latest in BadSoft tomfoolery - the bsPolygonButton. This control will let you create a 3D button with between 3 and 100 sides, with customisable colours. For more UserControls please visit http://www.badsoft.co.uk/activex

3_2004-2005 #133322
Gradient Progress Bar v2

Gradient Progress Bar v2 is the second version in its series. This progress bar now comes with 12 types of gradient in two main categories: horizontal gradient and vertical gradient. They are 6 colors in each category. Comments are welcomed. If you liked this progress bar, please vote.

3_2004-2005 #133323
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!

3_2004-2005 #133326
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!

3_2004-2005 #133339
Extended Textbox

Text box with all extensions which one always need. No more MSMASK!!! Finally!

3_2004-2005 #133349
PictureFrame UserControl

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.

Languages
Top Categories
Global Discovery