Advertisement

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

7_2009-2012 #234422
ucAutoResize Controls - Lean and usefull

]]] An improved AutoResize Usercontrol [[[ Put this small selfcontained usercontrol to your form, add three chars to the tag property of every control to handle. Ready. Thats all! Based on the very good submission of Hamed Oveisi (look/vote at PSC CodeId=49740) I tried to improve/change some things ('Refactoring' is the trendy word for ;) ): * More possibilities in resizing (look at the 3D lines (frames) ). * No more flickering when forms gets too small. * No more call in the Form_Resize event neccessary. (In fact you didn't need ANY code.) (Ups! Just check out Hamed's last update. He did the same ;) ) * The tag value still can be used for "standard" purposes. (But you will need a (very) litte change in your code, sorry ;( ) * Its faster. * Handling is easier/more straight forward. (Only two simple digits in tag value to enter, not four) * Prepared for handling 'Lines', too. (Not done by me - I don't use lines ;) ) * A var naming convention is used, so code is easier to read/modify. * Demo and description extended. * ... All -(C) Copyleft on 11/10/2003 - Light Templer (LiTe)

7_2009-2012 #234439
A routine to insert tables in Richtextbox

This is a routine that add a table to the current selection in a RichTextBox. I didn't find how can I do this on the web, so I made it by looking on the rtf Specification. I expect that this would be helpfull for those who are using RTB. If you find how to fix the problems i found please send me your work. (Sorry for my english ;) )

7_2009-2012 #234440
Candy Button (3rd Update) Rev2

Candy Button - is a nice button that can look like XP button, XP Toolbar button, Cristal (OSX) and IceBlock (Based on Cristal) all buttons can have Checked/Unchecked state. Use it if you like, I have seen some buttons here that are forbidden for commercial use and I think it's absurd!! This is a small gift to this community. Features *Small api usage (only 4 apis) *4 different styles Some votes wouldn't be bad! ;) -------------------------------------------------- Updates: Now is Subclassed!!!!(No Timer) *Code was sorted and reduced *Drawing now is faster!!! *Font propertys (thank's Kenneth Foster!) *No more green background, no flickering problem or Click event outside the button Thank's to all for your opinions, suggestions and solutions!!!(and of course for the votes!) (now around 10 apis are used). Tell me what you think, it was tested only for xp. ------------------------------------------ *Some bugs in design mode fixed (Special thank's to Heriberto and Ken Foster) *Subclass method now sorted (Thank's to Paul Caton for his advise)*Introduced a new button style: Plastic. I hope you like it ;) -------------------------------------------------- News: Some bugs were fixed, speed was really improved (and I mean a lot!), and new properties were added (thanks to Steppenwolfe) Enjoy it! And don't forget to leave a feedback ;) -------------------------------------------------- Small bugs fixed and speed was improved again, know it should be fast for almost any purpose. Check it out!!! :o 1 Last revision for those who could not load the style.

7_2009-2012 #234450
XP Fade

WORKS ONLY ON WINDOWS 2000/XP!!! This is my first submission on PSC and I know there is a lot of fade effects here, and transparent samples too. But I've merged the functions in a module, with two simples subs called in form_load and form_queryUnload. Also check constants in module to set transparent degree and fade speed. you can use this in your apps to add cool look.

7_2009-2012 #234473
Themed Date Picker / Calendar control

A datepicker. See screenshot. Supports themes, different date formats, hand cursor, short day names, non month days and first day of week assignment. The main advantage of this code is that it is a single usercontrol, not an OCX. Update: Changed the test to see if themes were enabled for 2000 users.

7_2009-2012 #234474
Handbrake

The screenshot should give you a good idea of what this control does. It slows down your code. It's like a DoEvents you can manage. Great for background tasks. I had an app that needed to do database maintenance to a very large number of records. Firing the maintence sub caused the cpu to run at 100% for several minutes during which time the user could not do anything as their system all but locked up. Hence this handbrake. Using it you can run your process in the background without causing the user any inconvenience. If you set CPULimit to 0 it will introduce a one second wait into each itteration of your loop. This will create a burst effect where your routine does a process, then waits for 1 second, then does another burst etc. Alternativly you can set CPULimit to the maximum level at which your app can process to. So you could create a situation such as... do the work, but dont exceed 10% of the cpu useage. If the user is doing something then the control will just hold your app suspended until CPU useage falls, or if the user isnt using the CPU then your app can grab it and process in the background. It is important to structure your loop properly. See sample for how to use.

7_2009-2012 #234475
XP Themed Button

A button that changes its display based upon the theme capabilities of the computer it is run on. See screenshot to see what I mean. If themes are detected buttons can: Include Icons. Be shown in Toolbar or Button style. Offset the Caption and Picture so they can be drawn exactly where you want. Draws icon disabled when button is disabled. If no themes are detected you get a normal graphical button. The button: Changes display with theme change. Contains No Timer. Is in a single usercontrol. You would use this button to provide backward comptability in your display whilst presenting modern buttons with icon support. Suggestions, Votes and Feedback appreciated. Update: Fixed bug on midi forms and added a deleteobject for the region.

7_2009-2012 #234483
Form Effects: Transparency & Shapes

This project contains a form with command button to make the form transparent, round or oval.

7_2009-2012 #234497
Flash Button - VB 6 (with Sounds)

This is an updated version of my Previous submission about Flash buttons in vb6 forms. this time i have provided a much more better capability, buttons can now play a wav file on the Mouse-Over triggered event. be sure you have our speaker on to hear the accompanying wav. Please Vote..thank you.

7_2009-2012 #234498
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.

7_2009-2012 #234528
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)

7_2009-2012 #234530
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!

7_2009-2012 #234544
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)!

7_2009-2012 #234581
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.

7_2009-2012 #234588
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,

7_2009-2012 #234589
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,

7_2009-2012 #234593
[___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 ).

7_2009-2012 #234595
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.

7_2009-2012 #234596
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.

7_2009-2012 #234597
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

Languages
Top Categories
Global Discovery