Results for "top"
A circular progress bar/meter usercontrol with the following features: -- Solid color, fading colid color, or gradient blend -- One-, two- or three-color options -- Full-circle or arc of any size from 45 to 359 degrees -- Display value as a colored arc, a 'needle', or both -- Five styles of 'ticks' around edge, spaced however you want -- Display value as number or percentage--any font, color, and position! -- Customizable text shadow, too! -- Change background colors or use AutoMask to make background transparent -- Use custom picture backgrounds and mask pictures for transparency -- Show/hide border, change width -- Show/hide start line when value is zero -- Start at any angle (offset) -- Clockwise or Counter-Clockwise movement -- Change min/max values -- Fully scalable Also demonstrates various API graphics calls, getting the true color of a system color, use of mask color, using custom Enums for user control properties, scaling pictures and masks, and more. See screenshot: -- Large circle ('78') demonstrates a tricolor gradient, text with shadow, and dot-style ticks -- Wide control at top ('64') demonstrates tri-color fade, a 180-degree arc, hollow-dot ticks, needle, inset control border, and the flexibility of text positioning -- Large PSI gauge at right demonstrates custom picture & mask picture -- 'Fuel Gauge' demonstrates custom picture and value as percent -- Quarter circle ('53') at lower-left demonstrates 90 degree arc, box ticks, a bi-color fade, counter-clockwise motion, automask (it doesn't overlap the large meter) and custom shadow placement -- 'Wooden' meter near bottom demonstrates a 140-degree arc, offset angle, and custom picture as full background -- Black meter near bottom demonstrates border and line-style ticks with no background, and the effect of a tri-color fade where the start- and midcolors are the same (white) and the end color is different (red) -- Pink meter ('42') in center demonstrates the Automask by overlapping it's neighbors, and a tricolor fade where the start and end colors are the same but the midcolor differs. -- The reddish meter near the bottom ('65') demonstrates blends using system colors (in this case from ButtonFace to Highlight with ActiveTitleBar color as needle) -- Tiny meter inside PSI gauge demonstrates another use of Automask Enjoy! I welcome all comments, and please vote if you liked it or learned from it! Thanks! (UPDATED 3/24/2004: Fixed 'gap' on very small meters at some resolutions, Removed bug that caused crash when properties do not reload properly in IDE)
It just pops down a bar when you put the mouse at the top of the screen. it then detrects whether the mouse is still on the form, if it is not it hides the little bar.
This is just another worm game. But it uses bitmaps, with a beginner concept of double buffering, also something about sorting elements in arrays. The game has a Configuration window (you can choose world size and game level), and a Hall of Fame window (shows top 10 hi-scores). Code is clean and well commented.
This is an update to Jason Theobald's Giant Browser submission (http://www.planet-source-code.com/xq/ASP/txtCodeId.23127/lngWId.1/qx/vb/scripts/ShowCode.htm). I made some changes in the GUI as the screenshot shows, made the toolbox a stay-on-top window, made the browser window a 100% screen filling window, and closing the toolbox closes the browser window. Any changes I made to the code is indicated, but the credit for the original idea/code goes to Jason. Thanks!
This program uses API calls to find the text of almost any Window, including ones blocked with password characters. Just hover the mouse cursor over the window. Also shows Window handle. Makes use of SetWindowPos for "Always On Top" API call. Note: This Visual Basic version makes use of the GetWindowText call, which does not always return Window text, while the SendMessage call with WM_GETTEXT seems to work more often. Contact me to obtain the VC++ version which uses SendMessage instead.
UPDATED! This will Encrypt up to 255 different files of ANY type into ONE file using the binary values of an ENTIRE separate file as the KEY, while not altering the file being used as the key in any way!! The file names of the encrypted files are also stored in the encryption and restored when decrypted. Looks and works similar to WinZip. Just drag the files you wish to Encrypt\Decrypt from Explorer into the large list, and drag the file you wish to use as the key into the small box on top, select a path and thats it! The small icons of all the files you working with are also displayed in the list for readability. The file being used as the key can be ANY type of file: .mp3, .bmp, .jpg, .txt, .exe, .zip, .dll or even another encrypted file. The file being used as the key can be ANY size. For maximum security, the file being used as the key should be slightly larger than the combined size of the files being encrypted and should have a limited amount repeating byte sequences. An example of a good key file would be an .mp3 or a large .zip file. This will make any effort at detecting a pattern more difficult and making the encryption harder to break. Even if this program is de-compiled, there is no "magical" algorithm or encryption table to discover that would make decryption any easier, since the encryption relies completely on the binary values of a whole separate file. No need to remember any long, complicated passwords or keys, JUST the name of ONE file!!! Just don't lose the file being used as the key. Created by: John O'Donald 14 Sovente Irvine, CA 92606 (949)654-0065 john_odonald@hotmail.com.
How can I open a window which will always stay on top of all browser windows? Found at: http://www.irt.org
Make Tiles For Your Top Down View Game Easy! Will Continue To Add Features If I Get Votes! Suggestions And Comments Please. If Anyone Would Like To Work With Me On This Project Please Send Me An E Mail.
This is the source code for a very early version of a MMORPG I'm writing Aeonlegend (www.aeonlegendonline.com). It has a few features such as: -Loading from GIF files -Transparency in both 16 and 32 bit colour -Easy character and GUI editing You can make your own skins for the game by editing TOP.GIF, GUI.GIF and GUI.map. Please remember to comment and vote for this code. The more good feedback I get, the faster the game will get made. Note that my actual email is jimcamel@aeonlegendonline.com, the email in the text file is wrong. If you're looking for my old code I removed it, because some people were unable to read that the graphics were borrowed.
* UPDATED * Thanks to David Pope, I've got the backspace bug repaired. This is a "on the fly" chat program, complete with sound effects, stay on top option, all the bells and whistles. Sequel to "X-Conn TCP Chat." This is an ICQ split-screen style chat program. Hope you like it. If there are any other bugs, please let me know... THANKS!
'module for subclassing the DeviceChange Windows Message 'Windows sends all top-level windows a set of default WM_DEVICECHANGE messages when 'new devices or media (such as a CD or DVD) are added and become available, and when 'existing devices or media are removed. This program should detect the following: -CD or DVD inserted into drive -Floppy inserted -USB thumbdrive or external hard drive added -USB serial port added -probably a lot of other hardware changes, but I could not test a lot of others Modified to add Device Notification information about new hardware.
I'm back, with Part 3 of creating 2D graphics using Direct3D. Part 3 is built on top of Part 1, still displaying the Mario character running around in circles, but contains some additions which I just found out: Alpha blending! (you can change the alpha value, as shown in the demo) Faster way of faking light! (this time, not using vertex color, but simply drawing a bitmap alpha-blended over the scene, more accurately simulating lighting) Using DirectDraw in combination with Direct3D! (allowing for large surfaces to be drawn, like the background) The 33 FPS in the screenshot are from my P133, however, if I turn off the background it instantly goes to 60 FPS (the maximum, since that's my monitor's refresh rate)... Enjoy! And don't forget to leave comments (and vote!)
It's A MP3 Player And has apart of the basic (Play, Stop, Pause) these functions: Add File Or Directory To Playlist, Remove (All) From Playlist, Load And Save Playlists, Keep On Top, Mute, System Info, Balance, Volume, Play: Random, Resume, Or stop after MP3 stopped. ProgressBar, Timer, Open Windows WaveTable... It aint finished, mail me if you have any bug reports or if you have any suggestions. Thank You :-)
This is the update of my last submit of Sudoku game that make you craze before :-) I add The Top 5 Sudoku Mania, and some bug fixed. So, today, with this Sudoku 5.1, you can compete with your self ...
Record and Play Back your own Voice Messages using the MCI Control, Moving Borderless Forms, Read and Write to INI Files, Custom Colors Screen, Custom Web Browser, Custom Forms, Treeview Control with Images, Keeping forms always on top, Accessing Access 2000 databases with a password in code and more. Make a sub-directory called C:\CODE\CONTACTOR and then unzip to that location. Load the program up in VB and go from there. The Login name is "Guest" and the Password is also "Guest". If you have any questions, email me at DEATREE@YAHOO.COM and I will try to answer them.
This is an AWSOME code!!!! It really rocks!! it's the official X-BOX JOKE!!!!! :) hope you like it too....it's made by my top secret friend ;) Andreas Thilander
Magnifies an area at the mouse cursor hot spot; size, shape and magnification factor can easily be adjusted at compile time. To terminate magnification move the mouse into the screen top lefthand corner. Download is 5 kB.
This demo application demonstrates the use of a Custom Tooltip Class supporting square and ballon style tooltips, centered at the corresponding control or at the mouse pointer hot spot, with or without title. Individual back- and forecolors are also possible as well as an assortment of Icons to be displayed in the tooltip and finally individual delay- and show-times. The code is easy to follow and well documented. And on top of that the class is very easy to use. Check it out, download is only 6.4 kB. (Sorry the screenshot didn't come out very well)
This small and very simple sub will format the caption of a Label control if the text is too big to display in the control. The sub will trucate the text and append "..." to the end of the text (indicating to the user that they are not seeing the full text). VB automatically wordwraps the caption of a label if it is too big, however, this results in the caption being truncated only where there is a space. Also, you can see the top of the next line of the caption. Example Make and Model: Cadillac becomes: Make and Model: Cadillac Eldor... I find this extremely useful when I don't know the maximum length of the text the label will contain, or if I don't have enough screen real estate to make the Label big enough. Just pass a label to this sub for formatting.
This demo application demonstrates the use of a Custom Tooltip Class supporting square and ballon style tooltips, centered at the corresponding control or at the mouse pointer hot spot, with or without title. Individual back- and forecolors and fonts are also possible as well as an assortment of Icons to be displayed in the tooltip and finally individual delay- and show-times. And whats more - the tooltip can now speak using Microsoft's Speech Object Library (SpVoice in sapi.dll), no XVoice.dll or VText.dll! The code is easy to follow and well documented. And on top of that the class is very easy to use. Check it out, download is only 10 kB.