Results for "Category: Custom Controls/ Forms/ Menus"
Dynamic controls made easy for everyone.
Very simple Progressbar, a picturebox, an imagebox, a label and some line of codes and that's it:) no OCX and no API you can change the look of the progressbar if you want, juste change the image in picture1 (representing the backGround of the progressbar) and the image in in image1 (representing the status and value of the progressbar) and that's it Excuse my bad english
Final Version of My MM CheckBox 2009 (now, with beautiful Caption if you want)+Code Optimization. (see the screen capture)
Version 2.1 of my very simple and beautiful CheckBox (MM CheckBox 2009 v2.0). Now with beautiful Antialising (perfect circle) (thanks to "Dana Seaman" for this technique) Check the Screen Capture my blog, http://mmvb2008.unblog.fr/ (some sympathetic utility makes in vb6)
This module allows any form to snap to the edges of the work area. (Kinda like winamp) It is multi-monitor compatible. (not kinda like winamp)
This is an ActiveX control with enhanced features of normal TextBox allowing u to write VB Applications with more ease.
Beware of cheap imitations!!!!!!!!
update 07-17-08 Fixed a bug I caused fixing the last bug.Sorry for the bad upload. update 07-16-08 fixed a bug with path property pointed out by Ed Wilk and Rodger Gilchrist. Thanks. update 07-13-08 A few changes addressed in the ucThumbs code, most notable is saving the thumb image in an array for faster drawing. update 03-03-08 Added auto size and maintain ratio to the thumbs. also changed the way text is writen. I'm working on unicode. Update 02-27-08 fixed a few bugs in the code and added some key events along with keyboard shortcuts. You cna find info on the changes at the top of the UC code module. This is an image file list box. It has a lot of the same properties of the file list. It also has a few properties of its own. A built in right click menu with (Copy, Delete, Move, Rename, Browse for folder, and a File Properties option). Update: found a few problems I fixed. And also I thought since I wrote the code it would be easier for me to update it to do different size thumbs. I couldn't decide on user defined or optional set sizes so I did both.I also added them to the menu so you can change the size at runtime. I'm working on comments and cleaning the code. This may take a few days as I'm quite busy these days. Please let me know if you find any errors in the code or need something added. Thanks! 02-22-08 fixed some problems pointed out by users, credit an reports given in uc code. Thanks for the comments. added runtime resizeability to the Usercontrol
Skingen loads a bitmap and makes a form transparent. See screenshot.
Hi All,This is the first time i am uploding some of my code here , its a demo control which will allow your application to be made as a Trial version in few minutes Just Place this Control and set its NofDays and NofTimes(how many time aplication will run) and sets its status property to Demo And provide yoour trial Expiration code on DemoCreator1_DemoCompleted event to handle the execution when demo expired Rest is automatically handeld by this control Thanks Nitin
A N (3-20) sided regular polygon button control. It started out as the Circular Button from Praveen Menon, went a step further and changed it to fit my needs. It wouldn't be difficult to change it to any shaped button control, just load the array with the points.
Customize your menu with images. Just create a menu with the VB Menu editor. Add some PictureBoxes to your form and assign to the CMenu class. This class uses the whole region of the main-menu not only the regions of the items. So, if the window width changes, the background image of the main-menu also does. The screenshot shows where PictureBoxes are applied. UPDATE: Now using a better method for subclassing. A MsgBox blocked the WM_DRAWITEM message when running in the IDE and as long as the msgbox was on top, the menubar was grey. This doesn't happen in the new version.
This is a very simple and precise solution to keep a form on top of only one other form. I was looking for a solution, but couldn't find it anywhere. All the codes and suggestions either keep the form on top of All windows programs or on top of the whole application. But this one will only keep one form on top of another one.
Ever wanted to have function keys in your application (F1, F2, F3 etc..)? Here is the very simple and streight forward solution to it. Moreover, its very very solid to impliment. No API calls, no HOOKS grabage. Just use form functions. Download code and see the instructions on form.
This is a systray control with scrolling text on the tray.
This Active-X Control allows you to access your MS-Access file on your webserver.you only need to put the serverside script on the root of the webserver which you want to access the file I included scripts in ASP and ASP.NET Open the testproject that shows all the use this Control
Create a Scrolling Form! No OCX, DLLs , nothing... Just some code!
A group menu like Ms Access, it can scroll when you click the button. When you over the button it will enlarging the size with sound. No need an api, it was simple and good for basic of a beginer. Vote me if you like it.
XP-like progressbar and searchBar, 4 filling directions, 8 express image effects, custom image supported, "BackColor" and "BorderColor" can be changed, "Border" can be canceled. NO Timer , NO ImageBox, NO Label, that is HzxY ProgressBar.
I was asked to put all my controls to a single ocx file. Enjoy it.