Results for "top"
Finally the help file is included in the .ZIP file! Thanx to Amanda Miller, the WebMaster. Being inspired by Clint's vcTrayAlert Control at http://vcreations.net/product.asp?pid=34, I decided to write my very own control. This one has much more cababilities, and some advanced features for Win2000 or later: like the Transparency property and the fading animation. It is still very easy to use: check out the DEMO. It is also very versatile!: check out the Screen Shot ;). I have used a great gradient-drawing class that I found on PSC by Kath-Rock. I have invested alot of my spare time in this large project. It is made free but make sure to check out the license agreement and copyright info. All I'd like to ask you is your encouragement - IF you DO like my control or NOT then please VOTE. I'll be waiting for your feedbacks and emails. And, If you ever find a bug, email me about it. KEYWORDS: MSN Style Tray Alert Control, ActiveX Control, User Control, Play WAVE WAV File Resource, Always On Top, Top Most, Transparency, Transparent, Fade, Mask, Borders, Gradient, Error Handling.
This is an explorer property page shell extension which will allow you to edit mp3 tag properties. By adding an empty dialog and plopping a vb form on top you can handle all the programming in vb instead of c++. There is a .dll required that is available at http://www.programmersheaven.com/search/download.asp?FileID=38704. The propext.dll is essential since you cannot call a function pointer in vb.(that I'm aware of)It allows the adding of the empty dialog, on top of which the vb form is placed. This can of course be applied to any file extension. You can make your own custom property page. I have found many instances where an external .dll written in c++ can extend vb into an extremely robust language. Too bad they aren't allowed to be submitted for security reasons.
Tetris '2005 is an exciting action game. Throughout the game, bricks of various types fall from the top to the bottom of the playing area. When the bricks form a solid row of blocks across the playing area, that row vanishes. Because this is the only way to remove blocks, you should try to form solid rows whenever possible. The game ends when the pieces stack up to the top of the playing area. You can manipulate a brick only when it is falling. Falling pieces may be rotated, moved horizontally, or dropped to the bottom of the playing area. This nice and small game offers High score lists, Preview Screen, Position Pointer and more. It has no multimedia but intended to bring a taste of fun to a small break on a long, hard working day. However, if you would like to support my work, please rate this article and visit one of my other programs. Check them out!
Welcome to the Ultimate Windows Manager & Handler! With this application you can: ** minimize any window to tray, and get the owner's window icon ** ** hide/show any window ** ** make any window always on top ** ** close any window ** ** create your own custom array windows and hide/show them ** ** set any window caption to whatever you want ** ** window search ** ** window viewer with class info per process ** ** hide/show all windows in the system ** ** and many more ** Here you can find good examples on hot-keys,callbacks,enumerations of windows and processes(toolhelp),how to get the full path of another process,how to get the class name of window,many APIs for controlling windows. Here are the hotkeys: F7 button to minimize any window to tray, with the icon of his exe. F8 to hide the window on which the cursor is/or the foreground window (that depends on your selection (checkbox)). F9 to show all the windows hidden with F8 button. F10 to hide all windows in the array. F11 to hide/show me. F12 to set/unset any window, on which the cursor is/or the foreground window(that depends on your selection), to top. Any feedback,comments,questions and/or votes are greatly appreciated.
Through the use of API, it can be done, command button's caption can be aligned to the top, and a frame's caption can be centered. Later versions of VB give you that option standard, but not the 6.0 So if you ever wanted to know how its done, here-it-is.
This is an update to code I posted Yesterday. The sole purpose of this code is to allow you to use a free ISP, without the wasted desktop\browser space of ad banners. In the previous app the banner was hidden using Win API Functions. This worked except the banner ad people have hard coded there Banner Apps to stay on top at all times. Hence, the code to hide the banner had to be executed over and over again causing the "Hider" App to canstantly execute code. THis Method Minimizes the banner... THe banner will still be on top, but it will only be a title bar that you can position in the "White SPace" of the Browser toolbar. No adds will be displayed. YOu will not even know it's there.
It automatically makes your form on top until they close or end the program and it is all API free!
Puts Your form on top.
Sitting at home on my computer with my back to the TV ... I thought it would be nice to be able to sort of keep up on what's happening on TV, so I whipped up this little monitor mirror. It stays on top and allows me to see the reflection of the TV. It's just a black form. Good lesson on keeping a form on top and retaining settings using the registry.
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.
Post-it is a desktop notepad the designed to look like the famous stickys. It is drag-drop, transparent, and the choice of always on top (.exe provided is on top). Good for whatever ya want i guess..
This code keeps a form on top of all other windows.
Dock the most right top menu to the right of a form. Check the screenshot.
It has been proven that when you see a happy face, it also makes you smile or be happy as well, which is part of positive thinking and causes you to live longer. This program displays a yellow happy face on the screen, always on top of other windows. It moves to a different random location when you move the mouse over it. This code demonstrates how to make a window on top, move the form on the screen, and how to make certain parts of the form transparent. Good luck and be happy!
Multiplayer Boggle ==> An attempt to create a multiplayer version of the popular game Boggle to play with my friends online. ----- Features include: -Ability to customize almost every aspect of the round (eg Time of each round, interval timing, minimum word length, etc.) -A plethora of awards (eg Champion medal, Caterpillar word award, Treasure hunter award, Detective award, etc.) to be awarded to outstanding players every round! -Custom coded Depth First Search to find if word entered exists in board -Top 50 words of each round displayed after each round -In-game Dictionary to display dictionary entry of any of the top 50 words. Just click on the word in the listbox and an explanation will pop up. -Interesting End-round statistics shown (eg % of total words found, typing speed, words found by each player, etc.) -Dynamic in-game chat -A short help tab to explain to beginners how to play this game by Hasbro, as well as to display the awards that could be won -Gigantic internationally recognized lexicon of words (Enable2k) for nearly every valid word in the dictionary to be recognized by the game. -Up to 1000 players supported! (If you can find that many) Useful for programmers attempting to learn tcp network code. Coded in 3 days in VB 6.0. Please leave constructive comments and report any bugs encountered. Suggestions are also very welcome. Thanks! ***P.S. Read the readme.txt file before compiling!
This program was written only for demonstration of the DES encryption and decryption example from the book of "Cryptography Theory and Practice", Douglas R. Stinson, but could be easily modified to accept real text ... In this Demo you can use only Hexadecimal Plaintext and Key no less then 16 digits (64 bits), more then 16 digits will be ignored ... Output: Cipher 16 digit (64 bits) long and vice versa. Program was written in VB6. The only OCX was used is Microsoft Rich TextBox Control 6.0 This is not ready to send messages DES program. You can start by entering 16 digit long Plaintext and Key, or you can accept the pre-filled example data from the book. Then follow the buttons' order from the top to the bottom in the Encryption Steps frame. When got your cipher follow the buttons' order from the top to the bottom in the Decryption Steps frame. You can view the computation process of encryption and decryption on the History form. Should be simple enough if you're familiar with DES algorithm ...
Ever be in the middle of coding and forget the field names in your database? Well this little tool is for you. Open an Access Database and it will display all of your fields as well as the description and ALL of the properties for each field. You can Drag field names right from the list into your code. Never have to memorize (or type) those long field names again. Click the stay in front button and the application will stay on top, click it again and it will fall behind other windows when it loses focus. You can also search for a field name. If enough people like this I will convert it from DAO to ADO. Please leave comments. :) Sorry for the missing .bas file. Its there now. *** 3/20/02 - Added recent file list *** 3/21/02 - Added datasheet option which allows you to open the selected table and add, delete, modify, and view data from the selected table. You can use SQL to filter the datasheet and it also has the "Stay on Top" feature. You can open as many DataSheets as you want. ADO Version coming soon!
(www.pezcore for more info & skins) It boasts features such as Resizing at Runtime by the user, Easy Skinning, Interactive Min/Max-Restore/Close buttons, Form Fitting and more! | New Features: | GraFxConsole (new) Icon in the top right hand corner (new) Move the form from the control (new) New graphics (not in screen shot) (new) 'Mould' support to make Control 'just' like the form! Real-time Resizing means the user can change the size of the control when and as they wish Interactive Buttons means you can create a completely fake form which has minimize, maximize & restore & close buttons with your own code. You can also enter your own commands for clicking, double clicking and so forth on the title bar Icon support means you can have an icon in the top right just like a normal form Easy skinning means you can take a JPG, BMP, GIF and edit it in Paint, and simple paint package to create your own skins Error Handling means that if there are any errors the user isn't interrupt and the control will load defaults rather than crash your program | GraFxButton Skinnable button with transparency (new) Autosize to Bitmap (new) Set Transparency colour (new) Set On, Over, Click, Disabled Bitmaps (new) Offset Caption & Picture (new) Set Highlight Colour/Picture | GraFxProgress Skinnable progress bar (new) Can be Bitmap or Colour (new) Min/Max/Value settings (new) Loading x% text & colour (new) Font Options (new) Event for 100% complete
Retrieve the default site of a website via API32 and Winsock 2.0. Also included a simple Always On Top demonstration. No MFC so far.
This program does about anything you can think of: Shut down, restart, log off, connect/disconnect to internet, enumerate windows, create Veda designs, stay on top, montor cpu, tells length in windows, date, time, what mouse is over, disble/enable: screen saver ALT-CTL-DEL Taskbar Desktop Icons, empty recycling bin, auto mouse move, minimizes to windows tray, minimize all, change screen resolution, open CDRom drive, open every thing in control panel, copy files, rename files, run files, force on top, finds **** in textboxes, changes keys into ASCII #s, opens "find files", open winfiles, open explore, AND MUCH MUCH MORE!!! This is by far my best program uses TONS of API calls!!! Have Fun!