Results for "Category: Custom Controls/ Forms/ Menus"
BAS module that allows you to print PostNet (aka 3 of 5) barcodes used by the US Postal Service. Can output to printer or screen (i.e. form, picturebox, etc.) No DLL/OCX/TTF used. All code.
Laser 3D 2 includes all the features of the popular Laser 3D Effect, as well as three new transitions: Wierd draw, Weird Draw Slow, and Printer Scan. The code was translated, and FULLY COMMENTED (every line!). You must see this to believe it!
This program show a user to chang the layout of form standard to in Round or other
Have you ever wanted to insert automatically Predefind Menus in your Application with out typing all garbage with Menu Editor plus Code Snippets and predefiend Control Sets used in your Previous Applications Plus All useFull Source Code in Psc (Stored in your
NOT Just another Button... It's SuperButton!!! It can sing, it can dance, and ONLY 5 lines of code... OK enough with the sarcasm. This is a transparent UserCtrl button. Has lot's of options. Does icons and bitmaps. Different edges and styles. Font functionality. And 100's of lines of code...All API. Tested on NT4 & W2K.
A simple ProgressBar, created in pure code VB, not use the use of Api or Ocx and relative dependencies. The ProgressBar has been created with the PictureBox and a timer from the code you can set up the color of the ProgressBar, the font of the text etc... The code super is commented in Italian. Please vote for me!
It creates menu's dynamically at runtime, from the menubar itself to menus, and submenus. This is all done via an activex dll, that can be added to any project. The code acts like the treeview control, as if the menu's are nodes for easy application. Full source code for dll included. Update - Now supports Icons on the menus, Popup Menus and Seperator bars.
This is an ActiveX control with enhanced features of normal TextBox allowing u to write VB Applications with more ease.
'I took most of this codes from PSC so credit to whomever wrote them 'The purpose of this aplication is to explain how you can custumize controls 'with their own code inside an OCX and the call them from a Dll into your 'application 'See if you can find a use for it, I already got mine... 'HINT: To be able to "Configure" personalized applications from a mother 'application, so you 'don't have to code things all over again every tyme you want to write 'a new program... 'if I didn't Explain myself, I believe you can figure it out....
This control will colour vb code on load, and on the fly on enter press.. the keyword list, colours and various other formatting options are completely configurable.. Includes line numbering, supports code being pasted and colouring into the control either by Ctrl-V or by a WM_paste message being sent to the control. Also includes methods such as linecounting, current column and line number, get current line text, get current word.. and more! The colouring routine is very very fast and utilised the CString class for fast string contatenation by Francesco Balena..
A simple procedure you can use it works like the Internet Explorer Address Bar. It will save what is typed into the Combo Box and it does not allow duplicate entries to be entered. Please vote if you like it. Sendmessage API can be used also for speed. This is a little simpler because there no declarations.
Office XP Style Rollovers ========================= Heres a quick example of how to make Office XP style rollovers. This is where when the mouse rolls over then button the background changes pale green and the edge changes green. Needs a bit more work done. Slaped it up in about 8 minutes. Keep on looking i will submit the latest version soon with full property minipulation. So buttons can be added and the bar draged and maybe even full toolbar access like in Office XP. All my own. NO ocx's. (Open Source)
With this hoverbutton control you can make different styles of buttons. You can make flat buttons, semi-flat buttons (as in Corel software) and outlook bars. Also supports different pictures for mouseover effects, and positioning of the pictures!
Amazingly easy method for editing flex-grids in place. This is an example that I created to help someone out who needed to edit a flex-grid in place and didn't want to get a third party grid. It is a good starting point for a custom grid control. Good, bad or ugly, comments are always welcome. M@
This ProgressBar Class can draw in 8 Direction, has XOR Caption(like InstallChield) and a Real Time2End Display. The Performance is very good paint only by Change. If you like it please rate for me.
This is a UserControl i did for a recent project. It almost fully emulates Windows taskbar functionality. Written from scratch, uses heavy advanced API and subclassing. Code greatly inspired by submissions to this site and vbAccelerator.com. Everything is done the hard way, the way a VC++ programer would do it. And btw, lots of lame code here. Don't know why people upload so much rubbish. I'm a professional VB coder and maybe my judgement is too harsh :-)) Anyway, don't bother to vote but do comment here. Enjoy,
This application demonstrates a customized popup menu, with a "rolling" (vertically scrolled and gradually revealed) effect. It works by using a second form embedded within the first as the popup menu. For more code samples visit my personal web site: click above on my full name.
Replicates MS Works 2000 horizontal and vertical menus. Displaying Disabled Items, Hover Items (Hot Tracking - v1.01), ToolTips (v1.02), Seperator Lines, etc all configurable. Demonstration application included to demonstrate all the features of the controls.
Yawn I hear you say, Not another Flag waver that distorts a picture in a sine wave pattern.... But wait! How would you like code that does that, which is Fast (under 1 Millisecond!!!), Small (7 Lines!!!) and robust (loads of options), Well you've come to the right place come and check it out. I'm sure you'll be impressed. P.S. Don't forget to vote :)
Class for adding tooltips for any control with hwnd property. You can chose back and fore color for tooltips, style (standard or ballon), center it. Allow to add tooltips to every item in controls with items (listbox, listview, treeview). You can set delay and visible time of tooltip and its maximum width.