Advertisement

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

4_2005-2006 #166944
Flash button in VB forms

This sample app demonstrate how to use the designed button constructed under Flash and incorporated it with vb6 in a way that such button shall behave the way a vb6 normal button does (Click Event in this example). Please vote..thanks. In this way we shall be able to add more better look for the interface which we would think would only be applicable on the web browsers. by default, shockwave control add-in in vb application does not support click event.

4_2005-2006 #166974
Printing DLL

This is a DLL for reporting. PSC is not that good on this subject so I've made it myself and share it here. Well, it's not ready yet, but I'm still working on it and as soon as it is ready, it will print even in Draft Mode(character printing)

4_2005-2006 #166976
A Combo Box with A Command Button

I created this control because i was sick of putting a command button in a couple picture boxes to get the effect of the button being part of the combo box control. The button click event and most of the combo box properties and events can called from the single new control. It's pretty slick. I use the control to list differnt names and categories. When i need to add a name or category i use the click event from the command button to launch a new form which i can enter the new data. At the end of the click event i refresh the data in the combo box. Hope someone else can get some use out of it. I know it's simple... i looked for something like it, but found nothing... granted i didnt search too long since i knew i could create it in only a few minutes. I should have done it a while ago... LOL. Oh well... vote for me please. Thanks!

4_2005-2006 #166990
Popup Alerts

With this you can produce three types of alert boxes in the bottom right corner of the screen. You can make new MSN style, Old MSN style and a simple flat one. The MSN boxes are pretty good reproductions of the real thing. I should probably remake with API instead of timers etc. but this will do for now. Basically a little alert slides up, waits for five seconds and slides down again. Enjoy (and vote)!

4_2005-2006 #167027
Download files from the Web (No Winsock)

This project will show how you can download any file (image, file, page etc) from the internet without the use of Winsock or API calls. All done with straight VB code (and not much of it either). Very straight forward (at least to me). The logic here can easily be added to ANY project without any modification.

4_2005-2006 #167034
Animated Chart

UPDATE : 2009/11/06----------------------------- Finally, I've update this little control and now you can have it in your EXE, no need to compile as an ocx or ..., some bugs about speed of chart were fixed, Sorry for the delay and hope you enjoy, ----------------------------------------------- This is My Animated Chart Version 2, with 4 new themes: PersianGulf, Sky, Neon and Normal. Some changes in animating mode, now all bars grow simultaneously instead of one by one, some bugs fixed and now you can show bars descriptions and ... This is the first Animating Chart in PSC and I can't found any commercial instance (of course you can found some Flash Maker), Hope you like it, I', waiting for your feedbacks and if you like this please vote,

4_2005-2006 #167035
UltraChart

UPDATE 2009/12/13-------------------------------- Clear method bug fixed, ------------------------------------------------- UltraChart, the next generation of WINNER Animated Chart (as i promise before), There are lots of improvements: Multi Series added, Full OwnerDraw , Animation On/Off, Print, Save, Now using Tooltip to show data informations rather than label, Customize text rotation and ... Animated Chart is the first PSC Animation Chart, now all Bar Charts grow simoltaneously, Hope you like this, please vote and let me know your idea about UltraChart,

