Advertisement

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

7_2009-2012 #231729
RazorDialog - Complete Common Dialog Replacement

This is great! Its a very simple UserControl I created that completely replaces the mess of common dialog. For example, if you load my OCX into your program and you want to edit the font of a rich text box, all you need to is type "RazorDialog1.SetFont RichTextBox" -- thats it! just replace the name of RichTextBox with whatever your rich text box is called! I made common dialog so simple, you will never need to load it again. Please vote! Please give me credit if you use this is any of your programs. THIS WORKS ON WINDOWS9X MACHINES.

7_2009-2012 #231744
CaptionButton Control

Have you ever wanted to display an extra button or two next to the minimize, maximize and close buttons? Now you can! Just download this easy to use ActiveX control and you're done. Compile it (it's safer that way in the IDE) and just add some to your form. The only thing you'll need to do manually is position the buttons on your window's caption bar (only if you have more than one), set a picture to use on it and you'll receive nice MouseMove, MouseUp, MouseDown and Click events from it, just like a normal button. A test project is included, see the screenshot.

7_2009-2012 #231751
Transparent Label

This is a Label Control But with much more properties and more nicer Basset in the same function with the transparent container control that I post before on planet source. It is very nice. Can Display Vertical also center, right to left, can carry any picture and if the picture has the same color with the back color can be also transparent. Include all the base event’s, 8 type of border’s… I like to have you opinion about this work. Thank.

7_2009-2012 #231752
Transparent Control Container

This Usercontrol it draws the Control's container Transparent but not the controls inside.Few lines easy to understand and very fast. No Api Calls

7_2009-2012 #231754
Animation Control (Update)

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 ;-)

7_2009-2012 #231761
Virtual Listview

This is a comprehensive implementation, written purely from scratch, of a virtual list view using a wide array of COM classes. Furthermore, it supports custom skins, XP skins natively, and a SQL connection withou much hassle. The ZIP-file includes a test project that shows you how to use this control in a project.

7_2009-2012 #231781
Fader / Mixer Control

New version of my fader control! A fader is like a slider, only it looks like those things on mixing desks. No OCX needed, just add this tiny (4kb zipped) control to your project and you can use it from the toolbox. It is transparent, so it will go with whatever color scheme you choose. It also is now resizable, and you can set its bordercolors. enjoy!

7_2009-2012 #231787
Win9x/Xp start menu and desktop

Win9x/Xp start menu and desktop. You can add/delete shortcut to desktop and customize menus for each user.

7_2009-2012 #231857
ucDetailView - Owner drawn listview

11/04/07: Fixes by Ed Wilk 03/04/07: ListIndex bugfix. (Thank you Ed Wilk) 29/03/07: Bugfixes. 4th July 06: Added gridlines, sorting & dynamic header resize. In the process of changing to API draw functions. Thanks to TerriTop! My previous entry used linked listboxes and was too slow when the listcount > 10000 so I started a new, completely different owner drawn project. It's nearly finished but I wanted to find any bugs before I use them in my projects. Please help me complete it!!! (14KB Zip)

7_2009-2012 #231869
XP Style Frame (JCSR) as Usercontrol

I got the idea when i sow Juan Carlos San Román's excellent posting (txtCodeId=63739&lngWId=1) Read top of usercontrol. I've changed/added a little to make it work as usercontrol. Propertys are: Caption, Font, CaptionColor, BorderColor and sizable curved corners. Thanks Juan, MS Frame is history to me :) Hope you all like it. Thanks! BackColor

7_2009-2012 #231876
A Cool Textbox

It's a textbox XP Style with a cool border

7_2009-2012 #231881
Using A Listbox

Shows you how to move items from one listbox to another. Includes commenting. Don't forget to vote

7_2009-2012 #231882
ALT CTRL DEL Example

To demonstrate how easy it is to disable the ALT CTRL DEL buttons The basic emailer included will show you how to add the functionality of email to your programs. Check it out & don't forget to vote!

7_2009-2012 #231927
MDI Taskbar V2.1

Ok I have updated my MDI Taskbar COM again to stop a flickering problem that was found(Thanks), This is an update to the Taskbar submitted by Gregg Housh. I have fixed a few bugs and have added a few new features. Like making the Button flash, Change the font/Background colour on indavidual buttons. The ability to show a start button (By Gregg) and a hole heap of features not listed here. Comes with a demo app.

7_2009-2012 #231941
Outlook Style Dayview Control Update 1

This is the first update to the Outlook Dayview control. Check the readme.txt file for a complete list of changes. Briefly: mouse highlighting has been disabled (for now) and you can now save appointments to an Access database.

7_2009-2012 #231942
Outlook Style Day View Control

This ActiveX control attempts to duplicate the Day View of the Outlook 2002 Calendar. As of yet, the code is sloppy and not well commented...but it works quite nicely! This control relies on GDI32 calls. You will notice that the highlighting of time slots can not yet be persisted (I already have a plan for this, it just needs to be implemented), that means that every resize or scroll event will wipe any white highlights off the screen. I am submitting this earlier than I wanted to because I would like some feedback (cut me some slack on the code-comments though because I haven't had much time to clean it up!) and advice on anything at all. Keep in mind that I already intend on persisting data, allowing font and color changes, 'on-the-fly' resizing and dragging of appointments, and allowing week, month, and year views. This control is a lot of work and rather time consuming so, if you feel so inclined, please vote for it!

7_2009-2012 #231949
_Disable X button on form

_Disable X button on form

7_2009-2012 #231958
How to Get 36 ActiveX Controls from Microsoft for free.

This Article shows you how to download 36 ActiveX controls. Microsoft is giving them away for free.

7_2009-2012 #231959
Flexgrid ADO Excel Wrapper Classes Event Binds for custom controls. ex. TypeAhead and Column Sorting

Wrapper Classes for Ado and Flexgrid. Resuable code for fast error friendly code. Learn how to bind the events of a control to a class and customize standard contols. My example is a group of classes that include a flexgrid wrapper that adds type-ahead, column sorting and Dynamic adding of flexgrid to the form and many other functions; Ado wrapper for SQL and MDB connections; Excel class that allows dumping of a flexgrid straight into excel then formats it.

7_2009-2012 #231963
Four Cool User Controls - GGCommand, GGProgressBar, GGMover and GGCommonDialog

4 cool user controls. !!! FOR ADVANCED USERS ONLY !!! NO SAMPLE PROJECT INCLUDED !!! Experiment with Properties Browser and methods and events. Look at the great events of GGCommand (I have not seen a Flat Command Button like mine on PSC yet :)) - MouseEnter and MouseExit. Supports transparent images and Caption and Picture position adjustments. Usage of GGMover: In MouseDown events of some object (Picture1 for example - set form and picture1 .ScaleMode to 3-Pixel): GGMover1.CaptureObject X,Y In MouseMove event: GGMover1.MoveObject Picture1,X,Y,True,True,0,300,0,500 In MouseUp event: GGMover1.ReleaseTargetObject If you have any problems with these user controls just write me an email to gogox@yahoo com or gogox@lycos.com This is my first submission to PSC.Enjoy

Languages
Top Categories
Global Discovery