Advertisement

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

4_2005-2006 #164315
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

4_2005-2006 #164322
A Cool Textbox

It's a textbox XP Style with a cool border

4_2005-2006 #164327
Using A Listbox

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

4_2005-2006 #164328
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!

4_2005-2006 #164373
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.

4_2005-2006 #164387
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.

4_2005-2006 #164388
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!

4_2005-2006 #164395
_Disable X button on form

_Disable X button on form

4_2005-2006 #164404
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.

4_2005-2006 #164405
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.

4_2005-2006 #164409
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 [email protected] This is my first submission to PSC.Enjoy

4_2005-2006 #164427
Percent Bar - Transforms a PictureBox into a Percent Bar!

I thought this code might help those struggling to make a percent bar. This code transforms a normal picturebox into a Percent Bar (progress bar with % in the middle). Choose from 2 different borders.

4_2005-2006 #164453
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.

4_2005-2006 #164474
JS Button - same features as commandButton and more!

This code is the source to the button OCX, (which includes some good 3d-fading code), and a demo on how to use it and change its properties. Good if you want to make your own OCXs, or just want to use nicer buttons in your programs. PLEASE vote and leave comments.

4_2005-2006 #164549
Active-X Popup MsgBox's (Update 7/2/03)

Displays Three Types Of Customizable Message Boxes. A Balloon Style MsgBox, A Balloon Style Input Box And A MSN Style Message Box. Open The Group Project And Run It From There.

4_2005-2006 #164566
XP Frame & Texbox (Flat!)

1) Windowx XP Frame,(See ScreenShot) 2) Simple Frame for put textbox,picturebox or other thing... (It's only a frame with blue border) Both are simple,you can change them easily (not commented good, but there's a few code, you can understand them!) Just see ScreenShot, It's usefull! Send Feedback, Vote!

4_2005-2006 #164567
Xp Frames , Xp List Box And XpTextBox (updated!)

Xp Frame,you can use it in 98/Me/XP. You can make your textboxes and listboxes to seems like XP textboxes and listboxes. just look at the screenshot.

4_2005-2006 #164568
Xp Frames - XP Listbox,textbox,filelistbox (updated! ver3)

Xp Frame,you can use it in 98/Me/XP. You can make your textboxes and listboxes to seems like XP textboxes and listboxes. Now I fixed the crashing. And also a fixture code for FileListBox. just look at the screenshot

4_2005-2006 #164592
Simple Scroll

This code is the simplest form of Scrolling Text. It uses a Timer controle to make a label scroll. No consideration is required for screen cordinates or size or any other thing. Have a look at this simple scroll text application and Please do rate it :) I am watching from [email protected]

4_2005-2006 #164604
Menu Help

The purpose of this code is to allow you to provide help for your menus. When someone moves their mouse over a menu it will raise an event telling you the caption of the menu the mouse is over. This will allow you to have a status bar that will help them understand what each menu item will do.

Languages
Top Categories
Global Discovery