4_2005-2006 #167039
[___Form XP ( Without XP )********UPDATE**********

***UPDATE : ___ You can make your application layout like Windows XP, although you run your application in others OS ( such as Win98 ).

4_2005-2006 #167041
SComboBox 1.0.5 Final version for PSC

New in this version 1.0.5 (Update: 2005-04-13) - Now MouseWheel is support. - Add the Subclassing of Paul Caton. - Gray Icon add thanks to MArio Florez. - Load a Recordset from a Database (Idea from Luciano). - DrawList now work thanks to the Carles control. Thank you for all those that contributed in this control.

4_2005-2006 #167042
SMGrid 1.0d

EMULATE a FlexGrid Control. This control was necessary to develop it for a program of a thesis of grade of my University, their evolution was stopped by a lot of time, although this isn't completely ended, but it's a beginning. Thanks to all those that supported my work in this site.

4_2005-2006 #167043
Menú Estilo Xp

English: This code is from a customizable XP style menu, I take not the whole credit but I modified and add several functions, although is not tottaly finished I hope you like it. Original code from vcv see the link http://www.pscode.com/vb/scripts/showcode.asp?lngWId=1&txtCodeId=29279 Español: Este código es de un Menú estilo xp personalizable, no me doy todo el crédito pero si modifique y agrege varias funciones, aunque no esta totalmente terminado espero les guste. El código original es de vcv mire el link http://www.pscode.com/vb/scripts/showcode.asp?lngWId=1&txtCodeId=29279 Copyright © HACKPRO TM

4_2005-2006 #167044
Calendar

English: *** New Version with comments *** This program is an Usercontrol on a Calendar, I hope you like it. Español: *** Nueva Versión con comentarios *** Este programa es un Usercontrol sobre un Calendario, espero les guste. Copyright © HACKPRO TM

4_2005-2006 #167045
SComboBox 1.0.1

English: This control is a customizable ComboBox with multiple appearances. I hope you it like. Description: This usercontrol simulates a ComboBox.----------------------------------------- --------------------------------------------- But adds new an great features like: - The first ComboBox On PSC that actually works in a single file control. - When the list is shown doesn't deactivate the parent form. - More than 20 Visual Styles; no images everything done by code. - Some extra cool properties----------------------------- -------------------------------------------------------- IMPORTANT NOTE -------------- So many thanks fred_cpp for his contribution for this project, some styles and Traduction to English of some comments. All rights Reserved © HACKPRO TM 2004----------------------------------------------------- ------------------------------------------------------------- Fixes bugs Version 1.0.0 - ScrollBar Slider. - ListIndex Property. - Down or Up list when press keys. - Drop down List. -------------------------------------------------- New in this version 1.0.1 - Drop down when you press F4. - Press Enter hidden list. - MouseIcon property. - MousePointer property. - Down or Up list when press keys. - Set ListIndex when the text change. - AutoCompleteWord property. - Const VK_LBUTTON. - Const VK_RBUTTON. - Add MouseIcon for each item. - Add SeparatorLine for each group that you consider necessary. - New comments. -------------------------------------------- Notes-------------------------------------- AutoCompleteWord property: When it uses the property AutoCompleteWord and the list is shown, the element was not located in the list to make quicker the search of the text to complete. SeparatorLine parameter: When it uses the parameter SeparatorLine it is not applicable neither to the first element of the list (provided a single element exists) neither to the last one. MouseIcon parameter: It is not applied to inactive elements of the list.

4_2005-2006 #167046
SComboBox 1.0.4 Update: 2004-09-12

English: This control is a customizable ComboBox with multiple appearances. I hope you it like. Description: This usercontrol simulates a ComboBox.-------------------------------------------------------------------------------------- But adds new an great features like: - The first ComboBox On PSC that actually works in a single file control. - When the list is shown doesn't deactivate the parent form. - More than 20 Visual Styles; no images everything done by code. - Some extra cool properties----------------------------- -------------------------------------------------------- IMPORTANT NOTE -------------- So many thanks fred_cpp for his contribution for this project, some styles and Traduction to English of some comments. All rights Reserved © HACKPRO TM 2004------------------------------------------------------------------------------------------------------------------ Fixes bugs version 1.0.4------------------------- - ItemFocus correction. - Clear function. - Border Select. - ScrollBar. - Width Text. - Move for the list. - Office 2003 Appearance. - Sub DrawAppearance. - Sub CreateText.-------------------------------------------------------------------------------- New in this version 1.0.4 (Update: 2004-09-12)--- ------------------------------------------------ - Now if the Font change works. - Now the temporary directory of Windows is used to manipulate the images. - Parameter ShadowText. - Property ListGradient. - Function CalcTextWidth.

4_2005-2006 #167048
HeaderMS

This usercontrol is a simple "frame" control but not exactly as Intrinsic VB "frame" control or another. Any comment are wellcome, votes are appreciated. Thx Geo for the name suggestion xD.

4_2005-2006 #167049
PropertyGrid 1.3 (Update 05 Jan 2011)

Addition 2 new themes, check out the screenshot, and more functions. New functions for the color manipulation. I think this the first control how this in PSC, this's a PropertyGrid based in the VB 6.0 PropertyGrid control (the screenshot tell all). The credits are in the UC, I used some UC of PSC contributor. Any comment are wellcome, ideas are good, vote is perfect for me but not are necessary :) NOTE: I tested in WinXP only but in various PC's. Thanks TerriTop

4_2005-2006 #167052
nspCheckBox 1.0

Small, attractiveness and faster draw checkbox programmed by Steppenwolfe and modified a little by my. Comments is wellcome, votes I prefer that not. NOTE: The intellectual author of the code authorizes myself to make it public.

4_2005-2006 #167054
XPMenu

ReUpload again coz PSC delete the first post, but I don't know why.

4_2005-2006 #167055
SMGrid 1.1

The new of the Control: - Support Text Unicode. - MouseWheel. - Movement and selection of individual cells. - Scrollbar's with Subclassing - Edition of one ó several cells. - You can add background, icons. Any commentary is welcome. The control isn't totally finished but it's a good advance, Plz see the screenshot. Its development this stopped indefinitely, is Christmas. -------------------------------------------------- Lo Nuevo del Control: - Soporta Texto Unicode. - Mouse Wheel. - Movimiento y selección de celdas individuales. - Scrollbar's mediante el uso de la subclase. - Edición de una ó varias celdas. - Agregar fondo, iconos. Cualquier comentario es bienvenido. El control no está totalmente terminado pero es un buen avance. Por favor miren el screenshot. Su desarrollo esta detenido indefinidamente, estoy festejando la navidad.

4_2005-2006 #167056
SOptionButton 1.0 (Update 16-11-2005)

I decided to publish this small control that has developed for one year behind for that I want to share it with all those of PSC. It's a small simple control but attractiveness (at least for my), I wait they like it. Support Unicode and Align.

Languages
Top Categories
Global Discovery