Advertisement

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

6_2008-2009 #208730
Multiple Flexgrid ActiveX

Since many people asked me this, I made an ActiveX version of my Multiple FlexGrid project. I have added the possibility to choose the number of tables (up to 10 for now), a real time scroll and a dynamic creation of the tables. Update: it is now possible to control manually each flexgrid. In the example you can see how to connect to a database to show values in the multiple flexgrid.

6_2008-2009 #208732
Customized TextBox

This is an very very simple activex control that replaces a single line textbox. Features include vertical alignement of the text, text selection on focus, border color, possibility to type only numbers in the box, additional description label. It has a minimalistic and simple look,which i like best.

6_2008-2009 #208734
Icon(s) SysTray and Balloons in a single UserControl file

This SysTray Icon works in a single UserControl you can easily install on your forms ## No more declaration to do ## Icons can blink or can alternate with a second one ## Delayed Balloons support Unicode (W) text ## Events return to host form for Balloon_Click, TimeOut and so on ## System message are intercepted from inside de UserControl, no additional module required (see authors of SubClassing in comments) ## Interface and procedures name are english, but most of comments are in french (native language) ## Enjoy it and transform your SysTay to Chrismas tree !

6_2008-2009 #208737
Transparent Form without OCX or DLL

Very well transparent form without any ocx or dll, every line are commented.

6_2008-2009 #208747
EASY TO IMPLEMENT API Based AutoComplete Class adding full featured AutoCompletion to VB Combo Boxes

This class is used to EASILY add AutoCompletion such as in Internet Explorer or MS Access to VB Combo Boxes. It makes use of API calls which makes it EXTREMELY efficient. It also gives you the ability to control various properties: 1. The AutoDropdown property 2. Complete RowSource specification (new) 3. The ForceListUsage property (new) 4. The LimitToList property 5. The AutoUpdateList property ******************************************* **********PLEASE REMEMBER TO VOTE********** *******************************************

6_2008-2009 #208750
Perfect Clock

This is just a cool as feck clock its a must download. you will need to get some pics for it though but the code works.

6_2008-2009 #208764
Xp Progress Bar -- NaGy

HellOoo everyone this is a cool Xp porgress bar .. without OCX'x or anything else .. just few lines of codes that's all get rid of your old prgress bar,put the new generation of GUI elements in your software....visit http://www.teeanna.tk

6_2008-2009 #208811
CHAMELEON BUTTON 2.0.6 B - the best command button ever strikes back! (UPDATED, BRANCH)

THE GREAT CHAMELEON BUTTON STRIKES BACK!!! THIS TIME WITH LOADS OF NEW FEATURES ADDED! IT NOW HAS 13 DIFFERENT BUTTON STYLES, SUPPORTS PICTURES, FONT EFFECTS AND MUCH MORE! SEVERAL BUGS HAVE BEEN CORRECTED AND A LOT OF FIXES WERE DONE TO THE CODE. ONCE YOU TRY IT, YOU WILL NEVER WANT ANYTHING ELSE THAN THIS! ADD STYLE TO YOUR APPLICATIONS, ADD VALUE TO THEM, BUILD MARVELOUS USER INTERFACES AND IMPRESS THE USERS OF YOUR PROGRAM. HAVE FUN!!! UPDATE: Some bugs/flaws fixed in ver 2.0.5 & 2.0.6 JUNE 08, 2003 >> A BRANCHED VERSION HAS BEEN POSTED TO FIX SOME CRITICAL BUGS, THIS IS STILL FOR NO COMMERCIAL USE. MORE INFO AT http://gonchuki.8m.com

6_2008-2009 #208825
ActiveX Reel Control (Slot/Fruit Machine)

This ActiveX control uses BitBlt to draw a reel, or reels in a PictureBox and then spin/nudge them. It is quite quick (no Timers !!). Properties include: Reels, PicsPerReel, SpinDirection, NaturalFinish, EnableHold, Etc. It has useful subs/functions like Spin, Nudge, IsHeld, ReelPos, StopSpinning, Etc. Also includes OnReelStart, OnReelStop, OnEachFullCycle, and OnReelClick events. As it uses BitBlt I've included a handy Masker/Spriter program but it's not mine !! Please comment, feedback is much appreciated, but go easy on me - it's my first control!! Full source and an example project included. Enjoy! (Oh yeah - full instructions if you have problems figuring anything out in the ReadMe.doc)

