Results for "top"
This is an upgraded version of, one of my early build software, which I am using for a long time. Basicaly this is shell executer which can handle WebAddress and Folder Path, listed alphabetically and execute in it's browser. This software is capable of loading on system startup . Current version can also perform advanced google search. Using this software you can save a lot of time specialy when you are working with Internet. Add your freequent visiting sites/folders to the list, dbClick when you need. You have search option for Web/Image/News/Group search. The sotware is a real cute looking one with many trasition effects and a pleasing appearance. The software can be minimized to system tray. The tray icon can also be used to bring the window to top. This will be a good resource for begginers in basics of registry access, file execution, saving/loading information with text files, using system tray.....etc. Enjoy!! and please leave your comments... Jim Jose :-))
Learn the Basics of how to render using DirectX and D3D, with 3 simple tutorials. Here it is, I have managed to get together some of the DirectX stuff I had lying around and turn it into a tutorial set. In this set you will learn how to: 1. render a form with DirectX, 2. Render a motion object using DirectX, 3. render a MD2 Model and add motion. This project also includes the C++ side to the MD2 Rendering. Please leave your comments etc... You might also want to check out the Readme.htm file as it contains information that I want you to be aware about… Which is helping with an Industry standard Game. Some of the code in this project like the MD2 Modeling was not programmed by me. Please take the time to read the comments at the top of each form / module for info about authors etc…
this is a small game in which ur target is to paint all the wall and after 10 second from playing it calculate the percentage of painting u have done and there is a top percentage list to write your name int if u make a heigh score this game is funny and it's code is easy.
Swap is a game. Try to arrange the pieces so that no matching Pictures or Colors touch each other. It's simple to play but takes some logic to solve. Version 2.1 is here with lots of improvements and more options. The Icons are still available, but there are many other choices too. (I like the Wingding characters) The Menu is available full time and the Swap button at the top of the screen is gone. The Help file has been greatly improved, including several pictures. The user now has the ability to change any/all colors on the fly. Please read the Help file to see all the new options.
Updated the Find routine as requested, also updated a couple skinheader routines. This will be the last update.. Bugfixes and Additions to 2.4.4- Fixed subitem edit scroll, mousewheel support, alphabar reset. Extended example with xp skinned header, row drop in list. Bugfixes and Additions to 2.4.3- Added column drag insertion marks. Changed checkboxes from ownerdrawn to state image list. Many small bugfixes.. Bugfixes to 2.4.2- A lot of fixes and rewrites, cleaned up all the classes, fixed various feature issues. Added an internal access demo. Bugfixes to 2.4- Crash on some foreign language versions of xp resolved. Edit box placement issue, bg image overpaints and other misc fixes are in. Ver 2.4 Is Up! Fixes are in, added a find function and right align text property. Barring any future bugfixes this will be the last version. __________________________________________________ Ver. 2.3 Is Up! Unicode on demand. Unicode support has been completely restructured to provide ansi only support (98/ME), and unicode when required. Skinned checkboxes added to other views. XP style class added, with header themed in-class. Cell level fonts and colors added. Top down rewrite of skinning classes, with skinned header text alignment added. Many bugfixes and major changes to this revision. __________________________________________________ Ver. 2.2 Is Up! The best listview on the block, just got better.. Added full ole drag and drop support. Subitem editing. Background images, and a ton of other features.. Many bug fixes and optimizations made, take a look.. Hyperlist NGEN Ver 1.1 __________________________________________________ The fastest, most featured, most powerful listview in this language! Three data access modes, Virtual, Custom Draw, and Hyper Mode. All of them unbelievably fast. Built in storage and sorting in a virtual listview hybrid. Skinned Headers/Scrollbars/Checkboxes and Selector Bar. User definable skin color schemes, theming, row decoration, per cell font and color formatting, and hundreds of properties and functions. Hope ya like it..
Tab Order ia a Visual Basic Add-In that allows you to reorder each Control(s) Tab Order or Tab Indexes to your specifications. Several methods allow you to do this quickly and efficiently. By order of the controls Left position on the form. By order of the controls Top position on the form. By order of selection of controls. By order of individual incrementing tab index or decrementing tab index. This is a true add-in meaning it is run in the IDE. To run and setup see the Help file.
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."
Whether your new to api programming and need that special tutorial "buddy" by your side or your an API pro and just are sick of the hassles of having to find, copy, and paste api declarations and their associated constants and types, then this program is for you. (also included with this download is my "RAM purge" program that allows you to instantly reclaim wasted ram) This program sits, as a tiny 20 pixel high menu strip on your desktop. You can place it at the very top of your screen or the very bottom, or anywhere in between..its never in the way because it is so small. This program, the VB API code assistant is basically a huge repository of the most commonly used and needed code, just a mouse click away. One click of a button and a procedure header is pasted in your project for you. Another click and the skeleton of an entire select case structure is pasted for you. Want to move a window without a titlebar but forget get how??..one mouse click away. The program also contains well over 100 of the most common api calls along with their constants and type. This program is similair to the well know API-guide..but it takes it to the next level. The screenshot shows all of the menus built into this tiny, thin interface.
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
It's a cool electronic clock with 5 different styles (Red LED's, Yellow LED's, Green LED's, Blue LED's and cool LCD style (All graphics created by me)). It has a Reminder and automatic 1 program run at designed time. It can stay On Top. Sorry, but there is no comments :( Please vote and add feedbacks!
Desktop calendar in multi month grid format. cursor left/right increments and decrements by month cursor up/down increments and decrements by year mouse click in the very left/right to go forward/backward by month drag the form by it's banner 'a' will toggle the alpha attribute of the form click the very bottom of the form to unload dbl-click to toggle stay-on-top
This application helps site managers to quickly develop a long or short list of frequently asked questions. It features a very easy, yet powerful, online administration - with no limitations. Also includes dynamic navigation for the public (next, top, or previous frequently asked question). Demo can bee seen here: http://www.expinion.net/software/app_faqgenerator.asp
This is a test of an Occupied Space algorithm. It organizes objects (Pictureboxes, controls, etc.) on the screen in as little space as possible. The objects can be justified to the top, left, right, and bottom of the screen.
FireAMP! is a *simple* media player written in vb6. features: * FFT analysis of sound (or simply visualizations) around 14 visualizations * MP3 tag reading * Video in player itself, full screen * Scan disk for media * save playlists * Media tracker mode: when minimized, it becomes a small player that always stays on top of any app. Skinning is not yet perfected. i've included a skin compiler source code and the source code for a skin packager, so compile the dll first. Great for anyone lookin' for some ideas on writing and using FFT and visualizations. Comments will be nice!
This is a program that can help you to remind yourself. Create a short cut of any program you frequency use. Search function with open file, open folder, copy to folder, move to folder, preview text (*.txt) files, image files such as JPEG, JPG, BMP, PNG, GIF animation, file details, and so many cool API functions. For GIF animation viewer, I use an "Animation GIF Control" (anigif.ocx) that you can find here --> http://www.afreeocx.com/ocx/info/anigif_ocx.html or http://www.jcomsoft.com/anigif.htm <--- Furthermore, you can set always on top of menu bar, set transparent, extract icon from file, view your IP address and so many function. Included read and write registry by using API function, check any program are running and kill program that running by using kill process function, and so on ... --->> I got many function from PSC, so some function I still remain the same as original but some I modified for my program. Thank you PSC for many useful code <<---
Keeps track of your undone tasks. A bit like a mac interface: transparency, fading and all that is present. And after you fixing a bit of code, you should have for yourself a good calendar program! This program utilizes the INI feature and gets information only from the INI, so MS office or any MDB feature is not needed. Extra features include showing of multiple sticky notes (its a checkbox saying "show sticky for this entry"), stay on top, contractable form size, animated details... Credits to some date picker object which is disabled by the code by default, and the fader by some famous guy in PSC...fading is nice. Oh and it shows shadow under forms as well. Note: the alarm function does not work at the moment. if you have a solution to making a string to a date please post a comment.
KASL Contact Form is a form that visitors to your site can use to contact you. When they submit the form, their input is emailed to you. This is a very good thing to have on your site so that people don\'t have direct access to your email address. This also keeps robots from capturing your email address and spamming you. This app consists of only one file named contact.php and required no database. To install KASL ContactForm, just open the file with your favorite editor to view the source code, edit the three lines at the top of the page and save. Then upload to your server and it should work just fine.
ICIT Alumni is Complete Alumni students information for Universities & Colleges. Alumni is a Complete Source of Information For all Grudges and post Graduates students ,This is for all those students that passed from Universities. The alumni is designed by farhan amin using most reliable and top leading technology PHP. alumni is complete in itself , it consists of admin Control panel, named as "Admin" specific user name and password is provided to get control or delete specific entries from alumni. alumni also provide best features like searching, updating, deleting, and login and logout facilities.
On-screen / touchscreen keyboard. Stays on top, but dosent take the focus. Hooks the mouse; Code by: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=55676&lngWId=1
It allows the user to input the desired number of lines then after that it displays the pascal triangle in inverted position according to inputed number of lines. displaying of numbers starts from bottom to top to form ineverted triangle. It's good for beginners the code structure is easy to understand. please see the screen shot... thanks.