Results for "Author: evan toder"
A simple text effect control that is best described as black background with falling green letters that reveal a message. The controls [MatrixText] property lets you control what the message is that is revealed..nice splash sceen effect
LittleButton.ocx is a one of a kind button that is actually many buttons in one. Instantly creates and array of buttons(up to 20 elements). The buttons can be arranged vertically or horizontally (menu style) Just about every visual aspect of the control is totally customizable from the caption style(flat, embossed, shadow, raised) to the mouse over hilite color, and more than 2 dozen additional properties. One look at the screensh0t will convince you of just how much time and work was put into this.
a replacement for the standard line control. creates a line that looks more like the line that makes up the edge of the frame control (screenshot) there are 3 types, (single,double, triple) and 2 different types (embossed, raised). Not a huge or fancy control but will save you about 4 or 5 lines of code, without having to think too hard. with there control there is no coding whatsoever..like the standard line control..just drop and position and your done
This is my ListGrid control..so called because it basically merges the functionality of a listbox with a listgrid control. Some of its appealing features are (1) with a short, simple call you can get or set the text of a specified "cell" in the list (2) you create attractive header (2 possible styles) with as many columns as you wish. (3) clicking any of the columns headers cause the list to be sorted in ascending or descending order (alphabetically) just like in outlook or kazaa (4) There is a property call .highest_index which makes for slightly easier looping...for example with the listbox or any of ms controls..there is a property such as the listcount so if you want to loop through the list you go> for i = 0 to list1.listcount -1 the .highest_index property already takes that into account so now you just loop by>> for i = 0 to listGrid1.highest_index. The listcount is still available to you as well if you prefer that, (5) your can set the font/forecolor/backcolor, individually for both the header and the list itself. If you prefer the lightweightness (not a real word i dont think) of the listbox, and used the settabs api to try to increase the functionality of the listbox but felt like you wish you could take the improvements many steps further than that then you will love this control. Suggestions for improvement will be implemented so suggest away.
you know how it can be difficult to resize the height of the listbox because it only allows you to reset its height + or - a full font height and not in incerments inbetween ? Well this little tip I found out purely by accident.
This extends the functionality of the listbox by (1) allowing you to create an attractive header with 3 styles ( sunken, framed, raised) (2) specify a header backcolor, forecolor and font.. as well as the fore and backcolor and font of the list portion of the control. The best part of this control is that is specifically designed to be a listbox with tabstops AND you can retrieve AND set data in the list based upon a row and column setting...so all the dirty working of juggling text data is taken care of. This is something i whipped together in a couple of hours so its not totally complete..but its pretty much there..and I am hoping to get suggestions from you on how to enhance and refine it..but I am pretty sure you will like and appreciate it!!
This is a unique way of implementing tooltips in your project that allows you to totally customize each individual tooltip for each individual control in your project. in addition, the tooltip can recieve a mousedown event just like the tooltips in planets tooltips
This is a wonderful subclassing .dll for anyone but particulary the beginner or intermediate programmer or anyone who doesn quite have a full handle on subclassing but still wants to be able to use the awesome Free power of it. This class is extremely simple and straightforward to use and contains 2 properties and 2 methods and 2 events and has a small help file as well. This subclassing project also allows you to not only intercept, but choose to discard or keep the message. A very simple example is given to show you the awesome potential and power subclassing has.
This is a neat and useful idea i came up with for a form skin. When offering freeware or trialware to your users this could be a useful technique. the skin causes a message, that you specify, to follow the mouse around on your form. There is also a built in "FormOnTop" property as well
A simple text effect control that is best described as black background with falling green letters that reveal a message. The controls [MatrixText] property lets you control what the message is that is revealed..nice splash sceen effect
This is a control that displays animated gif images. The control, and its associated animated gif are totally resizable. Its properties include pathToGif which is the string path to the animated gif, ShowBorder, offsetx and offsety allow you to center or frame the animation perfectly for your tastes. feedback comments and upgrade ideas totally welcomed
If you havent heard about it..the api assistant is your api best friend. The api assistant is a thin, unobtrussive strip that sits at the very top or very bottom of your screen (a full 22 pixels high). It is a library of close to 200 of the most common api calls. Here is how it works. Your working on your project..you realize you need the api call "SetWindowPos" Just click on that item (everthing in the api assistant is alphabetized for fast access), click back on your project and the api call is instantly pasted into your project..followed immediately by a window that contains all of the constants or types that that api call would need. Its a huge time saver. Other time saving features of the api assistant also include the skeleton coding of all the most common vb calls. for instance..click the vb functions menu item "select case", an input box asks you how many cases you want..you enter 4...click in your project and instantly a 4 case select case skeleton structure is typed into your project where you clicked. the VB API assistant also has a small, but, evergrowing menu list of functions to also assist you. And just in case this program doesnt give you a specific api solution for you, there is a menu of other api resources for you as well. sorry for the large screenshot movie (2mb) but i felt it was necessarry to communicate what the program does..you know..a picture and a thousand words
you know how it can be difficult to resize the height of the listbox because it only allows you to reset its height + or - a full font height and not in incerments inbetween ? Well this little tip I found out purely by accident.
LittleButton.ocx is a one of a kind button that is actually many buttons in one. Instantly creates and array of buttons(up to 20 elements). The buttons can be arranged vertically or horizontally (menu style) Just about every visual aspect of the control is totally customizable from the caption style(flat, embossed, shadow, raised) to the mouse over hilite color, and more than 2 dozen additional properties. One look at the screensh0t will convince you of just how much time and work was put into this.
A clock usercontrol. It doesnt get any easier (for you) than this. After downloading now, read the breif readme.txt for correct usage
this is a fast and simple way to implement a sort of tabbed form effect
This is a class that allows you to easily..without any api knowledge, create rect regions and fill/paint them in a variety of cool ways..and if you vote make sure you vote for Kerry
This is a listbox class that adds several great features to the standard listbox. (1) function draw_header:=This function draws an attractive header at the top of your listbox so it looks more like a listview control. The string you provide should be the text you want for your header, seperated by pipe ""|"" characters. The [container] parameter is the object the listbox is drawn on..ie the form or frame or picturebox (2) sub additems_with_tabs:="This sub allows you to additems to the listbox in such a manner that string ""string|string2|string3"" takes the pipe character and converts it to tabs" (3) sub horiz_scrollbars:="Allows you to add horizontal scrollbars to the listbox. If [scroll_width] is not supplied then the items in the list are scanned and if horizontal scrollbars are required, then it is added, making the listbox wide enouph to view the widest list entry. If [scroll_width] is supplied then you are manually adding them, the width based upon the value you supply for [scroll_width]." (4) function search:="Allows you to search for an item in the listbox. This acts like the autocomplete feature of browsers in that the search is case insensitive, and a partial match returns the index of the first listitem matching so a search of ""VIS"", for example, will return the index of ""visual basic"" entry in the listbox." (5)initialize_listbox:= "This must be the first method called and it sets reference to the listbox you will be referring to in this class." (6) sub hot_tracking (this one is real cool) "Calling this sub and setting [benable] to True makes your listbox have a ""hot-tracking"" effect in that moving your mouse over the listbox causes the item under your mouse to be hilighted" (7) sub individual_item_tooltips:="The tooltip for the listbox displays the contents of the listitem the mouse is over. Useful if the contents of listitems width exceed the width of the listbox itself" (8) sub tabstops:="Set tabstop points for the listbox. Specify in pixels..a value for each succeeding column" (9) sub add_many_items:="Enables you to add multiple items with one call. Each item to add is seperated by a comma."
THis is a joystick class that finds a valid joystick and then returns to you one event that reports everything you need to know to program that joystick..from which button is being pressed to the X and Y pos of both joyhandles(assuming your joypad has two..if only 1 this will still work) to the position of the D-pad
This is a flash button simulation in that when the mouse enters the button the caption flashes several times. In terms of the actual number of lines of code needed for this button it is quite thrifty which should mean a totally error free and processor easy button. I call it black beauty. Once again feedback to motivate me for improvement is highly desired.