6_2008-2009 #208844
Aqua Progress Bar

Aqua style progress bar for use in your applications. Includes option for 4 built in skins, and a custom user defined skin. Complete colour customisation, font selection etc. Votes appreciated.

6_2008-2009 #208848
[ DSS Server Control 1.1 *Update*- Multi User Server Framework

Ever wanted to make your own multiple user server? Say for something like chat or Instant Messaging? Now you can forget about coding the Winsock control for complicated multi user support, let DSS Server Control do the job for you! You need a reasonably fast machine to see the control at its best. Please read the Readme.txt file included in the archive, or dont and get all frustrated; your choice ;p You will need WinRAR from www.rarsoft.com or www.winrar.com, as there is a RAR inside the ZIP file. If you need the source in ZIP format, then download www.angelfire.com/d20/vbfiles/dss_zip.zip. **UPDATED: The Socket Stack Managment in StartNewSocket() has been fixed** Read the Readme.txt file for more detailed information.

6_2008-2009 #208873
Kimmo's ListView Subitem Backcolor

I am currently working on a gantt chart activex and have been searching the internet for code to update the backcolor of listview subitem. I finally figured it out last night after much research. This code enables one to change the listview subitem backcolor to any color that you want. I have off course ported this over an activex for my Gantt chart. You can see the post named Gantt Chart Platform here in psc. Enjoy.

6_2008-2009 #208874
Office 2007 Ribbon Update

This is an update of my previous code at http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=72588&lngWId=1. This version has been updated to have menus on the circle and also on the top buttons. Enjoy and vote if you like.

6_2008-2009 #208875
Gantt Chart Platform Version 2

This is a gantt chart platform that I am working on. I have been looking for a gantt chart which is open source to no avail that I can easily customize. This is just the start, thus the platform. Please feel free to contribute. This demonstrates the following: subclassing listview, detect horizontal scrollbar movement, synchronize horizontal scroll bar movement, listview header tooltip, working days between two dates, addition of holidays, flat listview column header, freezing windows updates, highlighting multiple listview columns, sundays between two dates, saturdays between two dates, searching collections. Please contribute and enjoy. This version now boasts the color drawings to show progress between planned and worked until / actual. I need to only show horizontal grid lines and would appreciate any feedback on that. This is still a work in progress.

6_2008-2009 #208876
MyCalendar

A resizable calendar control that returns day clicked, year selected and month selected. It can return the number of working days within the selected month including the start and end dates of the month selected. You can also define the output date format e.g yyyy-mm-dd or any date format you want. You can also highlight saturday and sunday as working days or non-working days, add holidays to it so that they get marked as non-working days. You can even mark particular days as working days within days that fall during weekends where such weekends are non-working days. This also has the functionality of highlighting in bold any date that you specify. Enjoy and please vote if you like.

6_2008-2009 #208877
TreeList

This is a consolidation of the tree view and list view control as an activex control. You can load nodes into the treeview that will be linked to the list view. When a linked node is clicked on the tree view, the corresponding list view items are shown on the list view with the defined columns. You can specify the names of the columns to be right aligned and columns to be summed and these will be presented as chosen. The tree view nodes with the corresponding listview items can be loaded manually or from a recordset or table. The listview items can be made bold, color coded etc, see the screenshot. This control has been built for reporting purposes however all the events of both the tree view and the list view have been added to the controls, thus meaning that you can also write code that will trap such event and control the rest of your code. If you like, please vote for me.

6_2008-2009 #208882
Quick, effective Forms resizing code.

Quick, effective Forms resizing without a 'resize component'.

6_2008-2009 #208930
Auto Select List View Grid Control

This control can be placed in case when we wants to give some sort of selection to the operator and operator has to select one of it and have to perform task. Due to auto selection it’s easy for operator to use than the data grid which does not support auto selection. Please Vote me. If you like this.

6_2008-2009 #208931
Data Provider ActiveX User Control

Data Provider ActiveX User Control This Control is Data Provider Control Providing Simple Binding with the User Control; this is the best example of Data Binding User Control, and best for beginners of ActiveX Control Designer. Go through the Code and Learn it … Do not forget to Vote me and also keep rating my Award Wining Code which is at 2nd in Hall of Fame.

6_2008-2009 #208933
Image Box With Scroll Bar [ Active X Control ]

Scroll Bar in your Image Box

Languages
Top Categories
Global Discovery